You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2014/05/17 14:47:14 UTC

[jira] [Resolved] (OAK-1703) Improve warning logged on concurrent Session access

     [ https://issues.apache.org/jira/browse/OAK-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig resolved OAK-1703.
--------------------------------

    Resolution: Fixed

Fixed at https://svn.apache.org/r1595457

> Improve warning logged on concurrent Session access
> ---------------------------------------------------
>
>                 Key: OAK-1703
>                 URL: https://issues.apache.org/jira/browse/OAK-1703
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: jcr
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>              Labels: concurrency
>             Fix For: 1.1
>
>
> OAK-1601 introduced warnings that are logged when a session is accessed concurrently from different threads. The modalities however differ from those of Jackrabbit 2. The message 
> {code}
> Attempt to perform "sessionOperation" while another thread is concurrently writing to "session". Blocking until the other thread is finished using this session. Please review your code to avoid concurrent use of a session.
> {code}
> is logged for the current thread
> * if the current threads attempts a write operation while another thread already executes a write operation in Jackrabbit 2,
> * if the current thread attempts a write operation while another thread already executes any operation. 
> We should make these warnings identical to those of Jackrabbit 2.



--
This message was sent by Atlassian JIRA
(v6.2#6252)