HBASE-25541 : Setting the path to null when we dequeue the current log (#2959)
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
This commit is contained in:
parent
618236dd90
commit
1beda0d598
|
@ -252,6 +252,7 @@ class WALEntryStream implements Closeable {
|
|||
LOG.debug("EOF, closing {}", currentPath);
|
||||
closeReader();
|
||||
logQueue.remove();
|
||||
setCurrentPath(null);
|
||||
setPosition(0);
|
||||
metrics.decrSizeOfLogQueue();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue