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

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


    omit 008455e5426 Add IT
    omit da81f6d6460 add parseLongToDate test
    omit 40cd37309a9 add more UT
    omit 746331cb165 Merge branch 'master' of github.com:apache/iotdb into 
negative_timestamp
    omit a4d2b2b8ab4 add more UT
    omit 450e16f4d11 add UT
    omit 804156cb557 rename getTimePartition to getTimePartitionSlot
    omit 2238fd3b327 fix compile error
    omit b820a3b2386 loose the limit of query dataregion id
    omit d459d10325f fix query bug and optimize the code
    omit 519c718329d optimize variable naming
    omit 542d1fb6a45 Support negative timestamp on CLI and fix time partition 
bug
     add b9ed1ed9ce5 [RatisConsensus] retry cache expiration time should be 
longer than retriable-client wait duration (#11045)
     add 66206461638 Fix/grafana plugin error (#11043)
     add 2f7e99b14ae [IOTDB-6139] Refine Ratis Properties (#11047)
     add 7e049460a6a Support negative timestamp on CLI and fix time partition 
bug
     add a1bbc414d7d optimize variable naming
     add 904e593ae8c fix query bug and optimize the code
     add 4b699d70331 loose the limit of query dataregion id
     add 72eae212794 fix compile error
     add ad00fb9a8da rename getTimePartition to getTimePartitionSlot
     add 007da4bc452 add UT
     add 7303ee4117b add more UT
     add 7172d1e2311 add more UT
     add 8eaf3fb08e3 add parseLongToDate test
     add 874ecb1308f Add IT

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (008455e5426)
            \
             N -- N -- N   refs/heads/negative_timestamp (874ecb1308f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 iotdb-connector/grafana-plugin/backend-compile.sh  |  2 +-
 iotdb-connector/grafana-plugin/go.mod              |  2 +-
 iotdb-connector/grafana-plugin/pom.xml             |  7 ++--
 .../iotdb/confignode/conf/ConfigNodeConfig.java    | 44 +++++++++++++++++++-
 .../confignode/conf/ConfigNodeDescriptor.java      | 48 ++++++++++++++++++----
 .../manager/consensus/ConsensusManager.java        |  3 ++
 .../iotdb/confignode/manager/node/NodeManager.java |  6 ++-
 .../apache/iotdb/consensus/ratis/utils/Utils.java  | 23 +++++++++++
 .../consensus/ratis/{ => utils}/UtilsTest.java     | 32 ++++++++++++++-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 21 ++++++++++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  5 +++
 .../db/consensus/SchemaRegionConsensusImpl.java    |  4 ++
 .../resources/conf/iotdb-common.properties         |  4 ++
 .../src/main/thrift/confignode.thrift              |  3 ++
 14 files changed, 186 insertions(+), 18 deletions(-)
 rename iotdb-core/consensus/src/test/java/org/apache/iotdb/consensus/ratis/{ 
=> utils}/UtilsTest.java (63%)

Reply via email to