You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/02/20 00:59:29 UTC

[incubator-iotdb] branch new_series_reader updated (7a161ed -> 2410ff2)

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

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


    from 7a161ed  [IOTDB-482] Vectorized TimeGenerator (#818)
     add 9fab09b  enable warn level log for UTs
     add 760da11  Merge remote-tracking branch 'origin/master' into ut_close_socket
     add 70ba6c8  try to connect 6667 to check whether the socket is closed
     add b453bba  try to connect 6667 to check whether the socket is closed
     add 9e3a004  check whether jmx port is closed
     add e33be28  try 8181 port after environmentutil.cleanup
     add 3c2b803  print temp logs for checking why 8181 can not be closed
     add c148346  print temp logs for checking why 8181 can not be closed
     add 2e8fe37  remove unused daemon in IT
     add 46643be  fix two daemon conflict in IoTDBRecoverIT
     add 4c81b0c  fix activeTimeseries null pointer
     add 5cde236  print which files are left after cleaning a folder
     add 2a434dd  merge with master
     add 2571fbf  merge with master
     add d0b2b63  try to fix 8181 port not closed successful
     add 32b6a79  debug why files can not be deleted
     add 05c45a3  debug why win can not delete files
     add 9a69d97  fix a bug in TsFileIOWriter that the file field is not initialized
     add 112e264  add a log to split test functions in a Test
     add 207daa4  for debug
     add 0daa791  for debug reader and writer
     add aaf121d  for debug
     add aa829e4  for debug
     add 506dd87  fix a reader not closed before delete data in UT
     add f9da016  fix a reader not closed before delete data in UT
     add 6c8380d  add FileMonitor logger to monitot file open and close event
     add 2410ff2  merge with ut_close_socket

No new revisions were added by this update.

Summary of changes:
 hadoop/src/test/resources/logback.xml              |  2 +-
 .../src/test/resources/logback.xml                 |  6 +--
 .../db/conf/adapter/ActiveTimeSeriesCounter.java   | 19 +++++--
 .../iotdb/db/query/control/FileReaderManager.java  |  7 +++
 .../org/apache/iotdb/db/service/JDBCService.java   |  6 +--
 .../apache/iotdb/db/service/MetricsService.java    |  3 +-
 .../org/apache/iotdb/db/service/StartupChecks.java |  2 +-
 .../java/org/apache/iotdb/db/utils/FileUtils.java  |  8 ++-
 .../iotdb/db/integration/IoTDBRecoverIT.java       |  2 +
 .../iotdb/db/query/reader/ReaderTestHelper.java    |  2 +
 .../apache/iotdb/db/utils/EnvironmentUtils.java    | 61 +++++++++++++++++++---
 .../db/writelog/recover/SeqTsFileRecoverTest.java  |  6 ++-
 server/src/test/resources/logback.xml              |  6 +++
 .../org/apache/iotdb/session/IoTDBSessionIT.java   |  5 +-
 .../iotdb/tsfile/read/TsFileSequenceReader.java    |  7 +++
 .../write/writer/ForceAppendTsFileWriter.java      |  8 ++-
 .../write/writer/RestorableTsFileIOWriter.java     |  5 +-
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java  |  9 +++-
 18 files changed, 136 insertions(+), 28 deletions(-)
 copy {hadoop => hive-connector}/src/test/resources/logback.xml (86%)