You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "GShen (JIRA)" <ji...@apache.org> on 2008/11/18 01:50:05 UTC

[jira] Created: (SM-1694) serviceassembly deployment is blocked/delayed by already loaded serviceassemblies

serviceassembly deployment is blocked/delayed by already loaded serviceassemblies
---------------------------------------------------------------------------------

                 Key: SM-1694
                 URL: https://issues.apache.org/activemq/browse/SM-1694
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-assembly
    Affects Versions: 3.3
            Reporter: GShen


We notice an issue with servicemix 3.3 where serviceassemblies that start processing after start up, block other serviceassemblies from deploying/starting up. The issue occurs when the serviceassembly that is deployed does not immediately return from a serviceunit in its route. Fix  SM-1171 introduced a lock during routing causing service units that take a longer time processing data to block other serviceassemblies from starting up. Adding a patch that should fix SM-1171 while reducing the scope of the lock so it doesnt interfere with assembly startup.

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


[jira] Updated: (SM-1694) serviceassembly deployment is blocked/delayed by already loaded serviceassemblies

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

GShen updated SM-1694:
----------------------

    Description: We notice an issue with servicemix 3.3 where serviceassemblies that start processing after start up, block other serviceassemblies from deploying/starting up. The issue occurs when the serviceassembly that is deployed does not immediately return from a serviceunit in its route. Fix  SM-1171 introduced a lock during routing causing service units that take a longer time processing data to block other serviceassemblies from starting up. Attaching modification to SM-1171 patch  reducing the scope of the lock so it doesn't interfere with other assembly startups.  (was: We notice an issue with servicemix 3.3 where serviceassemblies that start processing after start up, block other serviceassemblies from deploying/starting up. The issue occurs when the serviceassembly that is deployed does not immediately return from a serviceunit in its route. Fix  SM-1171 introduced a lock during routing causing service units that take a longer time processing data to block other serviceassemblies from starting up. Adding a patch that should fix SM-1171 while reducing the scope of the lock so it doesnt interfere with assembly startup.)

> serviceassembly deployment is blocked/delayed by already loaded serviceassemblies
> ---------------------------------------------------------------------------------
>
>                 Key: SM-1694
>                 URL: https://issues.apache.org/activemq/browse/SM-1694
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-assembly
>    Affects Versions: 3.3
>            Reporter: GShen
>         Attachments: sm-1694.diff
>
>
> We notice an issue with servicemix 3.3 where serviceassemblies that start processing after start up, block other serviceassemblies from deploying/starting up. The issue occurs when the serviceassembly that is deployed does not immediately return from a serviceunit in its route. Fix  SM-1171 introduced a lock during routing causing service units that take a longer time processing data to block other serviceassemblies from starting up. Attaching modification to SM-1171 patch  reducing the scope of the lock so it doesn't interfere with other assembly startups.

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


[jira] Updated: (SM-1694) serviceassembly deployment is blocked/delayed by already loaded serviceassemblies

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

GShen updated SM-1694:
----------------------

    Attachment: sm-1694.diff

> serviceassembly deployment is blocked/delayed by already loaded serviceassemblies
> ---------------------------------------------------------------------------------
>
>                 Key: SM-1694
>                 URL: https://issues.apache.org/activemq/browse/SM-1694
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-assembly
>    Affects Versions: 3.3
>            Reporter: GShen
>         Attachments: sm-1694.diff
>
>
> We notice an issue with servicemix 3.3 where serviceassemblies that start processing after start up, block other serviceassemblies from deploying/starting up. The issue occurs when the serviceassembly that is deployed does not immediately return from a serviceunit in its route. Fix  SM-1171 introduced a lock during routing causing service units that take a longer time processing data to block other serviceassemblies from starting up. Adding a patch that should fix SM-1171 while reducing the scope of the lock so it doesnt interfere with assembly startup.

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


[jira] Commented: (SM-1694) serviceassembly deployment is blocked/delayed by already loaded serviceassemblies

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47513#action_47513 ] 

Guillaume Nodet commented on SM-1694:
-------------------------------------

Your patch just make the lock useless and will re-enable SM-1171 i think.
We plan to improve the SA startup as part of SM-1607.  I think this would need to acquire the write lock before starting all SAs and releasing it once they have all been started.  This should solve your problem too I think.

> serviceassembly deployment is blocked/delayed by already loaded serviceassemblies
> ---------------------------------------------------------------------------------
>
>                 Key: SM-1694
>                 URL: https://issues.apache.org/activemq/browse/SM-1694
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-assembly
>    Affects Versions: 3.3
>            Reporter: GShenoy
>         Attachments: sm-1694.diff
>
>
> We notice an issue with servicemix 3.3 where serviceassemblies that start processing after start up, block other serviceassemblies from deploying/starting up. The issue occurs when the serviceassembly that is deployed does not immediately return from a serviceunit in its route. Fix  SM-1171 introduced a lock during routing causing service units that take a longer time processing data to block other serviceassemblies from starting up. Attaching modification to SM-1171 patch  reducing the scope of the lock so it doesn't interfere with other assembly startups.

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


[jira] Commented: (SM-1694) serviceassembly deployment is blocked/delayed by already loaded serviceassemblies

Posted by "GShenoy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47525#action_47525 ] 

GShenoy commented on SM-1694:
-----------------------------

My understanding is that the lock as it existed in patch for SM-1171 was only to prevent reads before the assembly startup has commenced when autodeployment holds a write lock. The modified patch provided allows for that here. Hence i feel it covers SM-1171.  I definitely support SM-1607 since that would remove this extra redundant step of readlocking everytime we route. But until then the issue of serviceassemblies being blocked will exist.

> serviceassembly deployment is blocked/delayed by already loaded serviceassemblies
> ---------------------------------------------------------------------------------
>
>                 Key: SM-1694
>                 URL: https://issues.apache.org/activemq/browse/SM-1694
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-assembly
>    Affects Versions: 3.3
>            Reporter: GShenoy
>         Attachments: sm-1694.diff
>
>
> We notice an issue with servicemix 3.3 where serviceassemblies that start processing after start up, block other serviceassemblies from deploying/starting up. The issue occurs when the serviceassembly that is deployed does not immediately return from a serviceunit in its route. Fix  SM-1171 introduced a lock during routing causing service units that take a longer time processing data to block other serviceassemblies from starting up. Attaching modification to SM-1171 patch  reducing the scope of the lock so it doesn't interfere with other assembly startups.

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