You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2021/09/14 02:25:07 UTC

[iotdb] branch alignbydevicevector updated (0ab005c -> d5b1e6e)

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

xiangweiwei pushed a change to branch alignbydevicevector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 0ab005c  Fix conclict
     add b76a799  [IOTDB-1632] fill only if the value is missing (#3914)
     add 922cc09  [IOTDB-1674] Fix command interpret error causing somaxconn warning failed (#3951)
     add 0163f03  [IoTDB-1671] modify dockerfile and Download file for releasing v0.12.2 (#3946)
     add 177913d  [IOTDB-1629] fix the NPE when using value fill in cluster mode (#3913)
     add d5b1e6e  Fix conclict again

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/ClusterQueryRouter.java    | 14 +---
 .../cluster/query/fill/ClusterFillExecutor.java    | 53 +++++++++---
 .../query/{ => fill}/ClusterFillExecutorTest.java  | 69 +++++++++++-----
 ...le-0.12.1-cluster => Dockerfile-0.12.2-cluster} | 10 +--
 ...ckerfile-0.12.1-node => Dockerfile-0.12.2-node} | 10 +--
 docs/Download/README.md                            | 34 ++++----
 docs/zh/Download/README.md                         | 34 ++++----
 server/src/assembly/resources/conf/iotdb-env.sh    |  4 +-
 .../iotdb/db/query/executor/FillQueryExecutor.java | 94 +++++++++++++++++-----
 .../iotdb/db/query/executor/QueryRouter.java       | 21 +----
 .../apache/iotdb/db/integration/IoTDBFillIT.java   | 34 +++++++-
 11 files changed, 257 insertions(+), 120 deletions(-)
 rename cluster/src/test/java/org/apache/iotdb/cluster/query/{ => fill}/ClusterFillExecutorTest.java (69%)
 copy docker/src/main/{Dockerfile-0.12.1-cluster => Dockerfile-0.12.2-cluster} (85%)
 copy docker/src/main/{Dockerfile-0.12.1-node => Dockerfile-0.12.2-node} (83%)