HBASE-26753 RegionReplicationSink.send set timeout for replicating meta edits error (#4110)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
ccd908f218
commit
8bb36d6317
@ -275,7 +275,7 @@ public class RegionReplicationSink {
|
||||
}
|
||||
long rpcTimeoutNsToUse;
|
||||
long operationTimeoutNsToUse;
|
||||
if (hasMetaEdit) {
|
||||
if (!hasMetaEdit) {
|
||||
rpcTimeoutNsToUse = rpcTimeoutNs;
|
||||
operationTimeoutNsToUse = operationTimeoutNs;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user