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 564887f.
  • Loading branch information
Apache9 committed Jun 16, 2024
1 parent 564887f commit 0aa8e10
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,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 (FileNotFoundException e) {
// For now, this could happen only when reading meta wal for meta replicas.
// In this case, raising UncheckedIOException will let the endpoint deal with resetting
Expand Down

0 comments on commit 0aa8e10

Please sign in to comment.