You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/08/27 02:23:47 UTC

[incubator-iotdb] branch master updated (d9e821e -> fcddd51)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from d9e821e  add jdbc dependency in session example
     add 4a074cd  add a tool to print tsfileResources (each device's start and end time)
     add d8ad79d  remove wal check in  print-tsfile-resource-files scripts
     add fcddd51  Merge pull request #342 from apache/tool_print_tsfileSource

No new revisions were added by this update.

Summary of changes:
 ...Checker.bat => print-tsfile-resource-files.bat} | 20 ++-----
 ...alChecker.sh => print-tsfile-resource-files.sh} | 21 ++-----
 .../iotdb/db/tools/TsFileResourcePrinter.java      | 64 ++++++++++++++++++++++
 3 files changed, 73 insertions(+), 32 deletions(-)
 copy server/src/assembly/resources/tools/{start-WalChecker.bat => print-tsfile-resource-files.bat} (87%)
 copy server/src/assembly/resources/tools/{start-WalChecker.sh => print-tsfile-resource-files.sh} (83%)
 mode change 100755 => 100644
 create mode 100644 server/src/main/java/org/apache/iotdb/db/tools/TsFileResourcePrinter.java