HBASE-9899 for idempotent operation dups, return the result instead of throwing conflict exception (addendum for branch-1)
This commit is contained in:
parent
78c64c360f
commit
aca4eb8d5c
|
@ -2761,7 +2761,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
|
|||
}
|
||||
return new ReversedRegionScannerImpl(scan, additionalScanners, this);
|
||||
}
|
||||
return new RegionScannerImpl(scan, additionalScanners, this);
|
||||
return new RegionScannerImpl(scan, additionalScanners, this, nonceGroup, nonce);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue