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 rpcTimeoutNsToUse;
|
||||||
long operationTimeoutNsToUse;
|
long operationTimeoutNsToUse;
|
||||||
if (hasMetaEdit) {
|
if (!hasMetaEdit) {
|
||||||
rpcTimeoutNsToUse = rpcTimeoutNs;
|
rpcTimeoutNsToUse = rpcTimeoutNs;
|
||||||
operationTimeoutNsToUse = operationTimeoutNs;
|
operationTimeoutNsToUse = operationTimeoutNs;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue