You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2022/03/31 18:39:42 UTC

[pinot] branch retain-instance-sequence updated (072da30 -> 59b3fc5)

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

jlli pushed a change to branch retain-instance-sequence
in repository https://gitbox.apache.org/repos/asf/pinot.git.


 discard 072da30  Add retainInstancesSequence feature to table rebalance to minimize data movement between instances
     add 51904fb  Remove the tableDataManager deletion mechanism when the number of segments drops to 0 to avoid race conditions. (#8422)
     add c6f0762  Make codestyle keep line break when reformat the code (#8447)
     add 91c9ce4  Fix a typo in BaseBrokerRequestHandler (#8448)
     add 59b3fc5  Add retainInstancesSequence feature to table rebalance to minimize data movement between instances

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   (072da30)
            \
             N -- N -- N   refs/heads/retain-instance-sequence (59b3fc5)

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:
 config/codestyle-intellij.xml                      |  2 +-
 .../requesthandler/BaseBrokerRequestHandler.java   |  2 +-
 ...eloadMessage.java => TableDeletionMessage.java} | 32 ++++---------
 .../apache/pinot/common/metrics/ServerMeter.java   |  1 +
 .../PinotInstanceAssignmentRestletResource.java    | 39 +++++++++++----
 .../helix/core/PinotHelixResourceManager.java      | 56 ++++++++++++++++++++--
 .../core/data/manager/InstanceDataManager.java     |  6 +++
 .../pinot/integration/tests/ClusterTest.java       |  4 ++
 .../tests/BaseClusterIntegrationTestSet.java       | 22 +++++++++
 .../tests/OfflineClusterIntegrationTest.java       | 20 ++++++++
 .../tests/RealtimeClusterIntegrationTest.java      |  2 +
 .../server/starter/helix/BaseServerStarter.java    |  6 +++
 .../starter/helix/HelixInstanceDataManager.java    | 39 ++++++++++++---
 .../helix/SegmentMessageHandlerFactory.java        | 25 ++++++++++
 14 files changed, 212 insertions(+), 44 deletions(-)
 copy pinot-common/src/main/java/org/apache/pinot/common/messages/{SegmentReloadMessage.java => TableDeletionMessage.java} (57%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org