GitHub user ivakegg opened a pull request:
https://github.com/apache/accumulo/pull/134
ACCUMULO-4139 Added synchronization around the available() call in thâ¦
Added synchronization around the available() call in the
BoundedRangeFileInputStream to allow RFile.Reader deepcopies to be usable in
separate threads.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ivakegg/accumulo 1.6
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/134.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #134
----
commit 1476f1f59ff09533208eaf448db9360a739e57ed
Author: Ivan Bella <[email protected]>
Date: 2016-07-27T17:11:12Z
ACCUMULO-4139 Added synchronization around the available() call in the
BoundedRangeFileInputStream to allow RFile.Reader deepcopies to be usable on
separate threads. Added a test case which excersizes RFile.Reader deepcopies
across threads.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---