Skip to content

Commit

Permalink
Clean up cherry pick errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Briana Augenreich committed Apr 25, 2022
1 parent e43c765 commit 36395d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ private void shipEdits(WALEntryBatch entryBatch) {
source.getSourceMetrics().incrementFailedBatches();
LOG.warn("{} threw unknown exception:",
source.getReplicationEndpoint().getClass().getName(), ex);
source.getSourceMetrics().incrementFailedBatches();
if (sleepForRetries("ReplicationEndpoint threw exception", sleepForRetries, sleepMultiplier,
maxRetriesMultiplier)) {
sleepMultiplier++;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@


import java.io.IOException;
import java.security.SecureRandom;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
Expand Down

0 comments on commit 36395d8

Please sign in to comment.