id
int64
1
37.7k
comment_id
int64
12.6M
18M
issue_id
stringlengths
1
4
user
stringlengths
1
30
body
stringlengths
1
101k
created_at
stringdate
2008-06-06 18:03:50-0400
2025-10-01 11:49:43-0400
updated_at
stringdate
2008-06-06 18:03:50-0400
2025-10-01 11:49:43-0400
metadata
stringlengths
1.46k
208k
1
12,608,625
47
Andrew Kornev
But that's exactly what the do_io does! It check if the zhandle_t state is unrecoverable and terminates if it is.
2008-06-26T20:05:58.511000-04:00
2008-06-26T20:05:58.511000-04:00
{"id": 12608625, "body": "But that's exactly what the do_io does! It check if the zhandle_t state is unrecoverable and terminates if it is.", "user": "Andrew Kornev", "created_at": "2008-06-26T20:05:58.511000-04:00", "updated_at": "2008-06-26T20:05:58.511000-04:00", "_provider": "jira", "raw": {"self": "https://issues....
2
12,608,797
47
Benjamin Reed
You're right. I was reading the code wrong.
2008-06-27T10:57:22.470000-04:00
2008-06-27T10:57:22.470000-04:00
{"id": 12608797, "body": "You're right. I was reading the code wrong.", "user": "Benjamin Reed", "created_at": "2008-06-27T10:57:22.470000-04:00", "updated_at": "2008-06-27T10:57:22.470000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12398543/comment/12608797", "id": "12...
3
12,610,414
66
Anthony Urso
Patch attached.
2008-07-03T21:53:42.075000-04:00
2008-07-03T21:53:42.075000-04:00
{"id": 12610414, "body": "Patch attached.", "user": "Anthony Urso", "created_at": "2008-07-03T21:53:42.075000-04:00", "updated_at": "2008-07-03T21:53:42.075000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12399583/comment/12610414", "id": "12610414", "author": {"self": "...
4
12,610,417
66
Anthony Urso
Patch attached again.
2008-07-03T22:02:19.894000-04:00
2008-07-03T22:02:19.894000-04:00
{"id": 12610417, "body": "Patch attached again.", "user": "Anthony Urso", "created_at": "2008-07-03T22:02:19.894000-04:00", "updated_at": "2008-07-03T22:02:19.894000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12399583/comment/12610417", "id": "12610417", "author": {"se...
5
12,610,748
66
Flavio Paiva Junqueira
I'm not entirely convinced that this is a good idea. The watcher is important for the communication between ZooKeeper and the client, and I can understand if you want to use a null watcher in the case you're implementing a quick program for debugging or perhaps test purposes, but in such cases implementing the Watcher ...
2008-07-06T08:42:10.350000-04:00
2008-07-06T08:42:10.350000-04:00
{"id": 12610748, "body": "I'm not entirely convinced that this is a good idea. The watcher is important for the communication between ZooKeeper and the client, and I can understand if you want to use a null watcher in the case you're implementing a quick program for debugging or perhaps test purposes, but in such cases...
6
12,610,882
66
Andrew Kornev
I concur with Flavio: application must implement a watcher. At the very least you'd want to know about the session events such as connect, disconnect, and especially session expiration and athentication failure. The latter two cannot be automatically recovered from and must be handled by the application in a certain wa...
2008-07-06T23:17:43.340000-04:00
2008-07-06T23:17:43.340000-04:00
{"id": 12610882, "body": "I concur with Flavio: application must implement a watcher. At the very least you'd want to know about the session events such as connect, disconnect, and especially session expiration and athentication failure. The latter two cannot be automatically recovered from and must be handled by the a...
7
12,615,693
66
Patrick D. Hunt
Closing this issue. We don't want to encourage users to use null watchers. There are very limited cases where a null watcher might be useful - probably just during the initial "kicking the tires" phase of learning ZK. Implementing a production client requires the developer to implement a full watcher that is able t...
2008-07-22T13:46:24.470000-04:00
2008-07-22T13:46:24.470000-04:00
{"id": 12615693, "body": "Closing this issue. \n\nWe don't want to encourage users to use null watchers. There are very limited cases where a null watcher might be useful - probably just during the initial \"kicking the tires\" phase of learning ZK. \n\nImplementing a production client requires the developer to impleme...
8
12,610,415
67
Anthony Urso
Patch attached.
2008-07-03T22:01:23.859000-04:00
2008-07-03T22:01:23.859000-04:00
{"id": 12610415, "body": "Patch attached.", "user": "Anthony Urso", "created_at": "2008-07-03T22:01:23.859000-04:00", "updated_at": "2008-07-03T22:01:23.859000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12399584/comment/12610415", "id": "12610415", "author": {"self": "...
9
12,610,416
67
Anthony Urso
Patch attached.
2008-07-03T22:01:49.501000-04:00
2008-07-03T22:01:49.501000-04:00
{"id": 12610416, "body": "Patch attached.", "user": "Anthony Urso", "created_at": "2008-07-03T22:01:49.501000-04:00", "updated_at": "2008-07-03T22:01:49.501000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12399584/comment/12610416", "id": "12610416", "author": {"self": "...
10
12,615,470
67
Patrick D. Hunt
Uses the null watcher implementation from ZOOKEEPER-66
2008-07-21T19:24:02.944000-04:00
2008-07-21T19:24:02.944000-04:00
{"id": 12615470, "body": "Uses the null watcher implementation from ZOOKEEPER-66", "user": "Patrick D. Hunt", "created_at": "2008-07-21T19:24:02.944000-04:00", "updated_at": "2008-07-21T19:24:02.944000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12399584/comment/1261547...
11
12,615,694
67
Patrick D. Hunt
Closing this issue, see ZOOKEEPER-66 for background.
2008-07-22T13:46:57.277000-04:00
2008-07-22T13:46:57.277000-04:00
{"id": 12615694, "body": "Closing this issue, see ZOOKEEPER-66 for background.", "user": "Patrick D. Hunt", "created_at": "2008-07-22T13:46:57.277000-04:00", "updated_at": "2008-07-22T13:46:57.277000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12399584/comment/12615694"...
12
12,614,771
81
Hiram R. Chirino
{code} Index: src/java/jmx/org/apache/zookeeper/jmx/MBeanRegistry.java =================================================================== --- src/java/jmx/org/apache/zookeeper/jmx/MBeanRegistry.java (revision 677957) +++ src/java/jmx/org/apache/zookeeper/jmx/MBeanRegistry.java (working copy) @@ -143,7 +143,7 @@ p...
2008-07-18T12:17:28.380000-04:00
2008-07-18T12:17:28.380000-04:00
{"id": 12614771, "body": "{code}\nIndex: src/java/jmx/org/apache/zookeeper/jmx/MBeanRegistry.java\n===================================================================\n--- src/java/jmx/org/apache/zookeeper/jmx/MBeanRegistry.java\t(revision 677957)\n+++ src/java/jmx/org/apache/zookeeper/jmx/MBeanRegistry.java\t(working ...
13
12,614,772
81
Hiram R. Chirino
attaching patch for the fix.
2008-07-18T12:18:07.464000-04:00
2008-07-18T12:18:07.464000-04:00
{"id": 12614772, "body": "attaching patch for the fix.", "user": "Hiram R. Chirino", "created_at": "2008-07-18T12:18:07.464000-04:00", "updated_at": "2008-07-18T12:18:07.464000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400568/comment/12614772", "id": "12614772", "au...
14
12,614,780
81
Mahadev Konar
i think the build.xml only allows building of jmx with 1.6? doesnt it?
2008-07-18T12:37:05.216000-04:00
2008-07-18T12:37:05.216000-04:00
{"id": 12614780, "body": "i think the build.xml only allows building of jmx with 1.6? doesnt it?", "user": "Mahadev Konar", "created_at": "2008-07-18T12:37:05.216000-04:00", "updated_at": "2008-07-18T12:37:05.216000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400568/c...
15
12,614,787
81
Andrew Kornev
The JMX instrumentation code relies on the MXBean feature that is available only since Java 6. The build.xml conditionally includes the JMX code only when compiled under Java 6.
2008-07-18T13:00:44.056000-04:00
2008-07-18T13:00:44.056000-04:00
{"id": 12614787, "body": "The JMX instrumentation code relies on the MXBean feature that is available only since Java 6. The build.xml conditionally includes the JMX code only when compiled under Java 6.", "user": "Andrew Kornev", "created_at": "2008-07-18T13:00:44.056000-04:00", "updated_at": "2008-07-18T13:00:44.0560...
16
12,615,370
81
Hiram R. Chirino
The build lets me build under 1.5 and if I apply that patch it compiles and tests fine. Perhaps that mxbean feature is only needed at runtime?
2008-07-21T15:04:34.883000-04:00
2008-07-21T15:04:34.883000-04:00
{"id": 12615370, "body": "The build lets me build under 1.5 and if I apply that patch it compiles and tests fine. Perhaps that mxbean feature is only needed at runtime?", "user": "Hiram R. Chirino", "created_at": "2008-07-21T15:04:34.883000-04:00", "updated_at": "2008-07-21T15:04:34.883000-04:00", "_provider": "jira",...
17
12,615,374
81
Andrew Kornev
I don't think you actually build the jmx code under 1.5 -- build.xml silently excludes the java\jmx directory from the build.
2008-07-21T15:15:21.262000-04:00
2008-07-21T15:15:21.262000-04:00
{"id": 12615374, "body": "I don't think you actually build the jmx code under 1.5 -- build.xml silently excludes the java\\jmx directory from the build. ", "user": "Andrew Kornev", "created_at": "2008-07-21T15:15:21.262000-04:00", "updated_at": "2008-07-21T15:15:21.262000-04:00", "_provider": "jira", "raw": {"self": "h...
18
12,615,463
81
Patrick D. Hunt
Assigning to Andrew for followup/resolution.
2008-07-21T19:10:40.304000-04:00
2008-07-21T19:10:40.304000-04:00
{"id": 12615463, "body": "Assigning to Andrew for followup/resolution.", "user": "Patrick D. Hunt", "created_at": "2008-07-21T19:10:40.304000-04:00", "updated_at": "2008-07-21T19:10:40.304000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400568/comment/12615463", "id": ...
19
12,615,623
81
Hiram R. Chirino
Java 1.5 can compile this for sure with the given patch.
2008-07-22T09:29:20.152000-04:00
2008-07-22T09:29:20.152000-04:00
{"id": 12615623, "body": "Java 1.5 can compile this for sure with the given patch. ", "user": "Hiram R. Chirino", "created_at": "2008-07-22T09:29:20.152000-04:00", "updated_at": "2008-07-22T09:29:20.152000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400568/comment/126...
20
12,615,704
81
Andrew Kornev
Long story short -- MXBean is a runtime dependency. Some internal machinery for handling user defined MXBeans is missing in Java 5. For details please refer to http://java.sun.com/javase/6/docs/technotes/guides/jmx/enhancements.html. The second bullet on the top says: ??MXBeans have been added. MXBeans are MBeans that...
2008-07-22T14:09:41.265000-04:00
2008-07-22T14:09:41.265000-04:00
{"id": 12615704, "body": "Long story short -- MXBean is a runtime dependency. Some internal machinery for handling user defined MXBeans is missing in Java 5. For details please refer to http://java.sun.com/javase/6/docs/technotes/guides/jmx/enhancements.html. The second bullet on the top says:\n\n??MXBeans have been ad...
21
12,615,711
81
Hiram R. Chirino
lol.. I don't understand the aversion to the patch. it changes NOTHING significant and lets the module compile under java 1.5 have you seen that it just changes ONE line? it changes "s.isEmpty()" to "s.length()==0" please commit.
2008-07-22T14:20:14.619000-04:00
2008-07-22T14:20:14.619000-04:00
{"id": 12615711, "body": "lol.. I don't understand the aversion to the patch. it changes NOTHING significant and lets the module compile under java 1.5\n\nhave you seen that it just changes ONE line? it changes \"s.isEmpty()\" to \"s.length()==0\"\n\nplease commit.", "user": "Hiram R. Chirino", "created_at": "2008-07-2...
22
12,615,719
81
Hiram R. Chirino
Furthermore, I've been looking at your the MXBean interfaces and I don't see them being actual MXBeans.. they are just standard MBeans. They would only be MXBeans if the methods they defined used complex object types as parameters or return values. Are you sure that you even have a Java 6 runtime dependency?
2008-07-22T14:31:51.815000-04:00
2008-07-22T14:31:51.815000-04:00
{"id": 12615719, "body": "Furthermore, I've been looking at your the MXBean interfaces and I don't see them being actual MXBeans.. they are just standard MBeans. They would only be MXBeans if the methods they defined used complex object types as parameters or return values.\n\nAre you sure that you even have a Java 6 ...
23
12,615,741
81
Andrew Kornev
Would you like to verify whether or not there is a Java 6 runtime dependency? Would you be willing to contribute a patch (including this change) to break such a dependency? Would you be interested in implementing additional JMX beans? You can find some ideas here http://sourceforge.net/tracker/index.php?func=detail&aid...
2008-07-22T15:04:34.150000-04:00
2008-07-22T15:04:34.150000-04:00
{"id": 12615741, "body": "Would you like to verify whether or not there is a Java 6 runtime dependency? Would you be willing to contribute a patch (including this change) to break such a dependency? Would you be interested in implementing additional JMX beans? You can find some ideas here http://sourceforge.net/tracker...
24
12,615,749
81
Hiram R. Chirino
Sure.. could we get this patch committed first? I really do fail to see what harm could come from it being committed.
2008-07-22T15:25:56.205000-04:00
2008-07-22T15:25:56.205000-04:00
{"id": 12615749, "body": "Sure.. could we get this patch committed first? I really do fail to see what harm could come from it being committed. ", "user": "Hiram R. Chirino", "created_at": "2008-07-22T15:25:56.205000-04:00", "updated_at": "2008-07-22T15:25:56.205000-04:00", "_provider": "jira", "raw": {"self": "https:...
25
12,615,760
81
Andrew Kornev
Committed! Thanks Hiram!
2008-07-22T15:49:29.061000-04:00
2008-07-22T15:49:29.061000-04:00
{"id": 12615760, "body": "Committed! Thanks Hiram!", "user": "Andrew Kornev", "created_at": "2008-07-22T15:49:29.061000-04:00", "updated_at": "2008-07-22T15:49:29.061000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400568/comment/12615760", "id": "12615760", "author": ...
26
12,615,762
81
Mahadev Konar
assigning it to hiram ..
2008-07-22T15:52:53.644000-04:00
2008-07-22T15:52:53.644000-04:00
{"id": 12615762, "body": "assigning it to hiram ..", "user": "Mahadev Konar", "created_at": "2008-07-22T15:52:53.644000-04:00", "updated_at": "2008-07-22T15:52:53.644000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400568/comment/12615762", "id": "12615762", "author": ...
27
12,616,273
81
Patrick D. Hunt
Fixed in 3.0.0
2008-07-23T17:48:44.352000-04:00
2008-07-23T17:48:44.352000-04:00
{"id": 12616273, "body": "Fixed in 3.0.0", "user": "Patrick D. Hunt", "created_at": "2008-07-23T17:48:44.352000-04:00", "updated_at": "2008-07-23T17:48:44.352000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400568/comment/12616273", "id": "12616273", "author": {"self":...
28
12,616,502
88
James Strachan
I've just submitted an [initial patch at implementing this|http://svn.apache.org/viewvc?rev=679435&view=rev] which could use some more tests and code review
2008-07-24T11:23:49.758000-04:00
2008-07-24T11:23:49.758000-04:00
{"id": 12616502, "body": "I've just submitted an [initial patch at implementing this|http://svn.apache.org/viewvc?rev=679435&view=rev] which could use some more tests and code review", "user": "James Strachan", "created_at": "2008-07-24T11:23:49.758000-04:00", "updated_at": "2008-07-24T11:23:49.758000-04:00", "_provide...
29
12,616,653
88
Patrick D. Hunt
Removing from "patch available" - please attach a "svn diff" patch to this jira. thanks.
2008-07-24T16:57:27.329000-04:00
2008-07-24T16:57:27.329000-04:00
{"id": 12616653, "body": "Removing from \"patch available\" - please attach a \"svn diff\" patch to this jira. thanks.", "user": "Patrick D. Hunt", "created_at": "2008-07-24T16:57:27.329000-04:00", "updated_at": "2008-07-24T16:57:27.329000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/res...
30
12,605,377
39
Patrick D. Hunt
The java client code is complete, the c client has yet to be implemented. Reassigning to Andrew for c client implementation.
2008-06-16T15:00:09.982000-04:00
2008-06-16T15:00:09.982000-04:00
{"id": 12605377, "body": "The java client code is complete, the c client has yet to be implemented. Reassigning to Andrew for c client implementation.\n", "user": "Patrick D. Hunt", "created_at": "2008-06-16T15:00:09.982000-04:00", "updated_at": "2008-06-16T15:00:09.982000-04:00", "_provider": "jira", "raw": {"self": "...
31
12,610,880
39
Andrew Kornev
This patch implements the new watcher "object" API. Internally, it uses a map to maintain the mapping between the znode path and watcher function/context. Every time a watch event arrives the client delegates event processing to an associated watcher object if one exists. The patch also includes a suite of unit tests ...
2008-07-06T22:59:48.035000-04:00
2008-07-06T22:59:48.035000-04:00
{"id": 12610880, "body": "This patch implements the new watcher \"object\" API. Internally, it uses a map to maintain the mapping between the znode path and watcher function/context. Every time a watch event arrives the client delegates event processing to an associated watcher object if one exists.\n\nThe patch also i...
32
12,614,121
39
Andrew Kornev
The watcher processing is now done in multiple steps: 1) when application issues a zokeeper query with watcher enabled, a temporary watcher registration is created and stored along with the completion entry in the completion queue. 2) upon succesful response from the server, the watcher registration is moved from the ...
2008-07-16T17:59:16.159000-04:00
2008-07-16T17:59:16.159000-04:00
{"id": 12614121, "body": "The watcher processing is now done in multiple steps: \n1) when application issues a zokeeper query with watcher enabled, a temporary watcher registration is created and stored along with the completion entry in the completion queue.\n2) upon succesful response from the server, the watcher reg...
33
12,616,305
39
Patrick D. Hunt
See ZOOKEEPER-50 there is a bug in the java that should be addressed (both java and C should be careful of this)
2008-07-23T19:37:02.023000-04:00
2008-07-23T19:37:02.023000-04:00
{"id": 12616305, "body": "See ZOOKEEPER-50 there is a bug in the java that should be addressed (both java and C should be careful of this)", "user": "Patrick D. Hunt", "created_at": "2008-07-23T19:37:02.023000-04:00", "updated_at": "2008-07-23T19:37:02.023000-04:00", "_provider": "jira", "raw": {"self": "https://issues...
34
12,616,581
39
Mahadev Konar
the patch looks good ... andrew is zookeeper-50 taken care of in this patch?
2008-07-24T14:46:33.284000-04:00
2008-07-24T14:46:33.284000-04:00
{"id": 12616581, "body": "the patch looks good ... andrew is zookeeper-50 taken care of in this patch?", "user": "Mahadev Konar", "created_at": "2008-07-24T14:46:33.284000-04:00", "updated_at": "2008-07-24T14:46:33.284000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/1239...
35
12,616,599
39
Andrew Kornev
No, this patch doesn't take care of ZOOKEEPER-50, which is a bug in the Java client code. This patch is for the C client only.
2008-07-24T15:14:49.683000-04:00
2008-07-24T15:14:49.683000-04:00
{"id": 12616599, "body": "No, this patch doesn't take care of ZOOKEEPER-50, which is a bug in the Java client code. This patch is for the C client only.", "user": "Andrew Kornev", "created_at": "2008-07-24T15:14:49.683000-04:00", "updated_at": "2008-07-24T15:14:49.683000-04:00", "_provider": "jira", "raw": {"self": "ht...
36
12,616,663
39
Mahadev Konar
here is a patch that adds the license file to the hashtable implementation. +1 for the patch from my side.
2008-07-24T17:19:37.028000-04:00
2008-07-24T17:19:37.028000-04:00
{"id": 12616663, "body": "here is a patch that adds the license file to the hashtable implementation. \n+1 for the patch from my side.", "user": "Mahadev Konar", "created_at": "2008-07-24T17:19:37.028000-04:00", "updated_at": "2008-07-24T17:19:37.028000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apach...
37
12,616,664
39
Andrew Kornev
Verified the patch builds and the unit tests run successfully.
2008-07-24T17:31:44.504000-04:00
2008-07-24T17:31:44.504000-04:00
{"id": 12616664, "body": "Verified the patch builds and the unit tests run successfully.", "user": "Andrew Kornev", "created_at": "2008-07-24T17:31:44.504000-04:00", "updated_at": "2008-07-24T17:31:44.504000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12398004/comment/1...
38
12,616,673
39
Andrew Kornev
Patch committed
2008-07-24T17:56:34.709000-04:00
2008-07-24T17:56:34.709000-04:00
{"id": 12616673, "body": "Patch committed", "user": "Andrew Kornev", "created_at": "2008-07-24T17:56:34.709000-04:00", "updated_at": "2008-07-24T17:56:34.709000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12398004/comment/12616673", "id": "12616673", "author": {"self": ...
39
12,616,844
39
Hudson
Integrated in ZooKeeper-trunk #33 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/33/])
2008-07-25T06:42:06.378000-04:00
2008-07-25T06:42:06.378000-04:00
{"id": 12616844, "body": "Integrated in ZooKeeper-trunk #33 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/33/])", "user": "Hudson", "created_at": "2008-07-25T06:42:06.378000-04:00", "updated_at": "2008-07-25T06:42:06.378000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/r...
40
12,615,680
84
Mahadev Konar
james, I do not understand where you want ot add a reconnect? Can you explain what this jira is about?
2008-07-22T13:15:32.942000-04:00
2008-07-22T13:15:32.942000-04:00
{"id": 12615680, "body": "james,\n I do not understand where you want ot add a reconnect? Can you explain what this jira is about? ", "user": "Mahadev Konar", "created_at": "2008-07-22T13:15:32.942000-04:00", "updated_at": "2008-07-22T13:15:32.942000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache....
41
12,615,684
84
James Strachan
about to submit a match - whoops forgot to add it :)
2008-07-22T13:20:44.038000-04:00
2008-07-22T13:20:44.038000-04:00
{"id": 12615684, "body": "about to submit a match - whoops forgot to add it :)", "user": "James Strachan", "created_at": "2008-07-22T13:20:44.038000-04:00", "updated_at": "2008-07-22T13:20:44.038000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400741/comment/12615684",...
42
12,615,686
84
James Strachan
sorry I forgot to add the patch before :) here it is now, hopefully this will make more sense now :)
2008-07-22T13:23:13.794000-04:00
2008-07-22T13:23:13.794000-04:00
{"id": 12615686, "body": "sorry I forgot to add the patch before :) here it is now, hopefully this will make more sense now :)", "user": "James Strachan", "created_at": "2008-07-22T13:23:13.794000-04:00", "updated_at": "2008-07-22T13:23:13.794000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/j...
43
12,615,761
84
Patrick D. Hunt
Assigning to James.
2008-07-22T15:52:03.625000-04:00
2008-07-22T15:52:03.625000-04:00
{"id": 12615761, "body": "Assigning to James.", "user": "Patrick D. Hunt", "created_at": "2008-07-22T15:52:03.625000-04:00", "updated_at": "2008-07-22T15:52:03.625000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400741/comment/12615761", "id": "12615761", "author": {"s...
44
12,615,808
84
Mahadev Konar
james, here is what the current sematics is --- - there is one on one mapping between a client and a session - if a session expires the client becomes invalid - the client can reconnect to the servers if they die only to renew the session. If the session is invalid this client in invalid. originally we allowed a ...
2008-07-22T17:53:35.915000-04:00
2008-07-22T17:53:35.915000-04:00
{"id": 12615808, "body": "james,\n here is what the current sematics is --- \n\n- there is one on one mapping between a client and a session\n- if a session expires the client becomes invalid \n- the client can reconnect to the servers if they die only to renew the session. If the session is invalid this client in inva...
45
12,615,957
84
James Strachan
I'm kinda confused by that :) So what am I meant to do if I get a SessionExpiredException? I want to reconnect with a new session; as the current connection is totally useless and invalid. Right now the only option I can see is to recreate from scratch the entire ZooKeeper object? If so that means we've gotta introd...
2008-07-23T07:15:11.523000-04:00
2008-07-23T07:15:11.523000-04:00
{"id": 12615957, "body": "I'm kinda confused by that :)\n\nSo what am I meant to do if I get a SessionExpiredException? I want to reconnect with a new session; as the current connection is totally useless and invalid.\n\nRight now the only option I can see is to recreate from scratch the entire ZooKeeper object?\n\nIf ...
46
12,616,012
84
James Strachan
the ZooKeeper will reconnect by default if the socket fails right? So I'm only really talking about reconectingWithNewSession() in those rare cases that the ZK server times out the session
2008-07-23T09:30:13.203000-04:00
2008-07-23T09:30:13.203000-04:00
{"id": 12616012, "body": "the ZooKeeper will reconnect by default if the socket fails right? So I'm only really talking about reconectingWithNewSession() in those rare cases that the ZK server times out the session", "user": "James Strachan", "created_at": "2008-07-23T09:30:13.203000-04:00", "updated_at": "2008-07-23T0...
47
12,616,039
84
Benjamin Reed
The problem with the reconnect method is that it is easy to use but very hard to use correctly. In general, we try to avoid giving programmers methods that make it easy to hang themselves. We provide plenty of rope, and they are free to make a noose; we just don't provide a tieTheKnot method. The basic problem has to ...
2008-07-23T10:20:28.559000-04:00
2008-07-23T10:20:28.559000-04:00
{"id": 12616039, "body": "The problem with the reconnect method is that it is easy to use but very hard to use correctly. In general, we try to avoid giving programmers methods that make it easy to hang themselves. We provide plenty of rope, and they are free to make a noose; we just don't provide a tieTheKnot method.\...
48
12,616,065
84
James Strachan
I hear you :) So an Elect Leader or Write Lock protocol has to deal with expired sessions and create new sessions; at some point someone has to recreate something. You can pass the buck and say we're not gonna allow the ZooKeeper to reconnect. Then say we're not allowed to have the WriteLock reconnect, then the next a...
2008-07-23T10:38:16.481000-04:00
2008-07-23T10:38:16.481000-04:00
{"id": 12616065, "body": "I hear you :)\n\nSo an Elect Leader or Write Lock protocol has to deal with expired sessions and create new sessions; at some point someone has to recreate something. You can pass the buck and say we're not gonna allow the ZooKeeper to reconnect. Then say we're not allowed to have the WriteLoc...
49
12,616,114
84
James Strachan
You can mark this issue as RESOLVED/WILL_NOT_FIX if you like now - I've implemented a ZooKeeperFacade to wrap up the reconnectWithNewSession() logic for ZOOKEEPER-78
2008-07-23T11:20:01.837000-04:00
2008-07-23T11:20:01.837000-04:00
{"id": 12616114, "body": "You can mark this issue as RESOLVED/WILL_NOT_FIX if you like now - I've implemented a ZooKeeperFacade to wrap up the reconnectWithNewSession() logic for ZOOKEEPER-78", "user": "James Strachan", "created_at": "2008-07-23T11:20:01.837000-04:00", "updated_at": "2008-07-23T11:20:01.837000-04:00", ...
50
12,616,140
84
Patrick D. Hunt
This has been a really interesting discussion, appreciate everyone digging in. Before closing this it would be great if we could capture this somewhere. James isn't going to be the only one encountering these issues. Ben I'll assign to you, can you document this on the ASF wiki, then close? Thanks.
2008-07-23T12:15:31.013000-04:00
2008-07-23T12:15:31.013000-04:00
{"id": 12616140, "body": "This has been a really interesting discussion, appreciate everyone digging in. Before closing this it would be great if we could capture this somewhere. James isn't going to be the only one encountering these issues.\n\nBen I'll assign to you, can you document this on the ASF wiki, then close?...
51
12,616,142
84
Patrick D. Hunt
Assigning to Ben to document on the wiki
2008-07-23T12:15:52.554000-04:00
2008-07-23T12:15:52.554000-04:00
{"id": 12616142, "body": "Assigning to Ben to document on the wiki", "user": "Patrick D. Hunt", "created_at": "2008-07-23T12:15:52.554000-04:00", "updated_at": "2008-07-23T12:15:52.554000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400741/comment/12616142", "id": "126...
52
12,616,144
84
James Strachan
If ZOOKEEPER-78 ever gets committed (hint, hint :) we can just refer folks to the ZooKeeperFacade if ever folks hit the SessionExpiredException
2008-07-23T12:20:41.371000-04:00
2008-07-23T12:20:41.371000-04:00
{"id": 12616144, "body": "If ZOOKEEPER-78 ever gets committed (hint, hint :) we can just refer folks to the ZooKeeperFacade if ever folks hit the SessionExpiredException", "user": "James Strachan", "created_at": "2008-07-23T12:20:41.371000-04:00", "updated_at": "2008-07-23T12:20:41.371000-04:00", "_provider": "jira", "...
53
12,616,420
84
James Strachan
BTW here is the code for [ZooKeeperFacade|http://svn.apache.org/viewvc/activemq/sandbox/zookeeper/zookeeper-protocols/src/main/java/org/apache/zookeeper/protocols/ZooKeeperFacade.java?view=markup] as I've checked in the patch for ZOOKEEPER-78 into a temporary sandbox area, [details here|https://issues.apache.org/jira/b...
2008-07-24T05:48:01.758000-04:00
2008-07-24T05:48:01.758000-04:00
{"id": 12616420, "body": "BTW here is the code for [ZooKeeperFacade|http://svn.apache.org/viewvc/activemq/sandbox/zookeeper/zookeeper-protocols/src/main/java/org/apache/zookeeper/protocols/ZooKeeperFacade.java?view=markup] as I've checked in the patch for ZOOKEEPER-78 into a temporary sandbox area, [details here|https:...
54
12,616,684
84
Patrick D. Hunt
If I read the comments correctly the attached patch seems to be moot. Also the last comment references a SVN repository, please attach the patch as a "svn diff" and resubmit for review.
2008-07-24T18:06:23.371000-04:00
2008-07-24T18:06:23.371000-04:00
{"id": 12616684, "body": "If I read the comments correctly the attached patch seems to be moot. Also the last comment references a SVN repository, please attach the patch as a \"svn diff\" and resubmit for review.\n", "user": "Patrick D. Hunt", "created_at": "2008-07-24T18:06:23.371000-04:00", "updated_at": "2008-07-24...
55
12,619,410
84
Mahadev Konar
marking this as wont fix -- since we agreed that the one to one correspondence between a zookeeper client and session keeps things simple for the users.
2008-08-03T23:23:29.821000-04:00
2008-08-03T23:23:29.821000-04:00
{"id": 12619410, "body": "marking this as wont fix -- since we agreed that the one to one correspondence between a zookeeper client and session keeps things simple for the users.", "user": "Mahadev Konar", "created_at": "2008-08-03T23:23:29.821000-04:00", "updated_at": "2008-08-03T23:23:29.821000-04:00", "_provider": "...
56
12,619,604
84
Benjamin Reed
I've documented why Facade is a bad idea on the wiki: http://wiki.apache.org/hadoop/ZooKeeper/ErrorHandling
2008-08-04T13:37:04.512000-04:00
2008-08-04T13:37:04.512000-04:00
{"id": 12619604, "body": "I've documented why Facade is a bad idea on the wiki: http://wiki.apache.org/hadoop/ZooKeeper/ErrorHandling", "user": "Benjamin Reed", "created_at": "2008-08-04T13:37:04.512000-04:00", "updated_at": "2008-08-04T13:37:04.512000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache...
57
12,619,882
91
Benjamin Reed
+1
2008-08-05T09:49:12.789000-04:00
2008-08-05T09:49:12.789000-04:00
{"id": 12619882, "body": "+1", "user": "Benjamin Reed", "created_at": "2008-08-05T09:49:12.789000-04:00", "updated_at": "2008-08-05T09:49:12.789000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400907/comment/12619882", "id": "12619882", "author": {"self": "https://issu...
58
12,616,626
26
Andrew Kornev
This feature was implemented and commited prior to the apache move.
2008-07-24T16:14:05.811000-04:00
2008-07-24T16:14:05.811000-04:00
{"id": 12616626, "body": "This feature was implemented and commited prior to the apache move.", "user": "Andrew Kornev", "created_at": "2008-07-24T16:14:05.811000-04:00", "updated_at": "2008-07-24T16:14:05.811000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397987/comm...
59
12,626,226
13
Patrick D. Hunt
Dup of ZOOKEEPER-77
2008-08-27T14:28:11.148000-04:00
2008-08-27T14:28:11.148000-04:00
{"id": 12626226, "body": "Dup of ZOOKEEPER-77", "user": "Patrick D. Hunt", "created_at": "2008-08-27T14:28:11.148000-04:00", "updated_at": "2008-08-27T14:28:11.148000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397972/comment/12626226", "id": "12626226", "author": {"s...
60
12,614,007
77
Patrick D. Hunt
According to the stack trace the line causing the problem is: a_.writeString(path,"path"); in watcher event. Should it ever be the case that the path can be null? We should look at the static code analysis output to see if this is flagged.
2008-07-16T12:28:55.184000-04:00
2008-07-16T12:28:55.184000-04:00
{"id": 12614007, "body": "According to the stack trace the line causing the problem is:\n\n a_.writeString(path,\"path\");\n\nin watcher event.\n\nShould it ever be the case that the path can be null?\n\nWe should look at the static code analysis output to see if this is flagged.\n", "user": "Patrick D. Hunt", "crea...
61
12,615,818
77
Patrick D. Hunt
Assigning to Ben as this seems related to ZOOKEEPER-16
2008-07-22T18:40:54.559000-04:00
2008-07-22T18:40:54.559000-04:00
{"id": 12615818, "body": "Assigning to Ben as this seems related to ZOOKEEPER-16", "user": "Patrick D. Hunt", "created_at": "2008-07-22T18:40:54.559000-04:00", "updated_at": "2008-07-22T18:40:54.559000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12400389/comment/1261581...
62
12,615,891
77
Martin Schaaf
I can confirm that the reason is a null path. if I set the path to a default string in case it is null the NPE is gone.
2008-07-23T02:18:59.179000-04:00
2008-07-23T02:18:59.179000-04:00
{"id": 12615891, "body": "I can confirm that the reason is a null path. if I set the path to a default string in case it is null the NPE is gone.", "user": "Martin Schaaf", "created_at": "2008-07-23T02:18:59.179000-04:00", "updated_at": "2008-07-23T02:18:59.179000-04:00", "_provider": "jira", "raw": {"self": "https://i...
63
12,626,230
77
Patrick D. Hunt
Dup of ZOOKEEPER-16 - I've updated 16 to make sure that as part of path checking we verify that the path is non-null.
2008-08-27T14:30:48.357000-04:00
2008-08-27T14:30:48.357000-04:00
{"id": 12626230, "body": "Dup of ZOOKEEPER-16 - I've updated 16 to make sure that as part of path checking we verify that the path is non-null.", "user": "Patrick D. Hunt", "created_at": "2008-08-27T14:30:48.357000-04:00", "updated_at": "2008-08-27T14:30:48.357000-04:00", "_provider": "jira", "raw": {"self": "https://i...
64
12,627,058
129
Mahadev Konar
chris, would you be willing to provide a complete interface that supports watches? I think it would be good to have this as a part of contrib. If you do decide on creating a complete interface, then two important things that you would need to do is 1) documentation in forrest on how it works and setup. 2) unit tests...
2008-08-29T14:18:29.280000-04:00
2008-08-29T14:18:29.280000-04:00
{"id": 12627058, "body": "chris, would you be willing to provide a complete interface that supports watches? I think it would be good to have this as a part of contrib. If you do decide on creating a complete interface, then two important things that you would need to do is \n\n1) documentation in forrest on how it wo...
65
12,627,109
129
Patrick D. Hunt
+1 on Mahadev's comments (unit tests should live within this contrib module's subdir(s) somewhere) Having a readme that details how to build/simpleexample would be nice for ppl not already experienced with thrift. also: 1) *.java/.xml/.thrift files need apache source license headers 2) libthrift.jar needs to be rena...
2008-08-29T17:01:10.253000-04:00
2008-08-29T17:01:10.253000-04:00
{"id": 12627109, "body": "+1 on Mahadev's comments (unit tests should live within this contrib module's subdir(s) somewhere)\n\nHaving a readme that details how to build/simpleexample would be nice for ppl not already experienced with thrift.\n\nalso:\n\n1) *.java/.xml/.thrift files need apache source license headers\n...
66
12,604,070
19
Patrick D. Hunt
Patch submitted on SF at: http://sourceforge.net/tracker/index.php?func=detail&aid=1986201&group_id=209147&atid=1008546
2008-06-10T18:52:55.064000-04:00
2008-06-10T18:52:55.064000-04:00
{"id": 12604070, "body": "Patch submitted on SF at:\nhttp://sourceforge.net/tracker/index.php?func=detail&aid=1986201&group_id=209147&atid=1008546", "user": "Patrick D. Hunt", "created_at": "2008-06-10T18:52:55.064000-04:00", "updated_at": "2008-06-10T18:52:55.064000-04:00", "_provider": "jira", "raw": {"self": "https:...
67
12,625,664
19
Flavio Paiva Junqueira
What is the status of jute? Is it worth porting this patch? Or should I just close this issue and wait for a replacement to jute?
2008-08-26T04:18:24.945000-04:00
2008-08-26T04:18:24.945000-04:00
{"id": 12625664, "body": "What is the status of jute? Is it worth porting this patch? Or should I just close this issue and wait for a replacement to jute?", "user": "Flavio Paiva Junqueira", "created_at": "2008-08-26T04:18:24.945000-04:00", "updated_at": "2008-08-26T04:18:24.945000-04:00", "_provider": "jira", "raw": ...
68
12,625,794
19
Mahadev Konar
i would suggest clsoing this patch for now. We intend to replace Jute sometime in the future.
2008-08-26T13:16:29.136000-04:00
2008-08-26T13:16:29.136000-04:00
{"id": 12625794, "body": "i would suggest clsoing this patch for now. We intend to replace Jute sometime in the future.\n", "user": "Mahadev Konar", "created_at": "2008-08-26T13:16:29.136000-04:00", "updated_at": "2008-08-26T13:16:29.136000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/re...
69
12,629,618
19
Flavio Paiva Junqueira
By Mahadev's suggestion, I'm closing this issue for now.
2008-09-09T17:06:55.737000-04:00
2008-09-09T17:06:55.737000-04:00
{"id": 12629618, "body": "By Mahadev's suggestion, I'm closing this issue for now.", "user": "Flavio Paiva Junqueira", "created_at": "2008-09-09T17:06:55.737000-04:00", "updated_at": "2008-09-09T17:06:55.737000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397978/commen...
70
12,604,535
2
Flavio Paiva Junqueira
This is a tentative patch to fix the problems pointed out on QuorumPeer and FastLeaderElection. 1- Makes logicalclock volatile; 2- Creates accessor methods for currentVote and state, and enforce their use; 3- Accessor methods are synchronized. -F
2008-06-12T11:14:25.610000-04:00
2008-06-12T11:14:25.610000-04:00
{"id": 12604535, "body": "This is a tentative patch to fix the problems pointed out on QuorumPeer and FastLeaderElection.\n\n1- Makes logicalclock volatile;\n2- Creates accessor methods for currentVote and state, and enforce their use;\n3- Accessor methods are synchronized.\n\n-F", "user": "Flavio Paiva Junqueira", "cr...
71
12,604,537
2
Flavio Paiva Junqueira
Please check the attached patch.
2008-06-12T11:15:43.128000-04:00
2008-06-12T11:15:43.128000-04:00
{"id": 12604537, "body": "Please check the attached patch.", "user": "Flavio Paiva Junqueira", "created_at": "2008-06-12T11:15:43.128000-04:00", "updated_at": "2008-06-12T11:15:43.128000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397819/comment/12604537", "id": "1260...
72
12,604,645
2
Evan Jones
A quick look at the patch looks good to me. However there is a "long logicalclock" in AuthFastLeaderElection.java as well. It looks like it should also be volatile.
2008-06-12T17:22:01.359000-04:00
2008-06-12T17:22:01.359000-04:00
{"id": 12604645, "body": "A quick look at the patch looks good to me. However there is a \"long logicalclock\" in AuthFastLeaderElection.java as well. It looks like it should also be volatile.", "user": "Evan Jones", "created_at": "2008-06-12T17:22:01.359000-04:00", "updated_at": "2008-06-12T17:22:01.359000-04:00", "_p...
73
12,607,315
2
Flavio Paiva Junqueira
Have made logicalclock on AuthFastLeaderElection volatile as well.
2008-06-23T13:56:32.914000-04:00
2008-06-23T13:56:32.914000-04:00
{"id": 12607315, "body": "Have made logicalclock on AuthFastLeaderElection volatile as well.", "user": "Flavio Paiva Junqueira", "created_at": "2008-06-23T13:56:32.914000-04:00", "updated_at": "2008-06-23T13:56:32.914000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397...
74
12,607,321
2
Flavio Paiva Junqueira
Please review. -F
2008-06-23T14:07:31.787000-04:00
2008-06-23T14:07:31.787000-04:00
{"id": 12607321, "body": "Please review. -F", "user": "Flavio Paiva Junqueira", "created_at": "2008-06-23T14:07:31.787000-04:00", "updated_at": "2008-06-23T14:07:31.787000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397819/comment/12607321", "id": "12607321", "author"...
75
12,615,677
2
Patrick D. Hunt
Mahadev please review this patch.
2008-07-22T13:11:16.598000-04:00
2008-07-22T13:11:16.598000-04:00
{"id": 12615677, "body": "Mahadev please review this patch.", "user": "Patrick D. Hunt", "created_at": "2008-07-22T13:11:16.598000-04:00", "updated_at": "2008-07-22T13:11:16.598000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397819/comment/12615677", "id": "12615677",...
76
12,615,691
2
Mahadev Konar
assigning this back to flavio since he is working on the patch and I will review it.
2008-07-22T13:43:02.750000-04:00
2008-07-22T13:43:02.750000-04:00
{"id": 12615691, "body": "assigning this back to flavio since he is working on the patch and I will review it.", "user": "Mahadev Konar", "created_at": "2008-07-22T13:43:02.750000-04:00", "updated_at": "2008-07-22T13:43:02.750000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/is...
77
12,618,847
2
Patrick D. Hunt
I updated flavio's patch for the new directory structure on apache.
2008-07-31T16:58:44.535000-04:00
2008-07-31T16:58:44.535000-04:00
{"id": 12618847, "body": "I updated flavio's patch for the new directory structure on apache.", "user": "Patrick D. Hunt", "created_at": "2008-07-31T16:58:44.535000-04:00", "updated_at": "2008-07-31T16:58:44.535000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397819/co...
78
12,618,848
2
Patrick D. Hunt
This patch fails "ant test", specifically I see alot of the following in the log: Exception in thread "QuorumPeer" java.lang.NullPointerException at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:397) (I ran the tests 3 times, failed each time in the same way, mainline test passes fine) This is ub...
2008-07-31T17:00:25.216000-04:00
2008-07-31T17:00:25.216000-04:00
{"id": 12618848, "body": "This patch fails \"ant test\", specifically I see alot of the following in the log:\n\nException in thread \"QuorumPeer\" java.lang.NullPointerException\n\tat org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:397)\n\n(I ran the tests 3 times, failed each time in the same way, m...
79
12,618,849
2
Patrick D. Hunt
PS, in future please use the <id>.patch naming scheme, ie. ZOOKEEPER-2.patch, thanks.
2008-07-31T17:01:09.910000-04:00
2008-07-31T17:01:09.910000-04:00
{"id": 12618849, "body": "PS, in future please use the <id>.patch naming scheme, ie. ZOOKEEPER-2.patch, thanks.", "user": "Patrick D. Hunt", "created_at": "2008-07-31T17:01:09.910000-04:00", "updated_at": "2008-07-31T17:01:09.910000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2...
80
12,622,062
2
Flavio Paiva Junqueira
Variable state on QuorumPeer was not initialized, so the exceptions Pat observed. I fixed it, and generated a patch against the apache repository. QuorumTest still fails, but it fails in my computer even without this patch with the same erros, so I don't think it is a problem with this patch.
2008-08-12T21:29:02.690000-04:00
2008-08-12T21:29:02.690000-04:00
{"id": 12622062, "body": "Variable state on QuorumPeer was not initialized, so the exceptions Pat observed. I fixed it, and generated a patch against the apache repository. QuorumTest still fails, but it fails in my computer even without this patch with the same erros, so I don't think it is a problem with this patch."...
81
12,622,359
2
Flavio Paiva Junqueira
Submitted a new patch with the problem that Pat pointed out fixed.
2008-08-13T17:12:11.393000-04:00
2008-08-13T17:12:11.393000-04:00
{"id": 12622359, "body": "Submitted a new patch with the problem that Pat pointed out fixed.", "user": "Flavio Paiva Junqueira", "created_at": "2008-08-13T17:12:11.393000-04:00", "updated_at": "2008-08-13T17:12:11.393000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397...
82
12,622,631
2
Mahadev Konar
flavio - while we are at it ... can we improve the documentation with javadocs in FastLeaderElection? I am happy to open another jira for it but seems a little redundant... In particular Messenger class lacks javadocs, class workersender lacks javadocs, some of the methods in FastLeaderElection class lack javadoc as w...
2008-08-14T14:22:47.746000-04:00
2008-08-14T14:22:47.746000-04:00
{"id": 12622631, "body": "flavio - while we are at it ... can we improve the documentation with javadocs in FastLeaderElection? I am happy to open another jira for it but seems a little redundant... In particular Messenger class lacks javadocs, class workersender lacks javadocs, some of the methods in FastLeaderElecti...
83
12,622,723
2
Patrick D. Hunt
+1 on Mahadev's doc request.
2008-08-14T18:04:34.586000-04:00
2008-08-14T18:04:34.586000-04:00
{"id": 12622723, "body": "+1 on Mahadev's doc request.", "user": "Patrick D. Hunt", "created_at": "2008-08-14T18:04:34.586000-04:00", "updated_at": "2008-08-14T18:04:34.586000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397819/comment/12622723", "id": "12622723", "aut...
84
12,625,426
2
Flavio Paiva Junqueira
Added javadoc comments.
2008-08-25T13:04:35.369000-04:00
2008-08-25T13:04:35.369000-04:00
{"id": 12625426, "body": "Added javadoc comments.", "user": "Flavio Paiva Junqueira", "created_at": "2008-08-25T13:04:35.369000-04:00", "updated_at": "2008-08-25T13:04:35.369000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397819/comment/12625426", "id": "12625426", "a...
85
12,625,513
2
Mahadev Konar
+1 the patch looks good... and passes the tests as well...
2008-08-25T17:08:36.258000-04:00
2008-08-25T17:08:36.258000-04:00
{"id": 12625513, "body": "+1 the patch looks good... and passes the tests as well... \n", "user": "Mahadev Konar", "created_at": "2008-08-25T17:08:36.258000-04:00", "updated_at": "2008-08-25T17:08:36.258000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397819/comment/12...
86
12,625,516
2
Mahadev Konar
I just committed this. Thanks Flavio.
2008-08-25T17:13:14.551000-04:00
2008-08-25T17:13:14.551000-04:00
{"id": 12625516, "body": "I just committed this. Thanks Flavio.", "user": "Mahadev Konar", "created_at": "2008-08-25T17:13:14.551000-04:00", "updated_at": "2008-08-25T17:13:14.551000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397819/comment/12625516", "id": "12625516...
87
12,626,544
2
Hudson
Integrated in ZooKeeper-trunk #67 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/67/])
2008-08-28T08:32:04.405000-04:00
2008-08-28T08:32:04.405000-04:00
{"id": 12626544, "body": "Integrated in ZooKeeper-trunk #67 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/67/])", "user": "Hudson", "created_at": "2008-08-28T08:32:04.405000-04:00", "updated_at": "2008-08-28T08:32:04.405000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/r...
88
12,637,233
160
Robbie Scott
In this patch, I'm trying merge my changes in with Patricks simplified docbook, and also check in the new structure (that is, the empty sections) for the new topics that this JIRA talks about.
2008-10-06T17:17:25.318000-04:00
2008-10-06T17:17:25.318000-04:00
{"id": 12637233, "body": "In this patch, I'm trying merge my changes in with Patricks simplified docbook, and also check in the new structure (that is, the empty sections) for the new topics that this JIRA talks about.", "user": "Robbie Scott", "created_at": "2008-10-06T17:17:25.318000-04:00", "updated_at": "2008-10-06...
89
12,637,370
160
Robbie Scott
this patch has blank place holder sections for each of the missing pieces of content that this jira discusses. I also tried to merge in Patrick's docbook->sdoc changes.
2008-10-07T01:11:23.655000-04:00
2008-10-07T01:11:23.655000-04:00
{"id": 12637370, "body": "this patch has blank place holder sections for each of the missing pieces of content that this jira discusses. \n\nI also tried to merge in Patrick's docbook->sdoc changes.", "user": "Robbie Scott", "created_at": "2008-10-07T01:11:23.655000-04:00", "updated_at": "2008-10-07T01:11:23.655000-04:...
90
12,637,241
168
Robbie Scott
This patch of the zookeeperProgrammers.xml has the new sections that need the content this JIRA talks about. As an aside, it's a little complicated by the fact that I'm trying to merge my changes with Patrick's changes to the sdoc docbook format.
2008-10-06T17:25:20.161000-04:00
2008-10-06T17:25:20.161000-04:00
{"id": 12637241, "body": "This patch of the zookeeperProgrammers.xml has the new sections that need the content this JIRA talks about. \n\nAs an aside, it's a little complicated by the fact that I'm trying to merge my changes with Patrick's changes to the sdoc docbook format.", "user": "Robbie Scott", "created_at": "2...
91
12,637,372
168
Robbie Scott
This patch has new place-holder sections for each of the missing content pieces that the jira talks about. Also, I attempted to merge in Patrick's recent docbook->sdoc changes.
2008-10-07T01:13:18.917000-04:00
2008-10-07T01:13:18.917000-04:00
{"id": 12637372, "body": "This patch has new place-holder sections for each of the missing content pieces that the jira talks about. \n\nAlso, I attempted to merge in Patrick's recent docbook->sdoc changes.", "user": "Robbie Scott", "created_at": "2008-10-07T01:13:18.917000-04:00", "updated_at": "2008-10-07T01:13:18.91...
92
12,637,707
168
Robbie Scott
changing the fix version to 3.0.0
2008-10-07T19:38:01.818000-04:00
2008-10-07T19:38:01.818000-04:00
{"id": 12637707, "body": "changing the fix version to 3.0.0", "user": "Robbie Scott", "created_at": "2008-10-07T19:38:01.818000-04:00", "updated_at": "2008-10-07T19:38:01.818000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12405819/comment/12637707", "id": "12637707", "a...
93
12,629,619
4
Flavio Paiva Junqueira
This issue was resolved in the patch of JIRA 2.
2008-09-09T17:09:01.103000-04:00
2008-09-09T17:09:01.103000-04:00
{"id": 12629619, "body": "This issue was resolved in the patch of JIRA 2.", "user": "Flavio Paiva Junqueira", "created_at": "2008-09-09T17:09:01.103000-04:00", "updated_at": "2008-09-09T17:09:01.103000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397823/comment/1262961...
94
12,641,159
167
Patrick D. Hunt
In the ops guide we should have something detailing how to recover from datadir corruption. In 3.0 we added CRCs to the snapshot and transaction log files. If we find a fault the user may need to manually recover. Should have documentation re: 1) corrupted log file - server will attempt to recover automatically by dro...
2008-10-20T17:24:48.861000-04:00
2008-10-20T17:24:48.861000-04:00
{"id": 12641159, "body": "In the ops guide we should have something detailing how to recover from datadir corruption. In 3.0 we added CRCs to the snapshot and transaction log files. If we find a fault the user may need to manually recover. Should have documentation re:\n\n1) corrupted log file - server will attempt to ...
95
12,603,194
1
Patrick D. Hunt
SVN dump of ZooKeeper version 175. Created by : 1) rsync -av 'zookeeper.svn.sourceforge.net::svn/zookeeper/*' zk-repo/ 2) svnadmin dump --deltas zk-repo | bzip2 > zk-dump.bz2
2008-06-06T18:03:50.208000-04:00
2008-06-06T18:03:50.208000-04:00
{"id": 12603194, "body": "SVN dump of ZooKeeper version 175.\n\nCreated by : \n\n1) rsync -av 'zookeeper.svn.sourceforge.net::svn/zookeeper/*' zk-repo/\n2) svnadmin dump --deltas zk-repo | bzip2 > zk-dump.bz2 ", "user": "Patrick D. Hunt", "created_at": "2008-06-06T18:03:50.208000-04:00", "updated_at": "2008-06-06T18:03...
96
12,604,565
1
Patrick D. Hunt
The software grant was signed/submitted (fax) to ASF on 6/11/2008.
2008-06-12T12:28:42.560000-04:00
2008-06-12T13:55:10.517000-04:00
{"id": 12604565, "body": "The software grant was signed/submitted (fax) to ASF on 6/11/2008.\n", "user": "Patrick D. Hunt", "created_at": "2008-06-12T12:28:42.560000-04:00", "updated_at": "2008-06-12T13:55:10.517000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397720/c...
97
12,604,595
1
Patrick D. Hunt
ASF registered the grant on 6/12/2008.
2008-06-12T13:54:36.840000-04:00
2008-06-12T13:54:36.840000-04:00
{"id": 12604595, "body": "ASF registered the grant on 6/12/2008.", "user": "Patrick D. Hunt", "created_at": "2008-06-12T13:54:36.840000-04:00", "updated_at": "2008-06-12T13:54:36.840000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397720/comment/12604595", "id": "12604...
98
12,642,665
1
Patrick D. Hunt
3.0.0 has been released, closing issues.
2008-10-25T21:10:37.086000-04:00
2008-10-25T21:10:37.086000-04:00
{"id": 12642665, "body": "3.0.0 has been released, closing issues.", "user": "Patrick D. Hunt", "created_at": "2008-10-25T21:10:37.086000-04:00", "updated_at": "2008-10-25T21:10:37.086000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397720/comment/12642665", "id": "126...
99
12,604,031
6
Patrick D. Hunt
Andrew could you take a look at this one?
2008-06-10T16:44:04.233000-04:00
2008-06-10T16:44:04.233000-04:00
{"id": 12604031, "body": "Andrew could you take a look at this one?", "user": "Patrick D. Hunt", "created_at": "2008-06-10T16:44:04.233000-04:00", "updated_at": "2008-06-10T16:44:04.233000-04:00", "_provider": "jira", "raw": {"self": "https://issues.apache.org/jira/rest/api/2/issue/12397957/comment/12604031", "id": "12...
100
12,635,061
6
Patrick D. Hunt
Addressed the changed detailed in this JIRA re the extern constants. I didn't change the jute - don't think this is a good idea, esp as also effects the java. Should be limited exposure since jute naming starts with caps. Also fixed a problem in zkfuse where previous changes to c client code were not reflected there (...
2008-09-26T19:14:15.995000-04:00
2008-09-26T19:14:15.995000-04:00
{"id": 12635061, "body": "Addressed the changed detailed in this JIRA re the extern constants. I didn't change the jute - don't think this is a good idea, esp as also effects the java. Should be limited exposure since jute naming starts with caps.\n\nAlso fixed a problem in zkfuse where previous changes to c client cod...