saintstack commented on a change in pull request #1221: HBASE-23895 STUCK
Region-In-Transition when failed to insert procedur…
URL: https://github.com/apache/hbase/pull/1221#discussion_r386571087
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/store/region/RegionProcedureStore.java
##########
@@ -552,11 +586,12 @@ public void insert(Procedure<?> proc, Procedure<?>[]
subProcs) {
for (Procedure<?> subProc : subProcs) {
serializePut(subProc, mutations, rowsToLock);
}
- region.mutateRowsWithLocks(mutations, rowsToLock, NO_NONCE, NO_NONCE);
+ executeInsert(mutations, rowsToLock);
Review comment:
Will this work?
We still might get another's rpc when the RpcServer is called because the
row key clashes?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services