Skip to content

Commit

Permalink
Revert "HBASE--28666 Dropping unclosed WALTailingReaders leads to lea…
Browse files Browse the repository at this point in the history
…ked sockets (#5994)"

This reverts commit bd8ad45.
  • Loading branch information
Apache9 committed Jun 16, 2024
1 parent bd8ad45 commit 9ef621d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ private HasNext prepareReader() {
// we will read from the beginning so we should always clear the compression context
reader.resetTo(-1, true);
}
return HasNext.YES;
} catch (IOException e) {
LOG.warn("Failed to reset reader {} to pos {}, reset compression={}", currentPath,
currentPositionOfEntry, state.resetCompression(), e);
Expand Down

0 comments on commit 9ef621d

Please sign in to comment.