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 0b70d6c.
  • Loading branch information
Apache9 committed Jun 16, 2024
1 parent 0b70d6c commit a33b8c2
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 a33b8c2

Please sign in to comment.