Apache9 commented on PR #4942:
URL: https://github.com/apache/hbase/pull/4942#issuecomment-1378736376

   Ah
   
   ```
         // Always write close marker to wal even for read only table. This is 
not a big problem as we
         // do not write any data into the region; it is just a meta edit in 
the WAL file.
         if (
           !abort && wal != null && getRegionServerServices() != null
             && RegionReplicaUtil.isDefaultReplica(getRegionInfo())
         ) {
           writeRegionCloseMarker(wal);
         }
   ```
   
   So set region to read only is not enough...
   
   Let me try if it is possible to set rsServices to null or wal to null here...


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to