[jira] [Updated] (ZOOKEEPER-1842) Election listening thread not shutdown for leaders or followers

2013-12-16 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1842: Attachment: ZOOKEEPER-1842.patch > Election listening thread not shutdown

[jira] [Created] (ZOOKEEPER-1842) Election listening thread not shutdown for leaders or followers

2013-12-16 Thread Jeremy Stribling (JIRA)
Jeremy Stribling created ZOOKEEPER-1842: --- Summary: Election listening thread not shutdown for leaders or followers Key: ZOOKEEPER-1842 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1842

[jira] [Commented] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-26 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263340#comment-13263340 ] Jeremy Stribling commented on ZOOKEEPER-1442: - bq. It looks nice, I

[jira] [Updated] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-26 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1442: Attachment: ZOOKEEPER-1442.patch Here's another try addressing the r

[jira] [Commented] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-25 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262217#comment-13262217 ] Jeremy Stribling commented on ZOOKEEPER-1442: - Thanks for the rev

[jira] [Updated] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-25 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1442: Attachment: ZOOKEEPER-1442.patch Here's an attempt to make the de

[jira] [Commented] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-23 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260078#comment-13260078 ] Jeremy Stribling commented on ZOOKEEPER-1442: - I don't have a ne

Re: Input on a change

2012-04-13 Thread Jeremy Stribling
lle Fournierwrote: Hi everyone, I'm trying to evaluate a patch that Jeremy Stribling has submitted, and I'd like some feedback from the user base on it. https://issues.apache.org/jira/browse/ZOOKEEPER-1442 The current behavior of ZK when we get an uncaught exception is to log it and tr

[jira] [Commented] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-13 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253574#comment-13253574 ] Jeremy Stribling commented on ZOOKEEPER-1442: - I'm happy to u

[jira] [Commented] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-11 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252033#comment-13252033 ] Jeremy Stribling commented on ZOOKEEPER-1442: - Regarding the find

[jira] [Updated] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-11 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1442: Attachment: ZOOKEEPER-1442.patch Fixed patch base directory. Anyone care to

[jira] [Updated] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-11 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1442: Attachment: (was: ZOOKEEPER-1442.patch) > Uncaught exception hand

[jira] [Updated] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-10 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1442: Attachment: ZOOKEEPER-1442.patch No test, but not sure one is needed

[jira] [Commented] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-10 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251194#comment-13251194 ] Jeremy Stribling commented on ZOOKEEPER-1442: - I have a patch ready

[jira] [Created] (ZOOKEEPER-1442) Uncaught exception handler should exit on a java.lang.Error

2012-04-04 Thread Jeremy Stribling (Created) (JIRA)
Components: java client, server Affects Versions: 3.3.5, 3.4.3 Reporter: Jeremy Stribling Assignee: Jeremy Stribling Priority: Minor The uncaught exception handler registered in NIOServerCnxnFactory and ClientCnxn simply logs exceptions and lets the rest

[jira] [Commented] (ZOOKEEPER-1375) SendThread is exiting after OOMError

2012-03-21 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235277#comment-13235277 ] Jeremy Stribling commented on ZOOKEEPER-1375: - Yes, a server, sorry

[jira] [Commented] (ZOOKEEPER-1375) SendThread is exiting after OOMError

2012-03-21 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235197#comment-13235197 ] Jeremy Stribling commented on ZOOKEEPER-1375: - I'll prefac

[jira] [Commented] (ZOOKEEPER-1375) SendThread is exiting after OOMError

2012-03-21 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235064#comment-13235064 ] Jeremy Stribling commented on ZOOKEEPER-1375: - Rakesh, would your p

[jira] [Commented] (ZOOKEEPER-1100) Killed (or missing) SendThread will cause hanging threads

2012-03-20 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234049#comment-13234049 ] Jeremy Stribling commented on ZOOKEEPER-1100: - No, this was on 3

[jira] [Commented] (ZOOKEEPER-1100) Killed (or missing) SendThread will cause hanging threads

2012-03-20 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234007#comment-13234007 ] Jeremy Stribling commented on ZOOKEEPER-1100: - bq. Fixed by o

[jira] [Commented] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-19 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232983#comment-13232983 ] Jeremy Stribling commented on ZOOKEEPER-1419: - The patch seems to fix

[jira] [Commented] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-16 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231567#comment-13231567 ] Jeremy Stribling commented on ZOOKEEPER-1419: - Thanks Flavio, we wil

[jira] [Updated] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-15 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1419: Attachment: (was: ZOOKEEPER-1419.tgz) > Leader election never sett

[jira] [Updated] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-15 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1419: Attachment: (was: ZOOKEEPER-1419-fixed.tgz) > Leader election ne

[jira] [Updated] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-15 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1419: Attachment: ZOOKEEPER-1419-fixed2.tgz Fixed other node3 logs

[jira] [Commented] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-15 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13230762#comment-13230762 ] Jeremy Stribling commented on ZOOKEEPER-1419: - Oops, actually all

[jira] [Updated] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-15 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1419: Attachment: ZOOKEEPER-1419-fixed.tgz Fixed node3-run5.out

[jira] [Commented] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-15 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13230752#comment-13230752 ] Jeremy Stribling commented on ZOOKEEPER-1419: - bq. Hey Jeremy! Looks

[jira] [Updated] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-15 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1419: Attachment: ZOOKEEPER-1419.tgz Contains logs for each node in each run, and

[jira] [Created] (ZOOKEEPER-1419) Leader election never settles for a 5-node cluster

2012-03-15 Thread Jeremy Stribling (Created) (JIRA)
: leaderElection Affects Versions: 3.4.3 Environment: 64-bit Linux, all nodes running on the same machine (different ports) Reporter: Jeremy Stribling We have a situation where it seems to my untrained eye that leader election never finishes for a 5-node cluster. In this

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-30 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196391#comment-13196391 ] Jeremy Stribling commented on ZOOKEEPER-1367: - QA has verified that

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-30 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196226#comment-13196226 ] Jeremy Stribling commented on ZOOKEEPER-1367: - We had been running

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-27 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195359#comment-13195359 ] Jeremy Stribling commented on ZOOKEEPER-1367: - bq. ok this should fix

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-27 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195303#comment-13195303 ] Jeremy Stribling commented on ZOOKEEPER-1367: - Will do, on both co

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-27 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195290#comment-13195290 ] Jeremy Stribling commented on ZOOKEEPER-1367: - Thanks guys! I just

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-27 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195004#comment-13195004 ] Jeremy Stribling commented on ZOOKEEPER-1367: - Yes, sorry, 90.0.0.1

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-26 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194325#comment-13194325 ] Jeremy Stribling commented on ZOOKEEPER-1367: - bq. can you tell me

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-25 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13193507#comment-13193507 ] Jeremy Stribling commented on ZOOKEEPER-1367: - QA was able to repro

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-24 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192870#comment-13192870 ] Jeremy Stribling commented on ZOOKEEPER-1367: - {quote} so when you

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-23 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191674#comment-13191674 ] Jeremy Stribling commented on ZOOKEEPER-1367: - bq. jeremy, with

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-23 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191650#comment-13191650 ] Jeremy Stribling commented on ZOOKEEPER-1367: - bq. Hm.

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-23 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191568#comment-13191568 ] Jeremy Stribling commented on ZOOKEEPER-1367: - Thanks very much for

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-21 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190569#comment-13190569 ] Jeremy Stribling commented on ZOOKEEPER-1367: - {quote} Hmmm I mus

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-21 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190531#comment-13190531 ] Jeremy Stribling commented on ZOOKEEPER-1367: - {quote} So I pulled

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-21 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190529#comment-13190529 ] Jeremy Stribling commented on ZOOKEEPER-1367: - That's correc

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-20 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190131#comment-13190131 ] Jeremy Stribling commented on ZOOKEEPER-1367: - I'd like to avoi

[jira] [Commented] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-20 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190101#comment-13190101 ] Jeremy Stribling commented on ZOOKEEPER-1367: - There are no config

[jira] [Updated] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-20 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1367: Attachment: ZOOKEEPER-1367.tgz Contains logs and data/snapshot dirs for

[jira] [Created] (ZOOKEEPER-1367) Data inconsistencies and unexpired ephemeral nodes after cluster restart

2012-01-20 Thread Jeremy Stribling (Created) (JIRA)
Issue Type: Bug Components: server Affects Versions: 3.4.2 Environment: Debian Squeeze, 64-bit Reporter: Jeremy Stribling In one of our tests, we have a cluster of three ZooKeeper servers. We kill all three, and then restart just two of them. Sometimes we

[jira] [Commented] (ZOOKEEPER-1319) Missing data after restarting+expanding a cluster

2011-12-08 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165677#comment-13165677 ] Jeremy Stribling commented on ZOOKEEPER-1319: - Patch 1 also seems t

[jira] [Commented] (ZOOKEEPER-1319) Missing data after restarting+expanding a cluster

2011-12-08 Thread Jeremy Stribling (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165377#comment-13165377 ] Jeremy Stribling commented on ZOOKEEPER-1319: - Patch 2 fixes the pro

[jira] [Updated] (ZOOKEEPER-1319) Missing data after restarting+expanding a cluster

2011-12-05 Thread Jeremy Stribling (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1319: Attachment: logs.tgz Contains two logs, one for server 0 and one for server 1

[jira] [Created] (ZOOKEEPER-1319) Missing data after restarting+expanding a cluster

2011-12-05 Thread Jeremy Stribling (Created) (JIRA)
Environment: Linux (Debian Squeeze) Reporter: Jeremy Stribling Attachments: logs.tgz I've been trying to update to ZK 3.4.0 and have had some issues where some data become inaccessible after adding a node to a cluster. My use case is a bit strange (as expl

[jira] [Assigned] (ZOOKEEPER-981) Hang in zookeeper_close() in the multi-threaded C client

2011-07-19 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling reassigned ZOOKEEPER-981: -- Assignee: Patrick Hunt (was: Jeremy Stribling) Patrick, sorry if this is a

[jira] [Commented] (ZOOKEEPER-1069) Calling shutdown() on a QuorumPeer too quickly can lead to a corrupt log

2011-05-24 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038868#comment-13038868 ] Jeremy Stribling commented on ZOOKEEPER-1069: - {quote} Yeah, that sh

[jira] [Commented] (ZOOKEEPER-1069) Calling shutdown() on a QuorumPeer too quickly can lead to a corrupt log

2011-05-24 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038855#comment-13038855 ] Jeremy Stribling commented on ZOOKEEPER-1069: - Thanks for the sugges

[jira] [Commented] (ZOOKEEPER-1069) Calling shutdown() on a QuorumPeer too quickly can lead to a corrupt log

2011-05-24 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038661#comment-13038661 ] Jeremy Stribling commented on ZOOKEEPER-1069: - I added a comment t

[jira] [Commented] (ZOOKEEPER-1060) QuorumPeer takes a long time to shutdown

2011-05-24 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038657#comment-13038657 ] Jeremy Stribling commented on ZOOKEEPER-1060: - I think this will also

[jira] [Commented] (ZOOKEEPER-1069) Calling shutdown() on a QuorumPeer too quickly can lead to a corrupt log

2011-05-23 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038343#comment-13038343 ] Jeremy Stribling commented on ZOOKEEPER-1069: - This appears like it m

[jira] [Updated] (ZOOKEEPER-1069) Calling shutdown() on a QuorumPeer too quickly can lead to a corrupt log

2011-05-23 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1069: Attachment: log.70001.gz ZOOKEEPER-1069.log Here's

[jira] [Created] (ZOOKEEPER-1069) Calling shutdown() on a QuorumPeer too quickly can lead to a corrupt log

2011-05-23 Thread Jeremy Stribling (JIRA)
Issue Type: Bug Components: quorum, server Affects Versions: 3.3.3 Environment: Linux, ZK 3.3.3, 3-node cluster. Reporter: Jeremy Stribling Priority: Minor I've only seen this happen once. In order to restart Zookeeper with a new set of se

[jira] [Commented] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-15 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020505#comment-13020505 ] Jeremy Stribling commented on ZOOKEEPER-1046: - (By the way, the patc

[jira] [Updated] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-15 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1046: Attachment: ZOOKEEPER-1046.patch A quick and dirty patch that seems to fix the

[jira] [Commented] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-15 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020503#comment-13020503 ] Jeremy Stribling commented on ZOOKEEPER-1046: - Thanks Camille. The p

[jira] [Commented] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-15 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020447#comment-13020447 ] Jeremy Stribling commented on ZOOKEEPER-1046: - Wow, nice sleut

[jira] [Commented] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-14 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020139#comment-13020139 ] Jeremy Stribling commented on ZOOKEEPER-1046: - For the record, I

[jira] [Commented] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-13 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019661#comment-13019661 ] Jeremy Stribling commented on ZOOKEEPER-1046: - I was wrong -- I was

[jira] [Updated] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-13 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1046: Attachment: ZOOKEEPER-1046.tgz The log and snapshot files for an occurrence of

[jira] [Commented] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-13 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019657#comment-13019657 ] Jeremy Stribling commented on ZOOKEEPER-1046: - Thanks for looking

[jira] [Commented] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-13 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019398#comment-13019398 ] Jeremy Stribling commented on ZOOKEEPER-1046: - Correct. Sorry, forgo

[jira] [Commented] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-12 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019092#comment-13019092 ] Jeremy Stribling commented on ZOOKEEPER-1046: - The logs are too bi

[jira] [Created] (ZOOKEEPER-1046) Creating a new sequential node results in a ZNODEEXISTS error

2011-04-12 Thread Jeremy Stribling (JIRA)
Components: server Affects Versions: 3.3.2, 3.3.3 Environment: A 3 node-cluster running Debian squeeze. Reporter: Jeremy Stribling On several occasions, I've seen a create() with the sequential flag set fail with a ZNODEEXISTS error, and I don't think t

[jira] [Commented] (ZOOKEEPER-1026) Sequence number assignment decreases after old node rejoins cluster

2011-03-23 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010281#comment-13010281 ] Jeremy Stribling commented on ZOOKEEPER-1026: - Wow, thanks for th

[jira] [Commented] (ZOOKEEPER-1026) Sequence number assignment decreases after old node rejoins cluster

2011-03-22 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009906#comment-13009906 ] Jeremy Stribling commented on ZOOKEEPER-1026: - {quote} The logs

[jira] [Commented] (ZOOKEEPER-1026) Sequence number assignment decreases after old node rejoins cluster

2011-03-22 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009725#comment-13009725 ] Jeremy Stribling commented on ZOOKEEPER-1026: - Actually, step 11 abov

[jira] [Updated] (ZOOKEEPER-1026) Sequence number assignment decreases after old node rejoins cluster

2011-03-22 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1026: Attachment: ZOOKEEPER-1026.logs.tgz Contains a partial before-restart log for

Re: new leader accepting create requests too early?

2011-03-22 Thread Jeremy Stribling
leadership. -Flavio On Mar 22, 2011, at 8:11 AM, Jeremy Stribling wrote: Thanks for the response. I thought that the "my state" in this line, printed in node #3's log: 2672 [WorkerReceiver Thread] INFO org.apache.zookeeper.server.quorum.FastLeaderElection - Notification: 215 (n.lea

[jira] [Created] (ZOOKEEPER-1026) Sequence number assignment decreases after old node rejoins cluster

2011-03-22 Thread Jeremy Stribling (JIRA)
Type: Bug Components: server Affects Versions: 3.3.3 Reporter: Jeremy Stribling I ran into a weird case where a Zookeeper server rejoins the cluster after missing several operations, and then a client creates a new sequential node that has a number earlier than the last

Re: new leader accepting create requests too early?

2011-03-22 Thread Jeremy Stribling
Thanks for the response. I thought that the "my state" in this line, printed in node #3's log: 2672 [WorkerReceiver Thread] INFO org.apache.zookeeper.server.quorum.FastLeaderElection - Notification: 215 (n.leader), 12884902548 (n.zxid), 3 (n.round), FOLLOWING (n.state), 126 (n.sid), LEADI

[jira] Commented: (ZOOKEEPER-1007) iarchive leak in C client

2011-03-15 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007115#comment-13007115 ] Jeremy Stribling commented on ZOOKEEPER-1007: - Thanks Mahadev. Anyt

[jira] Commented: (ZOOKEEPER-981) Hang in zookeeper_close() in the multi-threaded C client

2011-03-04 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002912#comment-13002912 ] Jeremy Stribling commented on ZOOKEEPER-981: When I run tsulin&#x

[jira] Updated: (ZOOKEEPER-981) Hang in zookeeper_close() in the multi-threaded C client

2011-03-04 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-981: --- Attachment: zookeeper-981.patch Attached is an interim patch for this bug that

[jira] Commented: (ZOOKEEPER-1007) iarchive leak in C client

2011-03-04 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002849#comment-13002849 ] Jeremy Stribling commented on ZOOKEEPER-1007: - I'm guessing

[jira] Updated: (ZOOKEEPER-1007) iarchive leak in C client

2011-03-04 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Stribling updated ZOOKEEPER-1007: Attachment: zookeeper-1007.patch > iarchive leak in C cli

[jira] Created: (ZOOKEEPER-1007) iarchive leak in C client

2011-03-04 Thread Jeremy Stribling (JIRA)
Reporter: Jeremy Stribling Priority: Minor On line 1957, zookeeper_process() returns without cleaning up the "ia" buffer that was previously allocated. I don't know how often this code path is taken, but I thought it was worth reporting. I will attach a simple patch sho

[jira] Commented: (ZOOKEEPER-981) Hang in zookeeper_close() in the multi-threaded C client

2011-02-02 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989776#comment-12989776 ] Jeremy Stribling commented on ZOOKEEPER-981: Yes, sorry, _closing_z

[jira] Commented: (ZOOKEEPER-981) Hang in zookeeper_close() in the multi-threaded C client

2011-02-02 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989753#comment-12989753 ] Jeremy Stribling commented on ZOOKEEPER-981: Oops, sorry. Here's

[jira] Commented: (ZOOKEEPER-981) Hang in zookeeper_close() in the multi-threaded C client

2011-02-02 Thread Jeremy Stribling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989752#comment-12989752 ] Jeremy Stribling commented on ZOOKEEPER-981: Not in any way that I can

[jira] Created: (ZOOKEEPER-981) Hang in zookeeper_close() in the multi-threaded C client

2011-02-01 Thread Jeremy Stribling (JIRA)
Components: c client Affects Versions: 3.3.2 Environment: Debian Squeeze, Linux 2.6.32-5, x86_64 Reporter: Jeremy Stribling Priority: Minor I saw a hang once when my C++ application called the zookeeper_close() method of the multi-threaded Zookeeper client library