This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from a713bb6 fix default compression in session
add c7c59a0 add slot manager
No new revisions were added by this update.
Summary of changes:
.../iotdb/cluster/partition/SlotManager.java | 165 +++++++++++++++++++++
.../cluster/server/member/DataGroupMember.java | 13 ++
.../iotdb/cluster/partition/SlotManagerTest.java | 77 ++++++++++
3 files changed, 255 insertions(+)
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/partition/SlotManager.java
create mode 100644
cluster/src/test/java/org/apache/iotdb/cluster/partition/SlotManagerTest.java