hongbin ma created KYLIN-1350:
---------------------------------
Summary: hbase Result.binarySearch is found to be problematic in
concurrent environments
Key: KYLIN-1350
URL: https://issues.apache.org/jira/browse/KYLIN-1350
Project: Kylin
Issue Type: Improvement
Reporter: hongbin ma
Assignee: hongbin ma
in hbase early 0.98 versions,
protected int binarySearch(final Cell [] kvs,
final byte [] family, final int foffset, final int flength,
final byte [] qualifier, final int qoffset, final int qlength) {
uses a static buffer, which might be problematic in concurrent environments.
The hbase community fixed this in
https://issues.apache.org/jira/browse/HBASE-9334, however it is quite possible
our users' deployed version does not include this patch.
we'll change workaround this by not calling related method
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)