joshelser commented on a change in pull request #874:
URL: https://github.com/apache/phoenix/pull/874#discussion_r533005013



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java
##########
@@ -1430,4 +1430,17 @@ public InternalScanner run() throws Exception {
         }
         return s;
     }
+
+    /**
+     * roll back after split failed, will isRegionClosingOrSplitting set false,
+     * and then write region will is available
+     * @param ctx
+     * @throws IOException
+     */
+    @Override
+    public void preRollBackSplit(ObserverContext<RegionCoprocessorEnvironment> 
ctx) throws IOException {

Review comment:
       > HBase 2.x does not have this issue, because 2.x split failed, by 
SplitTableRegionProcedure rollbackState method , assign open region, so 
isRegionClosingOrSplitting is false.
   
   Well, I think it's more accurate to say "HBase 2.x doesn't apply because 
splits are executed by the master". This coprocessor would never be invoked, 
running inside a RegionServer.




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


Reply via email to