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/common/impl/ContainerData.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -541,6 +541,10 @@ public void setDataScanTimestamp(Long timestamp) {
541
541
: Optional.empty();
542
542
}
543
543
544
+
publicLonggetDataScanTimestamp() {
545
+
returndataScanTimestamp;
546
+
}
547
+
544
548
/**
545
549
* Returns the origin pipeline Id of this container.
Copy file name to clipboardExpand all lines: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/ContainerDataScanOrder.java
Copy file name to clipboardExpand all lines: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/ContainerSet.java
Copy file name to clipboardExpand all lines: hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/impl/TestContainerDataYaml.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@
33
33
importjava.util.UUID;
34
34
35
35
importstaticorg.junit.Assert.assertEquals;
36
-
importstaticorg.junit.Assert.assertNotNull;
37
36
importstaticorg.junit.Assert.assertTrue;
38
37
importstaticorg.junit.Assert.fail;
39
38
@@ -105,6 +104,8 @@ public void testCreateContainerFile() throws IOException {
0 commit comments