Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class SCMDBCheckpointProvider {

private static final Logger LOG =
LoggerFactory.getLogger(SCMDBCheckpointProvider.class);
private transient DBStore scmDbStore;;
private transient DBStore scmDbStore;

public SCMDBCheckpointProvider(DBStore scmDbStore) {
this.scmDbStore = scmDbStore;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class TestHddsServerUtils {
TestHddsServerUtils.class);

@Rule
public Timeout timeout = Timeout.seconds(300);;
public Timeout timeout = Timeout.seconds(300);

@Rule
public ExpectedException thrown = ExpectedException.none();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
*/
package org.apache.hadoop.fs.ozone;

import org.apache.commons.io.IOUtils;;
import org.apache.commons.io.IOUtils;
import org.apache.hadoop.hdds.conf.OzoneConfiguration;
import org.apache.hadoop.ozone.MiniOzoneCluster;
import org.apache.hadoop.ozone.OzoneConsts;
import org.apache.hadoop.ozone.TestDataUtil;
import org.apache.hadoop.ozone.client.*;
import org.apache.hadoop.ozone.om.OMConfigKeys;
import org.apache.hadoop.ozone.om.exceptions.OMException;
import org.apache.hadoop.ozone.om.helpers.BucketLayout;;
import org.apache.hadoop.ozone.om.helpers.BucketLayout;
import org.apache.hadoop.ozone.om.protocol.OzoneManagerProtocol;
import org.junit.rules.Timeout;
import org.slf4j.Logger;
Expand All @@ -35,9 +35,9 @@
import java.io.IOException;

import static org.apache.hadoop.fs.CommonConfigurationKeysPublic.FS_TRASH_CHECKPOINT_INTERVAL_KEY;
import static org.apache.hadoop.fs.CommonConfigurationKeysPublic.FS_TRASH_INTERVAL_KEY;;
import static org.apache.hadoop.fs.CommonConfigurationKeysPublic.FS_TRASH_INTERVAL_KEY;
import static org.apache.hadoop.ozone.OzoneConfigKeys.OZONE_ACL_ENABLED;
import static org.apache.hadoop.ozone.OzoneConfigKeys.OZONE_FS_ITERATE_BATCH_SIZE;;
import static org.apache.hadoop.ozone.OzoneConfigKeys.OZONE_FS_ITERATE_BATCH_SIZE;

import org.apache.hadoop.fs.CommonConfigurationKeysPublic;
import org.apache.hadoop.fs.FileStatus;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public static Path getBucketPath() {
}

@Rule
public Timeout globalTimeout = Timeout.seconds(300);;
public Timeout globalTimeout = Timeout.seconds(300);

private static boolean enabledFileSystemPaths;
private static boolean omRatisEnabled;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class TestMiniOzoneOMHACluster {
public ExpectedException exception = ExpectedException.none();

@Rule
public Timeout timeout = Timeout.seconds(300);;
public Timeout timeout = Timeout.seconds(300);

/**
* Create a MiniOzoneHAClusterImpl for testing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
*/
public class TestReconWithOzoneManagerHA {
@Rule
public Timeout timeout = Timeout.seconds(300);;
public Timeout timeout = Timeout.seconds(300);

private MiniOzoneHAClusterImpl cluster;
private ObjectStore objectStore;
Expand Down