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: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReader.java
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ class ReplicationSourceWALReader extends Thread {
69
69
// position in the WAL to start reading at
70
70
privatelongcurrentPosition;
71
71
privatefinallongsleepForRetries;
72
+
privatefinallongsleepForQuotaCheck;
72
73
privatefinalintmaxRetriesMultiplier;
73
74
74
75
// Indicates whether this particular worker is running
@@ -102,6 +103,8 @@ public ReplicationSourceWALReader(FileSystem fs, Configuration conf,
0 commit comments