Success: ZOOKEEPER-1264 PreCommit Build #710

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1264 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/710/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

[jira] [Commented] (ZOOKEEPER-1264) FollowerResyncConcurrencyTest failing intermittently

2011-10-27 Thread Mahadev konar (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138116#comment-13138116 ] Mahadev konar commented on ZOOKEEPER-1264: -- +1 looks good to me. Might want t

[jira] [Commented] (ZOOKEEPER-1264) FollowerResyncConcurrencyTest failing intermittently

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138117#comment-13138117 ] Hadoop QA commented on ZOOKEEPER-1264: -- +1 overall. Here are the results of test

Re: ZOOKEEPER-962 -- FollowerResyncConcurrencyTest failing frequently

2011-10-27 Thread Mahadev Konar
Thanks Pat. Just reviewed. mahadev On Thu, Oct 27, 2011 at 11:00 PM, Patrick Hunt wrote: > I posted some patches to https://issues.apache.org/jira/browse/ZOOKEEPER-1264 > > Fixes the problem for me (problem was in the test afaict). > > If someone reviews the patches I'll commit them. > > Patrick

[jira] [Commented] (ZOOKEEPER-1264) FollowerResyncConcurrencyTest failing intermittently

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138096#comment-13138096 ] Hadoop QA commented on ZOOKEEPER-1264: -- -1 overall. Here are the results of test

Failed: ZOOKEEPER-1264 PreCommit Build #709

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1264 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/709/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

Re: ZOOKEEPER-962 -- FollowerResyncConcurrencyTest failing frequently

2011-10-27 Thread Patrick Hunt
I posted some patches to https://issues.apache.org/jira/browse/ZOOKEEPER-1264 Fixes the problem for me (problem was in the test afaict). If someone reviews the patches I'll commit them. Patrick On Thu, Oct 27, 2011 at 9:24 PM, Patrick Hunt wrote: > Looks like the 1 second session timeout may b

[jira] [Updated] (ZOOKEEPER-1264) FollowerResyncConcurrencyTest failing intermittently

2011-10-27 Thread Patrick Hunt (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1264: Attachment: ZOOKEEPER-1264_branch34.patch ZOOKEEPER-1264_branch33.patch

[jira] [Updated] (ZOOKEEPER-1264) FollowerResyncConcurrencyTest failing intermittently

2011-10-27 Thread Patrick Hunt (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1264: Attachment: ZOOKEEPER-1264.patch > FollowerResyncConcurrencyTest failing intermitte

[jira] [Commented] (ZOOKEEPER-1220) ./zkCli.sh 'create' command is throwing ArrayIndexOutOfBoundsException

2011-10-27 Thread kavita sharma (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137993#comment-13137993 ] kavita sharma commented on ZOOKEEPER-1220: -- Thanks Patrick...!!!

[jira] [Commented] (ZOOKEEPER-1264) FollowerResyncConcurrencyTest failing intermittently

2011-10-27 Thread Patrick Hunt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137991#comment-13137991 ] Patrick Hunt commented on ZOOKEEPER-1264: - test is using 1 second session time

[jira] [Created] (ZOOKEEPER-1264) FollowerResyncConcurrencyTest failing intermittently

2011-10-27 Thread Patrick Hunt (Created) (JIRA)
FollowerResyncConcurrencyTest failing intermittently Key: ZOOKEEPER-1264 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1264 Project: ZooKeeper Issue Type: Bug Components:

Re: ZOOKEEPER-962 -- FollowerResyncConcurrencyTest failing frequently

2011-10-27 Thread Patrick Hunt
Looks like the 1 second session timeout may be at fault. I'm delving into it and will open a jira. Patrick On Thu, Oct 27, 2011 at 7:40 PM, Camille Fournier wrote: > That is not good... Don't suppose you could debug it a bit, or send logs at > least. > > C > > From my phone > On Oct 27, 2011 8:0

Re: ZOOKEEPER-962 -- FollowerResyncConcurrencyTest failing frequently

2011-10-27 Thread Camille Fournier
That is not good... Don't suppose you could debug it a bit, or send logs at least. C >From my phone On Oct 27, 2011 8:01 PM, "Patrick Hunt" wrote: > My first run on 3.4 branch resulted in: > > junit.framework.AssertionFailedError: Should have same number of > ephemerals in both followers expect

Re: ZOOKEEPER-962 -- FollowerResyncConcurrencyTest failing frequently

2011-10-27 Thread Patrick Hunt
My first run on 3.4 branch resulted in: junit.framework.AssertionFailedError: Should have same number of ephemerals in both followers expected:<11741> but was:<14001> at org.apache.zookeeper.test.FollowerResyncConcurrencyTest.verifyState(FollowerResyncConcurrencyTest.java:400) at

ZOOKEEPER-962 -- FollowerResyncConcurrencyTest failing frequently

2011-10-27 Thread Patrick Hunt
In my CI environment I have some lower powered (virt) hardware, therein I see this test failing frequently: https://issues.apache.org/jira/browse/ZOOKEEPER-962 junit.framework.AssertionFailedError: Should have same number of ephemerals in both followers expected:<11241> but was:<14001> at

[jira] [Commented] (ZOOKEEPER-1262) Documentation for Lock recipe has major flaw

2011-10-27 Thread Jordan Zimmerman (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137701#comment-13137701 ] Jordan Zimmerman commented on ZOOKEEPER-1262: - Actually, using the Session

[jira] [Commented] (ZOOKEEPER-1217) Remove unnecessary MissingSessionException in ZooKeeperServer

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137693#comment-13137693 ] Hadoop QA commented on ZOOKEEPER-1217: -- -1 overall. Here are the results of test

Failed: ZOOKEEPER-1217 PreCommit Build #708

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1217 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/708/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

[jira] [Commented] (ZOOKEEPER-1263) fix handling of min/max session timeout value initialization

2011-10-27 Thread Patrick Hunt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137607#comment-13137607 ] Patrick Hunt commented on ZOOKEEPER-1263: - Rakesh - in order to simplify the p

[jira] [Updated] (ZOOKEEPER-1263) fix handling of min/max session timeout value initialization

2011-10-27 Thread Patrick Hunt (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1263: Attachment: ZOOKEEPER-1263.patch This is the merged patch from ZOOKEEPER-1213 and ZOOKE

[jira] [Updated] (ZOOKEEPER-1213) ZooKeeper server startup fails if configured only with the 'minSessionTimeout' and not 'maxSessionTimeout'

2011-10-27 Thread Patrick Hunt (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1213: Issue Type: Sub-task (was: Bug) Parent: ZOOKEEPER-1263 > ZooKeeper server

[jira] [Updated] (ZOOKEEPER-1227) Zookeeper logs is showing -1 as min/max session timeout if there is no sessiontimeout value configured

2011-10-27 Thread Patrick Hunt (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-1227: Issue Type: Sub-task (was: Bug) Parent: ZOOKEEPER-1263 > Zookeeper logs is

[jira] [Created] (ZOOKEEPER-1263) fix handling of min/max session timeout value initialization

2011-10-27 Thread Patrick Hunt (Created) (JIRA)
fix handling of min/max session timeout value initialization Key: ZOOKEEPER-1263 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1263 Project: ZooKeeper Issue Type: Task

[jira] [Created] (ZOOKEEPER-1262) Documentation for Lock recipe has major flaw

2011-10-27 Thread Jordan Zimmerman (Created) (JIRA)
Documentation for Lock recipe has major flaw Key: ZOOKEEPER-1262 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1262 Project: ZooKeeper Issue Type: Bug Components: documentation

[jira] [Commented] (ZOOKEEPER-1255) unused fields in DataTree.ProcessTxnResult

2011-10-27 Thread Patrick Hunt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137549#comment-13137549 ] Patrick Hunt commented on ZOOKEEPER-1255: - I'm not convinced on this, for two

[jira] [Commented] (ZOOKEEPER-1250) trigger jenkins dummy issue

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137367#comment-13137367 ] Hadoop QA commented on ZOOKEEPER-1250: -- -1 overall. Here are the results of test

Failed: ZOOKEEPER-1250 PreCommit Build #707

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1250 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/707/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

[jira] [Resolved] (ZOOKEEPER-1256) ClientPortBindTest is failing on Mac OS X

2011-10-27 Thread Patrick Hunt (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-1256. - Resolution: Fixed Hadoop Flags: Reviewed committed to trunk/3.5.0, thanks Danie

[jira] [Commented] (ZOOKEEPER-1256) ClientPortBindTest is failing on Mac OS X

2011-10-27 Thread Patrick Hunt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137353#comment-13137353 ] Patrick Hunt commented on ZOOKEEPER-1256: - Odd. I just tried playing with IPV6

[jira] [Updated] (ZOOKEEPER-1250) trigger jenkins dummy issue

2011-10-27 Thread Thomas Koch (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-1250: --- Attachment: ZOOKEEPER-1250.introduced_transaction_class.patch > trigger jenkins dummy

[jira] [Updated] (ZOOKEEPER-1261) Make ZooKeeper code mode Dependency Injection compliant.

2011-10-27 Thread Mahadev konar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-1261: - Fix Version/s: 3.5.0 > Make ZooKeeper code mode Dependency Injection compliant. >

[jira] [Created] (ZOOKEEPER-1261) Make ZooKeeper code mode Dependency Injection compliant.

2011-10-27 Thread Mahadev konar (Created) (JIRA)
Make ZooKeeper code mode Dependency Injection compliant. Key: ZOOKEEPER-1261 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1261 Project: ZooKeeper Issue Type: Improvement

[jira] [Updated] (ZOOKEEPER-1260) Audit logging in ZooKeeper servers.

2011-10-27 Thread Mahadev konar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-1260: - Description: Lots of users have had questions on debugging which client changed wha

[jira] [Created] (ZOOKEEPER-1260) Audit logging in ZooKeeper servers.

2011-10-27 Thread Mahadev konar (Created) (JIRA)
Audit logging in ZooKeeper servers. --- Key: ZOOKEEPER-1260 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1260 Project: ZooKeeper Issue Type: New Feature Affects Versions: 3.4.0 Reporter

[jira] [Commented] (ZOOKEEPER-1259) central mapping from type to txn record class

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137311#comment-13137311 ] Hadoop QA commented on ZOOKEEPER-1259: -- -1 overall. Here are the results of test

Failed: ZOOKEEPER-1250 PreCommit Build #706

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1250 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/706/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

Failed: ZOOKEEPER-1259 PreCommit Build #705

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1259 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/705/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

[jira] [Commented] (ZOOKEEPER-1250) trigger jenkins dummy issue

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137306#comment-13137306 ] Hadoop QA commented on ZOOKEEPER-1250: -- -1 overall. Here are the results of test

Re: 3.4 blocker? rename MultiTransactionRecord to MultiRequest

2011-10-27 Thread Patrick Hunt
Marshall, Ted can you clarify - what's the impact on b/w compatibility of these multiset changes? For example, can someone use 3.4 and then revert back to 3.3 codebase? Or is the datastore incompatible with this? (I'm assuming 3.3 -> 3.4 is fine). Patrick On Thu, Oct 27, 2011 at 9:31 AM, Mahadev

[jira] [Commented] (ZOOKEEPER-1256) ClientPortBindTest is failing on Mac OS X

2011-10-27 Thread Commented
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137294#comment-13137294 ] Daniel Gómez Ferro commented on ZOOKEEPER-1256: --- >From your link I under

[jira] [Commented] (ZOOKEEPER-1256) ClientPortBindTest is failing on Mac OS X

2011-10-27 Thread Commented
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137289#comment-13137289 ] Daniel Gómez Ferro commented on ZOOKEEPER-1256: --- I added a log printing

[jira] [Updated] (ZOOKEEPER-1256) ClientPortBindTest is failing on Mac OS X

2011-10-27 Thread Updated
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gómez Ferro updated ZOOKEEPER-1256: -- Attachment: ClientPortBindTest.log > ClientPortBindTest is failing on M

[jira] [Updated] (ZOOKEEPER-1259) central mapping from type to txn record class

2011-10-27 Thread Thomas Koch (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-1259: --- Attachment: ZOOKEEPER-1259.patch run the same patch again to see whether the C test failu

[jira] [Updated] (ZOOKEEPER-1250) trigger jenkins dummy issue

2011-10-27 Thread Thomas Koch (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-1250: --- Attachment: ZOOKEEPER-1250.introduced_transaction_class.patch > trigger jenkins dummy

Re: 3.4 blocker? rename MultiTransactionRecord to MultiRequest

2011-10-27 Thread Patrick Hunt
This reminds me, Hadoop has some java annotation mechanism for public vs private, including a concept of "stable" vs "subject to change". Mahadev what do you think of this? Something we should adopt? Patrick On Thu, Oct 27, 2011 at 9:31 AM, Mahadev Konar wrote: > Thomas, >  Doesnt look like its

Re: ZK-1246 blocker for 3.4 release?

2011-10-27 Thread Patrick Hunt
That sounds good to me. I'm planning to do RC0 testing over the next few days. Patrick On Thu, Oct 27, 2011 at 9:35 AM, Mahadev Konar wrote: > Pat, >  I think we should continue to beat on RC0. I'd like to cut  a new > release candidate after the weekend. That will give everyone some > weekend t

[jira] [Commented] (BOOKKEEPER-93) bookkeeper doesn't work correctly on OpenLedgerNoRecovery

2011-10-27 Thread Ivan Kelly (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137278#comment-13137278 ] Ivan Kelly commented on BOOKKEEPER-93: -- +1 Committed as r1189867, Thanks Sijie.

[jira] [Commented] (ZOOKEEPER-1250) trigger jenkins dummy issue

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137274#comment-13137274 ] Hadoop QA commented on ZOOKEEPER-1250: -- -1 overall. Here are the results of test

[jira] [Commented] (ZOOKEEPER-1259) central mapping from type to txn record class

2011-10-27 Thread Mahadev konar (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137264#comment-13137264 ] Mahadev konar commented on ZOOKEEPER-1259: -- @Thomas, You can check the conso

Re: ZK-1246 blocker for 3.4 release?

2011-10-27 Thread Mahadev Konar
Pat, I think we should continue to beat on RC0. I'd like to cut a new release candidate after the weekend. That will give everyone some weekend time to play with it. I'll aim for a new RC on Monday/Tuesday. Seems reasonable? thanks mahadev On Wed, Oct 26, 2011 at 4:44 PM, Patrick Hunt wrote:

Re: 3.4 blocker? rename MultiTransactionRecord to MultiRequest

2011-10-27 Thread Mahadev Konar
Thomas, Doesnt look like its a blocker to me. It isnt a public API. Renaming should be fine. Jute doesnt serializes the name of the record. So as long as the fields and opcode are the same, it should be backwards compatible as well. If you have a simple enough patch for rename I can include it in

[jira] [Commented] (BOOKKEEPER-89) Bookkeeper API changes for initial Bookkeeper release

2011-10-27 Thread Ivan Kelly (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137248#comment-13137248 ] Ivan Kelly commented on BOOKKEEPER-89: -- Committed as r1189842. Thanks for reviewin

[jira] [Updated] (ZOOKEEPER-1250) trigger jenkins dummy issue

2011-10-27 Thread Thomas Koch (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-1250: --- Attachment: ZOOKEEPER-1250.introduced_transaction_class.patch > trigger jenkins dummy

Proposed client interface changes needs some feedback (remove watches)

2011-10-27 Thread Patrick Hunt
There's interest in adding support for removal of watches, a proposed patch is here: https://issues.apache.org/jira/browse/ZOOKEEPER-442 It would be great if people could review this and provide feedback. My primary concern is correctness of the approach - that we no leave holes that will bite peo

[jira] [Commented] (ZOOKEEPER-1250) trigger jenkins dummy issue

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137235#comment-13137235 ] Hadoop QA commented on ZOOKEEPER-1250: -- -1 overall. Here are the results of test

Failed: ZOOKEEPER-1250 PreCommit Build #703

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1250 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/703/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

Re: 3.4 blocker? rename MultiTransactionRecord to MultiRequest

2011-10-27 Thread Patrick Hunt
Submit a patch and slate it for 3.4.0/3.5.0, Mahadev can decide whether he wants to include it in the next rc or not. Patrick On Thu, Oct 27, 2011 at 2:57 AM, Thomas Koch wrote: > Hi, > > I've opened ZK-1257 with this description: > > > Understanding the code behind multi operations doesn't get

[jira] [Commented] (BOOKKEEPER-89) Bookkeeper API changes for initial Bookkeeper release

2011-10-27 Thread Benjamin Reed (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137211#comment-13137211 ] Benjamin Reed commented on BOOKKEEPER-89: - +1 yes, i think you are right ivan.

[jira] [Updated] (ZOOKEEPER-1250) trigger jenkins dummy issue

2011-10-27 Thread Thomas Koch (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-1250: --- Attachment: ZOOKEEPER-1250.introduced_transaction_class.patch > trigger jenkins dummy

[jira] [Commented] (ZOOKEEPER-1246) Dead code in PrepRequestProcessor catch Exception block

2011-10-27 Thread Camille Fournier (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137167#comment-13137167 ] Camille Fournier commented on ZOOKEEPER-1246: - FWIW I reviewed Patrick's p

[jira] [Commented] (ZOOKEEPER-1259) central mapping from type to txn record class

2011-10-27 Thread Thomas Koch (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137115#comment-13137115 ] Thomas Koch commented on ZOOKEEPER-1259: No java test failed. Presumably a C t

[jira] [Commented] (BOOKKEEPER-83) Added versioning and flags to the bookie protocol

2011-10-27 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137029#comment-13137029 ] jirapos...@reviews.apache.org commented on BOOKKEEPER-83: - ---

Re: 3.4 blocker? rename MultiTransactionRecord to MultiRequest

2011-10-27 Thread Ted Dunning
It isn't part of the public API. I don't see any restrictions on renaming it. On Thu, Oct 27, 2011 at 2:57 AM, Thomas Koch wrote: > Hi, > > I've opened ZK-1257 with this description: > > > Understanding the code behind multi operations doesn't get any easier when > the > code violates naming c

[jira] [Commented] (ZOOKEEPER-1259) central mapping from type to txn record class

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136997#comment-13136997 ] Hadoop QA commented on ZOOKEEPER-1259: -- -1 overall. Here are the results of test

Failed: ZOOKEEPER-1259 PreCommit Build #702

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1259 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/702/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

[jira] [Commented] (ZOOKEEPER-442) need a way to remove watches that are no longer of interest

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136983#comment-13136983 ] Hadoop QA commented on ZOOKEEPER-442: - +1 overall. Here are the results of testing

Success: ZOOKEEPER-442 PreCommit Build #701

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-442 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/701/ ### ## LAST 60 LINES OF THE CONSOLE ### [..

[jira] [Updated] (ZOOKEEPER-1259) central mapping from type to txn record class

2011-10-27 Thread Thomas Koch (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-1259: --- Attachment: ZOOKEEPER-1259.patch > central mapping from type to txn record class > --

[jira] [Created] (ZOOKEEPER-1259) central mapping from type to txn record class

2011-10-27 Thread Thomas Koch (Created) (JIRA)
central mapping from type to txn record class - Key: ZOOKEEPER-1259 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1259 Project: ZooKeeper Issue Type: Sub-task Reporter: Thomas Ko

[jira] [Commented] (ZOOKEEPER-1258) Move MultiResponse creation out of FinalRequestProcessor

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136974#comment-13136974 ] Hadoop QA commented on ZOOKEEPER-1258: -- +1 overall. Here are the results of test

Success: ZOOKEEPER-1258 PreCommit Build #700

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1258 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/700/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

[jira] [Updated] (ZOOKEEPER-442) need a way to remove watches that are no longer of interest

2011-10-27 Thread Updated
[ https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gómez Ferro updated ZOOKEEPER-442: - Attachment: ZOOKEEPER-442.patch > need a way to remove watches that are no

[jira] [Commented] (ZOOKEEPER-1252) remove unused method o.a.z.test.AxyncTest.restart()

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136967#comment-13136967 ] Hadoop QA commented on ZOOKEEPER-1252: -- +1 overall. Here are the results of test

Failed: ZOOKEEPER-442 PreCommit Build #699

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-442 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/699/ ### ## LAST 60 LINES OF THE CONSOLE ### [..

Success: ZOOKEEPER-1252 PreCommit Build #698

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1252 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/698/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

[jira] [Commented] (ZOOKEEPER-442) need a way to remove watches that are no longer of interest

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136962#comment-13136962 ] Hadoop QA commented on ZOOKEEPER-442: - -1 overall. Here are the results of testing

[jira] [Updated] (ZOOKEEPER-1258) Move MultiResponse creation out of FinalRequestProcessor

2011-10-27 Thread Thomas Koch (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-1258: --- Attachment: ZOOKEEPER-1258.patch > Move MultiResponse creation out of FinalRequestPro

[jira] [Updated] (ZOOKEEPER-442) need a way to remove watches that are no longer of interest

2011-10-27 Thread Updated
[ https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gómez Ferro updated ZOOKEEPER-442: - Attachment: ZOOKEEPER-442.patch > need a way to remove watches that are no

[jira] [Created] (ZOOKEEPER-1258) Move MultiResponse creation out of FinalRequestProcessor

2011-10-27 Thread Thomas Koch (Created) (JIRA)
Move MultiResponse creation out of FinalRequestProcessor Key: ZOOKEEPER-1258 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1258 Project: ZooKeeper Issue Type: Sub-task

[jira] [Updated] (ZOOKEEPER-1252) remove unused method o.a.z.test.AxyncTest.restart()

2011-10-27 Thread Thomas Koch (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Koch updated ZOOKEEPER-1252: --- Attachment: ZOOKEEPER-1252.patch > remove unused method o.a.z.test.AxyncTest.restart(

[jira] [Commented] (ZOOKEEPER-1251) call checkSession at begin of PrepRequestProcessor.pRequest

2011-10-27 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136958#comment-13136958 ] Hudson commented on ZOOKEEPER-1251: --- Integrated in ZooKeeper-trunk #1346 (See [http

[jira] [Commented] (ZOOKEEPER-1254) test correct watch handling with multi ops

2011-10-27 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136959#comment-13136959 ] Hudson commented on ZOOKEEPER-1254: --- Integrated in ZooKeeper-trunk #1346 (See [http

[jira] [Commented] (ZOOKEEPER-442) need a way to remove watches that are no longer of interest

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136948#comment-13136948 ] Hadoop QA commented on ZOOKEEPER-442: - -1 overall. Here are the results of testing

Failed: ZOOKEEPER-442 PreCommit Build #697

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-442 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/697/ ### ## LAST 60 LINES OF THE CONSOLE ### [..

[jira] [Updated] (ZOOKEEPER-442) need a way to remove watches that are no longer of interest

2011-10-27 Thread Updated
[ https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gómez Ferro updated ZOOKEEPER-442: - Attachment: ZOOKEEPER-442.patch > need a way to remove watches that are no

[jira] [Commented] (ZOOKEEPER-442) need a way to remove watches that are no longer of interest

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136936#comment-13136936 ] Hadoop QA commented on ZOOKEEPER-442: - -1 overall. Here are the results of testing

Failed: ZOOKEEPER-442 PreCommit Build #696

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-442 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/696/ ### ## LAST 60 LINES OF THE CONSOLE ### [..

[jira] [Commented] (ZOOKEEPER-1220) ./zkCli.sh 'create' command is throwing ArrayIndexOutOfBoundsException

2011-10-27 Thread kavita sharma (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136934#comment-13136934 ] kavita sharma commented on ZOOKEEPER-1220: -- Hi Patrick, i corrected the patc

3.4 blocker? rename MultiTransactionRecord to MultiRequest

2011-10-27 Thread Thomas Koch
Hi, I've opened ZK-1257 with this description: Understanding the code behind multi operations doesn't get any easier when the code violates naming consistency. All other Request classes are called xxxRequest, only for multi its xxxTransactionRecord! Also "Transaction" is wrong, because there i

[jira] [Updated] (ZOOKEEPER-442) need a way to remove watches that are no longer of interest

2011-10-27 Thread Updated
[ https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gómez Ferro updated ZOOKEEPER-442: - Attachment: ZOOKEEPER-442.patch > need a way to remove watches that are no

[jira] [Created] (ZOOKEEPER-1257) Rename MultiTransactionRecord to MultiRequest

2011-10-27 Thread Thomas Koch (Created) (JIRA)
Rename MultiTransactionRecord to MultiRequest - Key: ZOOKEEPER-1257 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1257 Project: ZooKeeper Issue Type: Sub-task Reporter: Thomas Ko

[jira] [Commented] (ZOOKEEPER-442) need a way to remove watches that are no longer of interest

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136923#comment-13136923 ] Hadoop QA commented on ZOOKEEPER-442: - -1 overall. Here are the results of testing

Failed: ZOOKEEPER-442 PreCommit Build #695

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-442 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/695/ ### ## LAST 60 LINES OF THE CONSOLE ### [..

[jira] [Updated] (ZOOKEEPER-1256) ClientPortBindTest is failing on Mac OS X

2011-10-27 Thread Updated
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gómez Ferro updated ZOOKEEPER-1256: -- Component/s: tests > ClientPortBindTest is failing on Mac OS X > --

ZooKeeper_trunk_solaris - Build # 30 - Still Failing

2011-10-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_trunk_solaris/30/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 136190 lines...] [junit] 2011-10-27 08:55:07,221

[jira] [Commented] (ZOOKEEPER-1256) ClientPortBindTest is failing on Mac OS X

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136893#comment-13136893 ] Hadoop QA commented on ZOOKEEPER-1256: -- +1 overall. Here are the results of test

Success: ZOOKEEPER-1256 PreCommit Build #694

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1256 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/694/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

[jira] [Commented] (ZOOKEEPER-1255) unused fields in DataTree.ProcessTxnResult

2011-10-27 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136886#comment-13136886 ] Hadoop QA commented on ZOOKEEPER-1255: -- -1 overall. Here are the results of test

Failed: ZOOKEEPER-1255 PreCommit Build #692

2011-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1255 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/692/ ### ## LAST 60 LINES OF THE CONSOLE ### [.

  1   2   >