Murtadha Hubail created ASTERIXDB-2046:
------------------------------------------
Summary: Gracefully handle concurrent reads on
ClosedByInterruptException
Key: ASTERIXDB-2046
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2046
Project: Apache AsterixDB
Issue Type: Improvement
Reporter: Murtadha Hubail
The fix in ASTERIXDB-2040 solves the issue of ClosedByInterruptException on an
index file by opening the file channel again. However, the concurrent reads on
the same file channels will fail when the exception is encountered as well.
This needs to be handled so that the concurrent reads are either synchronized
or retried after the file channel is opened again.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)