You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainer.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,9 @@
82
82
importorg.slf4j.LoggerFactory;
83
83
84
84
/**
85
-
* Class to perform KeyValue Container operations.
85
+
* Class to perform KeyValue Container operations. Any modifications to
86
+
* KeyValueContainer object should ideally be done via api exposed in
Copy file name to clipboardExpand all lines: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java
+71-49Lines changed: 71 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -881,75 +881,97 @@ public void exportContainer(final Container container,
Copy file name to clipboardExpand all lines: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/impl/BlockManagerImpl.java
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -258,21 +258,25 @@ public List<BlockData> listBlock(Container container, long startLocalID, int
0 commit comments