You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by lj...@apache.org on 2019/11/28 13:36:12 UTC

[hadoop-ozone] branch revert-279-HDDS-2640 created (now 8ac694d)

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

ljain pushed a change to branch revert-279-HDDS-2640
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


      at 8ac694d  Revert "HDDS-2640 Add leaderID information in pipeline list subcommand (#279)"

This branch includes the following new commits:

     new 8ac694d  Revert "HDDS-2640 Add leaderID information in pipeline list subcommand (#279)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[hadoop-ozone] 01/01: Revert "HDDS-2640 Add leaderID information in pipeline list subcommand (#279)"

Posted by lj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ljain pushed a commit to branch revert-279-HDDS-2640
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 8ac694d9da43aa64e55dcc024f6c241271b9eb0a
Author: Lokesh Jain <lo...@gmail.com>
AuthorDate: Thu Nov 28 19:06:06 2019 +0530

    Revert "HDDS-2640 Add leaderID information in pipeline list subcommand (#279)"
    
    This reverts commit cd892e000aaa7945ee5066497ee28ef28542cee8.
---
 .../src/main/java/org/apache/hadoop/hdds/scm/pipeline/Pipeline.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/Pipeline.java b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/Pipeline.java
index 66b1efa..51598a7 100644
--- a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/Pipeline.java
+++ b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/Pipeline.java
@@ -279,8 +279,7 @@ public final class Pipeline {
     b.append(", Type:").append(getType());
     b.append(", Factor:").append(getFactor());
     b.append(", State:").append(getPipelineState());
-    b.append(", leaderId:").append(getLeaderId());
-    b.append(" ]");
+    b.append("]");
     return b.toString();
   }
 


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