You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/12/11 18:21:18 UTC

[jira] Created: (SLING-1235) Access to writer session is not synchronized

Access to writer session is not synchronized
--------------------------------------------

                 Key: SLING-1235
                 URL: https://issues.apache.org/jira/browse/SLING-1235
             Project: Sling
          Issue Type: Bug
          Components: Extensions
    Affects Versions: Extensions Event 2.0.6
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Extensions Event 2.1.0


The task processing the writer queue is using the same session to write to the repository as the cancelJob method. These write actions need to be synced

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-1235) Access to writer session is not synchronized

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-1235.
-----------------------------------


> Access to writer session is not synchronized
> --------------------------------------------
>
>                 Key: SLING-1235
>                 URL: https://issues.apache.org/jira/browse/SLING-1235
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: Extensions Event 2.0.6
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Extensions Event 2.1.0
>
>
> The task processing the writer queue is using the same session to write to the repository as the cancelJob method. These write actions need to be synced

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-1235) Access to writer session is not synchronized

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-1235.
-------------------------------------

    Resolution: Fixed

Fixed in revision: 889712 by using the already available writer lock in all places.

> Access to writer session is not synchronized
> --------------------------------------------
>
>                 Key: SLING-1235
>                 URL: https://issues.apache.org/jira/browse/SLING-1235
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: Extensions Event 2.0.6
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Extensions Event 2.1.0
>
>
> The task processing the writer queue is using the same session to write to the repository as the cancelJob method. These write actions need to be synced

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.