This is an automated email from the ASF dual-hosted git repository.
siddteotia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 8474baee80 Optimize dateTimeConvert scalar function to only parse the
format once (#8939)
add adab6e1a44 Add replica group based instance assigment algorithm with
FD awareness (#8434)
No new revisions were added by this update.
Summary of changes:
.../instance/FDAwareInstancePartitionSelector.java | 457 ++++++++++++
.../instance/InstanceAssignmentDriver.java | 8 +-
.../instance/InstancePartitionSelector.java | 46 ++
.../instance/InstancePartitionSelectorFactory.java | 48 ++
.../InstanceReplicaGroupPartitionSelector.java | 10 +-
.../instance/InstanceAssignmentTest.java | 809 +++++++++++++++++++++
.../table/assignment/InstanceAssignmentConfig.java | 21 +-
7 files changed, 1386 insertions(+), 13 deletions(-)
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/FDAwareInstancePartitionSelector.java
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/InstancePartitionSelector.java
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/InstancePartitionSelectorFactory.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]