You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ne...@apache.org on 2018/11/13 01:17:20 UTC

[incubator-pinot] branch relocation_fix updated: Change log message

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

nehapawar pushed a commit to branch relocation_fix
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/relocation_fix by this push:
     new 5cb7a20  Change log message
5cb7a20 is described below

commit 5cb7a20aa42a19374b263f2b2be17b8189b7fdab
Author: Neha Pawar <np...@linkedin.com>
AuthorDate: Mon Nov 12 17:17:08 2018 -0800

    Change log message
---
 .../controller/helix/core/relocation/RealtimeSegmentRelocator.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/relocation/RealtimeSegmentRelocator.java b/pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/relocation/RealtimeSegmentRelocator.java
index b4d5b23..0954f5b 100644
--- a/pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/relocation/RealtimeSegmentRelocator.java
+++ b/pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/relocation/RealtimeSegmentRelocator.java
@@ -242,9 +242,8 @@ public class RealtimeSegmentRelocator extends ControllerPeriodicTask {
 
         chosenServer.setValue(chosenServer.getValue() + 1);
         completedServersQueue.add(chosenServer);
-        LOGGER.info("Relocating segment {} from consuming server {} (tag {}) to completed server {} (tag {})",
-            segmentName, instance, realtimeTagConfig.getConsumingServerTag(), chosenServer,
-            realtimeTagConfig.getCompletedServerTag());
+        LOGGER.info("Relocating segment {} from server {} to completed server {} (tag {})", segmentName, instance,
+            chosenServer, realtimeTagConfig.getCompletedServerTag());
         break;
       }
     }


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