[
https://issues.apache.org/jira/browse/ZOOKEEPER-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14073200#comment-14073200
]
Rakesh R commented on ZOOKEEPER-1987:
-------------------------------------
[~shralex] Thanks for the patch. It looks good to me. Just one suggestion,
When I'm executing the tests in _Windows environment_. I have seen the
following code path is updating the "zoo.cfg" with 'dynamicConfigFile file
path'. Here its not converting the windows path to UNIX to avoid problems with
"\" and due to this test case is failing. I've done conversion and after that
its passing consistently. I'm thinking to add this conversion logic too, what
do you say?
{code}
QPC#writeDynamicConfig()
out.write("dynamicConfigFile=".concat(actualDynamicConfigFilename).concat("\n"));
{code}
-Rakesh
> unable to restart 3 node cluster
> --------------------------------
>
> Key: ZOOKEEPER-1987
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1987
> Project: ZooKeeper
> Issue Type: Bug
> Components: tests
> Affects Versions: 3.5.0
> Reporter: Patrick Hunt
> Assignee: Alexander Shraer
> Priority: Blocker
> Fix For: 3.5.0
>
> Attachments: ZOOKEEPER-1987-ver1.patch, ZOOKEEPER-1987-ver2.patch,
> ZOOKEEPER-1987.patch, f1.jstack, l3.jstack, test3.tar.gz
>
>
> I tried a fairly simple test, start a three node cluster, bring it down, then
> restart it. On restart the servers elect the leader and send updates, however
> the negotiation never completes - the client ports are never bound for
> example.
--
This message was sent by Atlassian JIRA
(v6.2#6252)