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 2010/01/21 08:16:58 UTC

[jira] Created: (SLING-1309) Potential concurrent modification exception during request progress tracker dump

Potential concurrent modification exception during request progress tracker dump
--------------------------------------------------------------------------------

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


The dump method in the SlingRequestProgressTracker might lead to a ConcurrentModificationException as the dump directly writes to the writer during iterating
over the messages. If - for whatever reason - the writing causes a new log entry, the exception occurs.

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


[jira] Closed: (SLING-1309) Potential concurrent modification exception during request progress tracker dump

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

Felix Meschberger closed SLING-1309.
------------------------------------


Close after release

> Potential concurrent modification exception during request progress tracker dump
> --------------------------------------------------------------------------------
>
>                 Key: SLING-1309
>                 URL: https://issues.apache.org/jira/browse/SLING-1309
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.6
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Engine 2.1.0
>
>
> The dump method in the SlingRequestProgressTracker might lead to a ConcurrentModificationException as the dump directly writes to the writer during iterating
> over the messages. If - for whatever reason - the writing causes a new log entry, the exception occurs.

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


[jira] Resolved: (SLING-1309) Potential concurrent modification exception during request progress tracker dump

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

Carsten Ziegeler resolved SLING-1309.
-------------------------------------

    Resolution: Fixed

Fixed in revision 901577

> Potential concurrent modification exception during request progress tracker dump
> --------------------------------------------------------------------------------
>
>                 Key: SLING-1309
>                 URL: https://issues.apache.org/jira/browse/SLING-1309
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.6
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Engine 2.1.0
>
>
> The dump method in the SlingRequestProgressTracker might lead to a ConcurrentModificationException as the dump directly writes to the writer during iterating
> over the messages. If - for whatever reason - the writing causes a new log entry, the exception occurs.

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