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

jackie pushed a change to branch instance_pojo
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 0a9d18c  [Instance Assignment] Enhance Instance class to include the 
pool config
     add 4ab7743  [Instance Assignment] Enhance Instance class to include the 
pool config

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   (0a9d18c)
            \
             N -- N -- N   refs/heads/instance_pojo (4ab7743)

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:
 .../src/main/java/org/apache/pinot/common/config}/Instance.java       | 4 ++--
 .../pinot/controller/api/resources/PinotInstanceRestletResource.java  | 2 +-
 .../apache/pinot/controller/helix/core/PinotHelixResourceManager.java | 2 +-
 .../helix/core/assignment/instance/InstanceTagPoolSelector.java       | 2 +-
 .../apache/pinot/controller/api/PinotInstanceRestletResourceTest.java | 2 +-
 .../helix/core/assignment/instance/InstanceAssignmentTest.java        | 2 +-
 .../tests/BalanceNumSegmentAssignmentStrategyIntegrationTest.java     | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
 rename {pinot-controller/src/main/java/org/apache/pinot/controller/api/pojos 
=> pinot-common/src/main/java/org/apache/pinot/common/config}/Instance.java 
(97%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to