[ 
https://issues.apache.org/jira/browse/HBASE-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114824#comment-13114824
 ] 

Li Pi commented on HBASE-4482:
------------------------------

Ran tests overnight, no looping detected. Put    while 
(backingStore.putIfAbsent(blockName, scache) != null) {
      int i = 0;
      Thread.yield();
      i++;
      if (i > 1000){
        System.out.println("TEST FAILING AT REMOVE");
      }
    }
 
in the two while loops.

Will put out patch v3 in a moment.

> Race Condition Concerning Eviction in SlabCache
> -----------------------------------------------
>
>                 Key: HBASE-4482
>                 URL: https://issues.apache.org/jira/browse/HBASE-4482
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Li Pi
>            Assignee: Li Pi
>            Priority: Critical
>             Fix For: 0.92.0
>
>         Attachments: hbase-4482v1.txt, hbase-4482v2.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to