Skip to content

Commit

Permalink
Fix for Incorrect method of reading indicator files
Browse files Browse the repository at this point in the history
  • Loading branch information
manojks1999 committed Oct 27, 2024
1 parent 195150b commit 0046b20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ private long findOffset(long beginTime, String metricFileName,
long second;
lastPosition.offsetInIndex = in.getChannel().position();
while ((second = indexIn.readLong()) < beginSecond) {
offset = indexIn.readLong();
lastPosition.offsetInIndex = in.getChannel().position();
}
offset = indexIn.readLong();
Expand Down

0 comments on commit 0046b20

Please sign in to comment.