This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch fix_memMonitor_not_close_in_env_clean
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 3de42ea close MemMonitor in EnvironmentUtil.cleanEnv()
new 519e398 [IOTDB-83] Add process bar for import script and show how
many rows have been exported (#165)
new 6c7b851 [IOTDB-74]fix that the damaged log will be skipped if it is
the only log (#166)
new 1b50cd0 supporting travis + win +jdk8
new 30b36b7 Merge pull request #167 from xiaoyekanren/travis_jdk8_win
new 379c2b2 Merge branch 'master' into
fix_memMonitor_not_close_in_env_clean
The 1585 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 21 ++++++++++--
License | 1 +
clean.sh | 36 -------------------
iotdb-cli/pom.xml | 5 +++
.../java/org/apache/iotdb/cli/tool/ExportCsv.java | 24 ++++++++++---
.../java/org/apache/iotdb/cli/tool/ImportCsv.java | 40 ++++++++++++++++------
.../java/org/apache/iotdb/db/tools/WalChecker.java | 11 +++++-
.../apache/iotdb/db/writelog/io/RAFLogReader.java | 3 +-
.../org/apache/iotdb/db/tools/WalCheckerTest.java | 26 ++++++++++++++
9 files changed, 112 insertions(+), 55 deletions(-)
delete mode 100644 clean.sh