Skip to content
Open
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 @@ -114,6 +114,7 @@ protected void setConfigDefaults(ServiceConfiguration config, String clusterName
LocalBookkeeperEnsemble bookkeeperEnsemble, ZookeeperServerTest brokerConfigZk) {
super.setConfigDefaults(config, clusterName, bookkeeperEnsemble, brokerConfigZk);
// For check whether deduplication snapshot has done.
config.setBrokerDeduplicationSnapshotIntervalSeconds(1);
config.setBrokerDeduplicationEntriesInterval(10);
config.setReplicationStartAt("earliest");
// To cover more cases, write more than one ledger.
Expand Down