Skip to content

Conversation

@shuwenwei
Copy link
Member

No description provided.

Comment on lines 90 to 95
} catch (IOException e) {
LOG.error("Meets IOException when reading timeseries metadata from disk", e);
return null;
if (!Thread.currentThread().isInterrupted()) {
LOG.error("Meets IOException when reading timeseries metadata from disk", e);
}
throw e;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May catch ClosedByInterruptException and ignore it.

@jt2594838 jt2594838 merged commit b5c3e0e into apache:develop Feb 7, 2025
11 checks passed
jt2594838 pushed a commit that referenced this pull request Feb 7, 2025
* don't print exception log when thread is interrupted

* modify DiskTSMIterator

(cherry picked from commit b5c3e0e)
ColinLeeo pushed a commit to ColinLeeo/tsfile that referenced this pull request Apr 16, 2025
* don't print exception log when thread is interrupted

* modify DiskTSMIterator
shuwenwei added a commit to shuwenwei/tsfile that referenced this pull request Nov 14, 2025
* don't print exception log when thread is interrupted

* modify DiskTSMIterator
jt2594838 pushed a commit that referenced this pull request Nov 14, 2025
* don't print exception log when thread is interrupted

* modify DiskTSMIterator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants