You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ka...@apache.org on 2019/01/25 08:21:20 UTC

[incubator-iotdb] branch fix_sonar updated (8e1dae1 -> 15dd89b)

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

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


    from 8e1dae1  change columnSchema name public to private
     new a6bb87c  check 1
     new 4123fdd  kangrong fix 2
     new 15dd89b  Merge branch 'fix_sonar' of github.com:apache/incubator-iotdb into fix_sonar

The 1375 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:
 .../org/apache/iotdb/db/utils/LoadDataUtils.java   |  46 ++++-----
 .../java/org/apache/iotdb/db/utils/MemUtils.java   |   3 +-
 .../org/apache/iotdb/db/utils/OpenFileNumUtil.java |  24 ++---
 .../org/apache/iotdb/db/utils/PostbackUtils.java   |  66 +++++++------
 .../apache/iotdb/db/utils/PrimitiveArrayList.java  |   7 +-
 .../iotdb/db/utils/PrimitiveArrayListFactory.java  |   2 +
 .../org/apache/iotdb/db/utils/RecordUtils.java     |   4 +-
 .../apache/iotdb/db/utils/TimeValuePairUtils.java  |   1 +
 .../org/apache/iotdb/db/utils/TsPrimitiveType.java | 110 +++++++++++++++++++--
 .../org/apache/iotdb/db/writelog/RecoverStage.java |  10 +-
 .../apache/iotdb/db/writelog/io/RAFLogReader.java  |   8 +-
 .../writelog/manager/MultiFileLogNodeManager.java  |  15 +--
 .../db/writelog/node/ExclusiveWriteLogNode.java    |  29 +++++-
 .../recover/ExclusiveLogRecoverPerformer.java      |  89 ++++++++---------
 .../db/writelog/recover/RecoverPerformer.java      |   1 +
 .../db/writelog/replay/ConcreteLogReplayer.java    |   1 +
 .../db/writelog/transfer/PhysicalPlanCodec.java    |  10 +-
 .../org/apache/iotdb/db/writelog/RecoverTest.java  |   4 +-
 .../org/apache/iotdb/tsfile/read/common/Path.java  |  13 +++
 19 files changed, 281 insertions(+), 162 deletions(-)