You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Chris Darroch (JIRA)" <ji...@apache.org> on 2009/02/20 21:13:02 UTC

[jira] Created: (ZOOKEEPER-326) standalone server ignores tickTime configuration

standalone server ignores tickTime configuration
------------------------------------------------

                 Key: ZOOKEEPER-326
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-326
             Project: Zookeeper
          Issue Type: Bug
          Components: server
    Affects Versions: 3.1.0, 3.0.1, 3.0.0
            Reporter: Chris Darroch
            Priority: Minor
             Fix For: 3.1.1, 3.2.0
         Attachments: ZOOKEEPER-326.patch

When using the ZooKeeper server in standalone mode, it ignores the tickTime setting in the configuration file and uses the DEFAULT_TICK_TIME of 3000 coded into ZooKeeperServer.java.

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


[jira] Updated: (ZOOKEEPER-326) standalone server ignores tickTime configuration

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

Chris Darroch updated ZOOKEEPER-326:
------------------------------------

    Attachment: ZOOKEEPER-326.patch

> standalone server ignores tickTime configuration
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-326
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-326
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0, 3.0.1, 3.1.0
>            Reporter: Chris Darroch
>            Priority: Minor
>             Fix For: 3.1.1, 3.2.0
>
>         Attachments: ZOOKEEPER-326.patch
>
>
> When using the ZooKeeper server in standalone mode, it ignores the tickTime setting in the configuration file and uses the DEFAULT_TICK_TIME of 3000 coded into ZooKeeperServer.java.

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


[jira] Updated: (ZOOKEEPER-326) standalone server ignores tickTime configuration

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

Mahadev konar updated ZOOKEEPER-326:
------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I just committed this. Thanks Chris.

> standalone server ignores tickTime configuration
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-326
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-326
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0, 3.0.1, 3.1.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.1.1, 3.2.0
>
>         Attachments: ZOOKEEPER-326.patch
>
>
> When using the ZooKeeper server in standalone mode, it ignores the tickTime setting in the configuration file and uses the DEFAULT_TICK_TIME of 3000 coded into ZooKeeperServer.java.

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


[jira] Commented: (ZOOKEEPER-326) standalone server ignores tickTime configuration

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676250#action_12676250 ] 

Hudson commented on ZOOKEEPER-326:
----------------------------------

Integrated in ZooKeeper-trunk #239 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/239/])
    . standalone server ignores tickTime configuration. (chris darroch via mahadev)


> standalone server ignores tickTime configuration
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-326
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-326
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0, 3.0.1, 3.1.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.1.1, 3.2.0
>
>         Attachments: ZOOKEEPER-326.patch
>
>
> When using the ZooKeeper server in standalone mode, it ignores the tickTime setting in the configuration file and uses the DEFAULT_TICK_TIME of 3000 coded into ZooKeeperServer.java.

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


[jira] Assigned: (ZOOKEEPER-326) standalone server ignores tickTime configuration

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

Mahadev konar reassigned ZOOKEEPER-326:
---------------------------------------

    Assignee: Chris Darroch

+1 for the patch.

> standalone server ignores tickTime configuration
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-326
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-326
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0, 3.0.1, 3.1.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.1.1, 3.2.0
>
>         Attachments: ZOOKEEPER-326.patch
>
>
> When using the ZooKeeper server in standalone mode, it ignores the tickTime setting in the configuration file and uses the DEFAULT_TICK_TIME of 3000 coded into ZooKeeperServer.java.

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


[jira] Updated: (ZOOKEEPER-326) standalone server ignores tickTime configuration

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

Chris Darroch updated ZOOKEEPER-326:
------------------------------------

    Status: Patch Available  (was: Open)

> standalone server ignores tickTime configuration
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-326
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-326
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.1.0, 3.0.1, 3.0.0
>            Reporter: Chris Darroch
>            Priority: Minor
>             Fix For: 3.1.1, 3.2.0
>
>         Attachments: ZOOKEEPER-326.patch
>
>
> When using the ZooKeeper server in standalone mode, it ignores the tickTime setting in the configuration file and uses the DEFAULT_TICK_TIME of 3000 coded into ZooKeeperServer.java.

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