Jong Wook Kim created S2GRAPH-116:
-------------------------------------
Summary: Use the official Asynchbase release and stop managing our
custom fork
Key: S2GRAPH-116
URL: https://issues.apache.org/jira/browse/S2GRAPH-116
Project: S2Graph
Issue Type: Improvement
Reporter: Jong Wook Kim
Currently we are using our custom version of Asynchbase (at
https://github.com/SteamShon/asynchbase ) for nonblocking access to HBase
servers, because of the two minor but essential missing feature of the upstream
Asynchbase:
1. to set store_limit and store_offset in GetRequests
2. to set the rpc-level timeout values in Scanners
During the recent discussion in the dev mailing list we've found that the
former can be replaced with ColumnPaginationFilter, and the latter we can
workaround using ASM and ByteBuddy.
This will remove the operational cost of managing a separate fork of Asynchbase
as well as dealing with the separate release cycle to Maven central.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)