comnetwork commented on a change in pull request #3533:
URL: https://github.com/apache/hbase/pull/3533#discussion_r678787345



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
##########
@@ -1251,6 +1234,9 @@ private boolean updateStorefiles(List<HStoreFile> sfs, 
long snapshotId) throws I
       // the lock.
       this.lock.writeLock().unlock();
     }
+    if (snapshotId > 0) {
+      this.memstore.clearSnapshot(snapshotId);

Review comment:
       Maybe we could add some comments here why we can clear snapshot outside 
the writeLock.




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

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to