GitHub user patrickstuedi opened a pull request:
https://github.com/apache/incubator-crail/pull/8
Fixes issue with local short circuit (memcpy) path in the RDMA storage
tier
- mmaped buffers were previously indexed with wrong LBA in
RdmaStorageLocalEndpoint
This fixes the CRAIL-3 JIRA ticket
https://issues.apache.org/jira/browse/CRAIL-3
Signed-off-by: Patrick Stuedi <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/patrickstuedi/incubator-crail localmap
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/8.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 #8
----
commit c7e194e49eacb3a1d482fba1d8c9b5791b361b49
Author: Patrick Stuedi <pstuedi@...>
Date: 2018-02-28T08:41:47Z
Fixes issue with local short circuit (memcpy) path in the RDMA storage
tier
- mmaped buffers were previously indexed with wrong LBA in
RdmaStorageLocalEndpoint
This fixes the CRAIL-3 JIRA ticket
https://issues.apache.org/jira/browse/CRAIL-3
Signed-off-by: Patrick Stuedi <[email protected]>
----
---