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
b8b8e0afd4
commit
e1adf28390
|
@ -1639,6 +1639,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