Skip to content

Commit

Permalink
Addressed the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvekshayr committed Feb 6, 2024
1 parent f6a53fb commit 859fd9f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public class TestRocksDBCheckpointDiffer {
private static final String ACTIVE_DB_DIR_NAME = "./rocksdb-data";
private static final String METADATA_DIR_NAME = "./metadata";
private static final String COMPACTION_LOG_DIR_NAME = "compaction-log";
private static final String SST_BACK_UP_DIR_NAME= "compaction-sst-backup";
private static final String SST_BACK_UP_DIR_NAME = "compaction-sst-backup";
private File activeDbDir;
private File metadataDirDir;
private File compactionLogDir;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class MiniOzoneChaosCluster extends MiniOzoneHAClusterImpl {

private final FailureManager failureManager;

private static final int WAIT_FOR_CLUSTER_TO_BE_READY_TIMEOUT= 120000; // 2 min
private static final int WAIT_FOR_CLUSTER_TO_BE_READY_TIMEOUT = 120000; // 2 min

private final Set<OzoneManager> failedOmSet;
private final Set<StorageContainerManager> failedScmSet;
Expand Down Expand Up @@ -385,7 +385,7 @@ public Set<DatanodeDetails> dnToFail() {
}

@Override
public void restartHddsDatanode(DatanodeDetails dn, boolean Datanode)
public void restartHddsDatanode(DatanodeDetails dn, boolean waitForDatanode)
throws InterruptedException, TimeoutException, IOException {
failedDnSet.add(dn);
super.restartHddsDatanode(dn, waitForDatanode);
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed hadoop-ozone/integration-test/container.db/000018.log
Binary file not shown.
Binary file not shown.

0 comments on commit 859fd9f

Please sign in to comment.