You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ms...@apache.org on 2018/09/09 05:08:23 UTC

hadoop git commit: HDDS-410. ozone scmcli list is not working properly. Contributed by Hanisha Koneru.

Repository: hadoop
Updated Branches:
  refs/heads/trunk bf8a1750e -> d924ca2e1


HDDS-410. ozone scmcli list is not working properly. Contributed by Hanisha Koneru.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d924ca2e
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d924ca2e
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d924ca2e

Branch: refs/heads/trunk
Commit: d924ca2e1a826187de3f430ba30b966f5b5c2d55
Parents: bf8a175
Author: Mukul Kumar Singh <ms...@apache.org>
Authored: Sun Sep 9 10:37:30 2018 +0530
Committer: Mukul Kumar Singh <ms...@apache.org>
Committed: Sun Sep 9 10:37:30 2018 +0530

----------------------------------------------------------------------
 .../hadoop/hdds/scm/container/common/helpers/ContainerInfo.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/d924ca2e/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/container/common/helpers/ContainerInfo.java
----------------------------------------------------------------------
diff --git a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/container/common/helpers/ContainerInfo.java b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/container/common/helpers/ContainerInfo.java
index 465f4b9..ed0e0aa 100644
--- a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/container/common/helpers/ContainerInfo.java
+++ b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/container/common/helpers/ContainerInfo.java
@@ -58,6 +58,7 @@ public class ContainerInfo implements Comparator<ContainerInfo>,
   }
 
   private HddsProtos.LifeCycleState state;
+  @JsonIgnore
   private PipelineID pipelineID;
   private ReplicationFactor replicationFactor;
   private ReplicationType replicationType;


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