HBASE-24182 log when the region is set to closing status (#1509)
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
db36cf71c5
commit
5ff4376d80
|
@ -1655,6 +1655,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
|
|||
}
|
||||
}
|
||||
this.closing.set(true);
|
||||
LOG.info("Closing region {}", this);
|
||||
status.setStatus("Disabling writes for close");
|
||||
try {
|
||||
if (this.isClosed()) {
|
||||
|
|
Loading…
Reference in New Issue