[
https://issues.apache.org/jira/browse/BLUR-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462323#comment-13462323
]
Aaron McCurry commented on BLUR-25:
-----------------------------------
On line 185 the 'false' argument is to tell the ZKCS object to NOT use cache
and go query ZK directly.
185 assertTrue(clusterStatus.isEnabled(false, DEFAULT, "enabledtable"));
On line 186 the 'true' argument is to tell the ZKCS object to use cache and
return (which might produce the wrong answer).
186 assertTrue(clusterStatus.isEnabled(true, DEFAULT, "enabledtable"));
Probably need to change 186 to use the WaitForAnswerToBeCorrect object.
Does that help?
> Allow MiniCluster to use configurable cluster names
> ---------------------------------------------------
>
> Key: BLUR-25
> URL: https://issues.apache.org/jira/browse/BLUR-25
> Project: Apache Blur
> Issue Type: Bug
> Reporter: Tim Williams
> Assignee: Tim Williams
>
--
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