infraio 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_r386824503
 
 

 ##########
 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:
   Let me write a ut to verify this.

----------------------------------------------------------------
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

Reply via email to