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

[jira] Commented: (ZOOKEEPER-219) events.poll timeout in watcher test too short

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648424#action_12648424 ] 

Mahadev konar commented on ZOOKEEPER-219:
-----------------------------------------

+1 for the patch ... the tests pass 

> events.poll timeout in watcher test too short
> ---------------------------------------------
>
>                 Key: ZOOKEEPER-219
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-219
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Minor
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-219.patch
>
>
> in watchertest there are some event.poll calls that have 1milli timeouts
>         e = localWatcher.events.poll(1, TimeUnit.MILLISECONDS);
> this is showing falure in some cases under hudson (I assume when it's under load from other tests running for other proj)
> We should review the poll calls and verify adequate timeouts.

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