anoopsjohn commented on a change in pull request #341: HBASE-22582 The 
Compaction writer may access the lastCell whose memor…
URL: https://github.com/apache/hbase/pull/341#discussion_r298086958
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/DefaultMobStoreCompactor.java
 ##########
 @@ -331,6 +327,7 @@ protected boolean performCompaction(FileDetails fd, 
InternalScanner scanner, Cel
           "Interrupted while control throughput of compacting " + 
compactionName);
     } finally {
       throughputController.finish(compactionName);
+      ((ShipperListener) writer).beforeShipped();
 
 Review comment:
   Below in Compactor, call beforeShipped() before finishing the 
throughputController. Its ok for any order. Still we can maintain one order.

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