[
https://issues.apache.org/jira/browse/ZOOKEEPER-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925976#action_12925976
]
Benjamin Reed commented on ZOOKEEPER-907:
-----------------------------------------
Ah, I see the problem. There are actually two problems: 1) when sync() get's an
error it is not propagated back to the caller. 2) this problem.
They problem is that 1) is preventing us from writing a test case. We need to
fix 1) and then we can write the test for 2).
> Spurious "KeeperErrorCode = Session moved" messages
> ---------------------------------------------------
>
> Key: ZOOKEEPER-907
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-907
> Project: Zookeeper
> Issue Type: Bug
> Affects Versions: 3.3.1
> Reporter: Vishal K
> Assignee: Vishal K
> Priority: Blocker
> Fix For: 3.3.2, 3.4.0
>
> Attachments: ZOOKEEPER-907.patch, ZOOKEEPER-907.patch_v2
>
>
> The sync request does not set the session owner in Request.
> As a result, the leader keeps printing:
> 2010-07-01 10:55:36,733 - INFO [ProcessThread:-1:preprequestproces...@405] -
> Got user-level KeeperException when processing sessionid:0x298d3b1fa90000
> type:sync: cxid:0x6 zxid:0xfffffffffffffffe txntype:unknown reqpath:/ Error
> Path:null Error:KeeperErrorCode = Session moved
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.