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

Amit Jain commented on JCR-3856:
--------------------------------

It seems to me that the random errors that are being observed is a result of 
starting a new thread in LocalCache when getting initialized. This probably 
interferes when adding blobs in the test depending on whether the thread is 
started already or not. We should probably add some wait in the tests after the 
initialization if this is actually the issue.
{code}
        new Thread(new CacheBuildJob()).start();
{code}

> [jackrabbit-aws-ext] Random test failures
> -----------------------------------------
>
>                 Key: JCR-3856
>                 URL: https://issues.apache.org/jira/browse/JCR-3856
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-data
>    Affects Versions: 2.9.1
>            Reporter: Amit Jain
>
> Tests fail randomly due to some race condition caused by the async threads 
> used in the S3DataStore.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to