[ 
https://issues.apache.org/jira/browse/S2GRAPH-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jong Wook Kim updated S2GRAPH-116:
----------------------------------
    Description: 
Currently we are using our custom version of Asynchbase (at 
https://github.com/SteamShon/asynchbase ) for the non-blocking access to HBase 
servers, because of the two minor but essential missing features 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.

  was:
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.


> 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
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> Currently we are using our custom version of Asynchbase (at 
> https://github.com/SteamShon/asynchbase ) for the non-blocking access to 
> HBase servers, because of the two minor but essential missing features 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)

Reply via email to