Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.92.2, 0.94.0, 0.95.2
-
hadoop1.0.2,hbase0.94,jdk1.6
-
Reviewed
-
coprocessor
Description
I develop a coprocessor program ,but found some different results in repeated tests.for example,normally,the result's size is 10.but sometimes it appears 9.
I read the HTable.java code,found a TreeMap(thread-unsafe) be used in multithreading environment.It cause the bug happened
Attachments
Attachments
Issue Links
- is duplicated by
-
HBASE-6280 why using treeMap at default implement with class Batch.Callback
- Closed