Hello Anon. E. Moose #1000171, Jenkins,
I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/2005
to look at the new patch set (#2).
Change subject: [ASTERIXDB-2046][STO] Retry Reading a Page on
ClosedChannelException
......................................................................
[ASTERIXDB-2046][STO] Retry Reading a Page on ClosedChannelException
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Currently when concurrent threads are reading from the same file
and one of them is interrupted, the file channel will be closed and
other threads will fail with AsynchronousCloseException if they were
reading or ClosedChannelException if they were about to read the file.
This change make the threads that were not interrupted retry the read
operation.
Change-Id: I4f9de9f51596314d17e4c6a4a58333e8fd6c03d1
---
M
hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java
M
hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties
M
hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/src/main/java/org/apache/hyracks/control/nc/io/IOManager.java
M
hyracks-fullstack/hyracks/hyracks-storage-common/src/main/java/org/apache/hyracks/storage/common/buffercache/BufferCache.java
M
hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-common-test/src/test/java/org/apache/hyracks/storage/common/BufferCacheTest.java
5 files changed, 89 insertions(+), 2 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/05/2005/2
--
To view, visit https://asterix-gerrit.ics.uci.edu/2005
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4f9de9f51596314d17e4c6a4a58333e8fd6c03d1
Gerrit-PatchSet: 2
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Murtadha Hubail <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>
Gerrit-Reviewer: abdullah alamoudi <[email protected]>