1. 29 8月, 2023 1 次提交
  2. 27 6月, 2023 1 次提交
  3. 23 4月, 2022 1 次提交
  4. 25 10月, 2021 1 次提交
  5. 07 5月, 2021 1 次提交
  6. 03 4月, 2021 1 次提交
  7. 01 4月, 2021 1 次提交
  8. 15 1月, 2021 1 次提交
  9. 11 1月, 2021 1 次提交
  10. 29 12月, 2020 1 次提交
  11. 08 12月, 2020 1 次提交
  12. 03 11月, 2020 2 次提交
  13. 29 10月, 2020 1 次提交
  14. 13 10月, 2020 1 次提交
  15. 07 8月, 2020 1 次提交
  16. 17 6月, 2020 1 次提交
  17. 08 4月, 2020 1 次提交
  18. 14 1月, 2020 1 次提交
  19. 29 10月, 2019 1 次提交
    • T
      [IOTDB-198]Reimplementation sync module (#372) · 5dcb3660
      Tianan Li 提交于
      * add sync new code framework
      
      * complete manage module
      
      * complete all sender module
      
      * complete sync sender module
      
      * complete sync receiver end
      
      * complete load module in receiver end
      
      * add load log and clean up in receiver end
      
      * add sync log recovery in receiver end
      
      * add sync sender log analyzer
      
      * complete load tsfiles module
      
      * add snapshot unit test
      
      * add load tsfile unit test
      
      * add log analyzer unit test
      
      * finish file renaming for loaded sequence tsfiles
      
      * fix an acute bug due to unmodifiable variable publishing
      
      * fix some acute bug in testing
      
      * fix a bug in windows environment
      
      * modify log level fron info to error
      
      * add default properties
      
      * replace interface with concrete class
      
      * add definition about appropriate
      
      * update memory estimation tool doc
      
      * fix a bug of ip issue
      
      * fix issues according to pr reviews
      
      * add reject policy while there are two sender sync data of the same device to the same receiver
      5dcb3660
  20. 22 10月, 2019 1 次提交
  21. 05 8月, 2019 1 次提交
    • C
      - Nothing is built outside the target directory anymore · 9b355955
      Christofer Dutz 提交于
      o	I moved the static parts of the client and server distributions to “src/assembly/resources” and added an assembly that builds the client and server inside the target directory (You need to update the documentation on this)
      o	The sever is now available at server/target/iotdb-server-0.9.0-SNAPSHOT
      o	The client is now available at client/target/iotdb-client-0.9.0-SNAPSHOT
      o	I updated the integration tests to work with these new locations
      -	I updated the distribution module (binary-distribution) to simply include and unpack the client and server assemblies, which greatly simplifies the assembly itself.
      -	In the integration-tests you use a process builder to get the current working directory … you can access this in the “user.dir” System property.
      -	There was a large mixture of artifacts with different versions in the classpath.
      o	I set all versions to the same using a big dependencyManagement block in the master pom
      o	I removed the version of every external dependency and moved it into the main dependencyManagement block in the root pom (except dependencies only used in the examples, for these I added a dependencyManagement block in the example pom). This way you instantly identify external dependencies.
      o	I added an enforcer rule to fail the build if two differing versions of one artifact are being used in the build (This should eliminate this problem from re-occuring)
      o	I replaced the usage of “${project.version}” with the real version (There is no need to manually update these versions and this way when looking at the pom you instantly know the version … keep in mind if an artifact is deployed to maven central, the user doesn’t have the code and therefore he always has to scroll up to the top in order to see which version is used)
      -	There were some imports related to Jdk 11 no longer providing some APIs, I moved those imports to a maven profile, which is activated based on the JDK version
      -	HDFSInputTest created a file in “spark/test/” … if the test failed, the rat plugin would complain the next time it’s run.
      
      I checked the build with all tests on Oracle-Java 8, Open-JDK 11, Oracle-JDK 12.
      9b355955
  22. 23 7月, 2019 1 次提交
  23. 10 7月, 2019 1 次提交
  24. 27 4月, 2019 1 次提交
    • X
      [IOTDB-58] Replace list by array and refactor TsFileResource (#163) · 7c88b7d7
      Xiangdong Huang 提交于
      * BufferWriteProcessor: remove fileName (because insertFilePath is enough)
      
      * TsFileResource: remove relativePath; using autoRead for automatically initialize startTimeMap and endTimeMap
      
      * IMemTable, AbstractMemTable: add returned value of delete()
      * TsRecord: change dataPoints from List to Array. And in many other classes, if Array is enough, then replace List<> by Array.
      
      * For insertion, add a new method write(long time, Object value) to replace write(long time, String value), because the latter has to call a switch-case and something like Integer.valueOf(value).
      
      * move recovery function from TsFileSequenceReader to its subclass
      
      * add append option in TsFile writer and add a subclass of TsFileSequenceReader for supporting auto repair
      
      * fix stream unclosed when exception occurs when creating TsFileReader
      
      * reject writes when the memory is dangerous
      
      * faster memtable.getSortedTimeValuePairList
      
      * reduce memory cost when sorting data in memory
      
      * fix equals() method in InsertPlan
      
      * make TsFileWriter as AutoClosable; make TsFileReadWriteTest more concise
      
      * make stop tsfileProcess more safe
      7c88b7d7
  25. 12 4月, 2019 1 次提交
  26. 19 1月, 2019 1 次提交
  27. 18 1月, 2019 1 次提交
  28. 13 1月, 2019 2 次提交
    • X
      fix format bug (#580) · bce8d499
      XuYi 提交于
      bce8d499
    • X
      add apache header check plugin and format code plugin (#572) · d6934c1e
      XuYi 提交于
      * add apache header check plugin
      
      * add fotmat plugin
      
      * move format code to verify phase
      
      * change to compile phase
      
      * change to verify phase
      
      * remove special char in .travis
      
      * remove useless code
      
      * add apach header and format codes
      
      * Update MavenWrapperDownloader.java
      d6934c1e
  29. 12 1月, 2019 1 次提交
  30. 03 1月, 2019 1 次提交
  31. 19 11月, 2018 1 次提交
  32. 20 1月, 2018 1 次提交
  33. 05 1月, 2018 1 次提交
  34. 04 1月, 2018 1 次提交
  35. 30 12月, 2017 1 次提交
  36. 29 12月, 2017 2 次提交
  37. 12 12月, 2017 1 次提交