A concurrency issue on SoftValueSortedMap?

2011-12-21 Thread bijieshan
Hi all, We use thousand of threads doing the scan operations. One thread got blocked at the position of java.util.TreeMap.fixAfterDeletion. It can't come out of the loop of TreeMap.fixAfterDeletion: So I think it maybe a concurrency issue. Has someone encountered this? Thank you. Jieshan.

Re: A concurrency issue on SoftValueSortedMap?

2011-12-21 Thread bijieshan
@hbase.apache.org; u...@hbase.apache.org 抄送: wenzaohua; Chenjian 主题: A concurrency issue on SoftValueSortedMap? Hi all, We use thousand of threads doing the scan operations. One thread got blocked at the position of “java.util.TreeMap.fixAfterDeletion”. It can’t come out of the loop