This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 5414654 add log serialize test and catch-up test
add 9cb4663 change bytebuffer to bytes in Murmur128Hash; working on
Cluster partition
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/cluster/utils/PartitionUtils.java | 35 +++++--
.../cluster/utils/nodetool/ClusterMonitor.java | 5 +-
.../utils/nodetool/ClusterMonitorMBean.java | 3 +-
.../cluster/utils/nodetool/function/Partition.java | 5 +-
.../cluster/partition/SlotPartitionTableTest.java | 108 +++++++++++++++++++++
.../apache/iotdb/tsfile/utils/Murmur128Hash.java | 70 +++++++------
6 files changed, 184 insertions(+), 42 deletions(-)
create mode 100644
cluster/src/test/java/org/apache/iotdb/cluster/partition/SlotPartitionTableTest.java