You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2012/11/26 16:42:57 UTC

[jira] [Created] (JCR-3463) Configurable stopDelay

Marcel Reutegger created JCR-3463:
-------------------------------------

             Summary: Configurable stopDelay
                 Key: JCR-3463
                 URL: https://issues.apache.org/jira/browse/JCR-3463
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-core
            Reporter: Marcel Reutegger
            Priority: Minor


JCR-1553 introduced a stopDelay in ClusterNode and JCR-3303 set the default value to twice the syncDelay, but neither allows you to configure the value in the repository.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (JCR-3463) Configurable stopDelay

Posted by "Bart van der Schans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505626#comment-13505626 ] 

Bart van der Schans commented on JCR-3463:
------------------------------------------

Ok, thx.
                
> Configurable stopDelay
> ----------------------
>
>                 Key: JCR-3463
>                 URL: https://issues.apache.org/jira/browse/JCR-3463
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 2.5.3
>
>         Attachments: JCR-3463.patch
>
>
> JCR-1553 introduced a stopDelay in ClusterNode and JCR-3303 set the default value to twice the syncDelay, but neither allows you to configure the value in the repository.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (JCR-3463) Configurable stopDelay

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505624#comment-13505624 ] 

Marcel Reutegger commented on JCR-3463:
---------------------------------------

In my experience twice the syncDelay (10 seconds) is rather on the low side and may result in premature closing of journal and instanceRevision. That's why I think a higher default is more resonable. In the end we just need to make sure shutdown doesn't wait forever for the journal threads.
                
> Configurable stopDelay
> ----------------------
>
>                 Key: JCR-3463
>                 URL: https://issues.apache.org/jira/browse/JCR-3463
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 2.5.3
>
>         Attachments: JCR-3463.patch
>
>
> JCR-1553 introduced a stopDelay in ClusterNode and JCR-3303 set the default value to twice the syncDelay, but neither allows you to configure the value in the repository.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (JCR-3463) Configurable stopDelay

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

Marcel Reutegger resolved JCR-3463.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5.3

Applied patch in revision: 1414093
                
> Configurable stopDelay
> ----------------------
>
>                 Key: JCR-3463
>                 URL: https://issues.apache.org/jira/browse/JCR-3463
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 2.5.3
>
>         Attachments: JCR-3463.patch
>
>
> JCR-1553 introduced a stopDelay in ClusterNode and JCR-3303 set the default value to twice the syncDelay, but neither allows you to configure the value in the repository.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (JCR-3463) Configurable stopDelay

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

Marcel Reutegger updated JCR-3463:
----------------------------------

    Attachment: JCR-3463.patch

Proposed changes:

- introduce a stopDelay in the Cluster configuration element
- increase the default stopDelay to 10 times the syncDelay
                
> Configurable stopDelay
> ----------------------
>
>                 Key: JCR-3463
>                 URL: https://issues.apache.org/jira/browse/JCR-3463
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>         Attachments: JCR-3463.patch
>
>
> JCR-1553 introduced a stopDelay in ClusterNode and JCR-3303 set the default value to twice the syncDelay, but neither allows you to configure the value in the repository.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (JCR-3463) Configurable stopDelay

Posted by "Bart van der Schans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505599#comment-13505599 ] 

Bart van der Schans commented on JCR-3463:
------------------------------------------

Hi Marcel,

Just for my understanding: why the increase the default from 2 times the syncDelay to 10 times the syncDelay? Is there a specific case in which 2 times is not enough?

Bart
                
> Configurable stopDelay
> ----------------------
>
>                 Key: JCR-3463
>                 URL: https://issues.apache.org/jira/browse/JCR-3463
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 2.5.3
>
>         Attachments: JCR-3463.patch
>
>
> JCR-1553 introduced a stopDelay in ClusterNode and JCR-3303 set the default value to twice the syncDelay, but neither allows you to configure the value in the repository.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira