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:
Sandeep Pal 2021-02-17 22:23:52 -08:00 committed by Viraj Jasani
parent e2a00af843
commit 2d26c94ef0
No known key found for this signature in database
GPG Key ID: B3D6C0B41C8ADFD5

View File

@ -267,6 +267,7 @@ public class WALEntryStream implements Iterator<Entry>, Closeable, Iterable<Entr
}
closeReader();
logQueue.remove();
setCurrentPath(null);
setPosition(0);
metrics.decrSizeOfLogQueue();
}