[jira] Updated: (ZOOKEEPER-276) Bookkeeper contribution

2009-01-20 Thread Luca Telloli (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luca Telloli updated ZOOKEEPER-276:
---

Status: Patch Available  (was: Open)

 Bookkeeper contribution
 ---

 Key: ZOOKEEPER-276
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-276
 Project: Zookeeper
  Issue Type: New Feature
Reporter: Luca Telloli
 Attachments: ZOOKEEPER-276.patch


 BookKeeper is a system to reliably log streams of records. In BookKeeper, 
 servers are bookies, log streams are ledgers, and each unit of a log (aka 
 record) is a ledger entry. BookKeeper is designed to be reliable; bookies, 
 the servers that store ledgers can be byzantine, which means that some subset 
 of the bookies can fail, corrupt data, discard data, but as long as there are 
 enough correctly behaving servers the service as a whole behaves correctly; 
 the meta data for BookKeeper is stored in ZooKeeper.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Delaying 3.1 release by 2 to 3 weeks?

2009-01-20 Thread Patrick Hunt
Ok, I've updated JIRA to list the release candidate build for Feb 3. 
Please submit the tests and documentation asap so that we can have 
sufficient review. I can always cut a release candidate before the 3rd, 
keep me posted on status.


Patrick

Mahadev Konar wrote:

I think it should be done in 2 weeks..

mahadev


On 1/16/09 2:34 PM, Patrick Hunt ph...@apache.org wrote:


Mahadev, can you complete quotas in 2 weeks? This includes completing
the code itself, documentation, tests, and incorporating review feedback?

Parick

Benjamin Reed wrote:

we should delay. it would be good to try out quotas for a bit before
we do the release. quotas are also a key part of the release. 3 weeks
seem a little long though.

ben  From: Mahadev Konar
[maha...@yahoo-inc.com] Sent: Thursday, January 15, 2009 4:32 PM To:
zookeeper-dev@hadoop.apache.org Cc: zookeeper-u...@hadoop.apache.org
Subject: Re: Delaying 3.1 release by 2 to 3 weeks?

That was release 3.1 and not 3.2 :)

mahadev


On 1/15/09 4:26 PM, Mahadev Konar maha...@yahoo-inc.com wrote:


Hi all, I needed to get quotas in zookeeper 3.2.0 and wanted to see
if delaying the release by 2-3 weeks is ok with everyone? Here is
the jira for it -

http://issues.apache.org/jira/browse/ZOOKEEPER-231

Please respond if you have any issues with the delay.

thanks mahadev






[jira] Updated: (ZOOKEEPER-231) Quotas in zookeeper

2009-01-20 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-231:


Status: Patch Available  (was: Open)

 Quotas in zookeeper
 ---

 Key: ZOOKEEPER-231
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-231
 Project: Zookeeper
  Issue Type: New Feature
Affects Versions: 3.0.0
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-231.patch, ZOOKEEPER-231.patch, 
 ZOOKEEPER-231.patch, ZOOKEEPER-231.patch


 creating quota's in zookeeper so that a runaway application does not bring 
 down the zookeeper cluster.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-231) Quotas in zookeeper

2009-01-20 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-231:


Attachment: ZOOKEEPER-231.patch

this patch includes a test and documentation. The only thing I have to change 
is to allow setting quota only for paths athat exist. I will be adding more 
tests and more documentation. I will make it patch available to get early 
feedback.. 

 Quotas in zookeeper
 ---

 Key: ZOOKEEPER-231
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-231
 Project: Zookeeper
  Issue Type: New Feature
Affects Versions: 3.0.0
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-231.patch, ZOOKEEPER-231.patch, 
 ZOOKEEPER-231.patch, ZOOKEEPER-231.patch


 creating quota's in zookeeper so that a runaway application does not bring 
 down the zookeeper cluster.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Build failed in Hudson: ZooKeeper-trunk #204

2009-01-20 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/204/changes

--
[...truncated 62537 lines...]
[junit] 2009-01-21 06:57:48,531 - INFO  [main:clientb...@300] - STOPPING 
server
[junit] 2009-01-21 06:57:48,532 - INFO  [main:nioserverc...@732] - closing 
session:0x11ef7fae51e NIOServerCnxn: 
java.nio.channels.SocketChannel[connected local=/127.0.0.1:33221 
remote=/127.0.0.1:44149]
[junit] 2009-01-21 06:57:48,533 - WARN  
[main-SendThread:clientcnxn$sendthr...@881] - Exception closing session 
0x11ef7fae51e to sun.nio.ch.selectionkeyi...@1ba94d
[junit] java.io.IOException: Read error rc = -1 
java.nio.DirectByteBuffer[pos=0 lim=4 cap=4]
[junit] at 
org.apache.zookeeper.ClientCnxn$SendThread.doIO(ClientCnxn.java:614)
[junit] at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:859)
[junit] 2009-01-21 06:57:48,533 - INFO  
[NIOServerCxn.Factory:33221:nioservercnxn$fact...@171] - NIOServerCnxn factory 
exited run method
[junit] 2009-01-21 06:57:48,533 - INFO  [main:finalrequestproces...@265] - 
shutdown of request processor complete
[junit] 2009-01-21 06:57:48,533 - INFO  
[ProcessThread:0:preprequestproces...@104] - PrepRequestProcessor exited loop!
[junit] 2009-01-21 06:57:48,533 - INFO  
[SyncThread:0:syncrequestproces...@117] - SyncRequestProcessor exited!
[junit] 2009-01-21 06:57:48,633 - INFO  [main:clientb...@306] - STARTING 
server
[junit] 2009-01-21 06:57:48,633 - INFO  [main:zookeeperser...@157] - 
Created server
[junit] 2009-01-21 06:57:48,635 - INFO  [main:files...@70] - Reading 
snapshot 
http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/tmp/test9046005971203408691.junit.dir/version-2/snapshot.5
 
[junit] 2009-01-21 06:57:48,637 - INFO  [main:filetxnsnap...@197] - 
Snapshotting: 6
[junit] 2009-01-21 06:57:48,640 - INFO  
[NIOServerCxn.Factory:33221:nioserverc...@604] - Processing stat command from 
/127.0.0.1:44151
[junit] 2009-01-21 06:57:48,640 - WARN  
[NIOServerCxn.Factory:33221:nioserverc...@402] - Exception causing close of 
session 0x0 due to java.io.IOException: Responded to info probe
[junit] 2009-01-21 06:57:48,641 - INFO  
[NIOServerCxn.Factory:33221:nioserverc...@732] - closing session:0x0 
NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:33221 
remote=/127.0.0.1:44151]
[junit] 2009-01-21 06:57:50,344 - INFO  
[main-SendThread:clientcnxn$sendthr...@783] - Attempting connection to server 
/127.0.0.1:33221
[junit] 2009-01-21 06:57:50,344 - INFO  
[main-SendThread:clientcnxn$sendthr...@698] - Priming connection to 
java.nio.channels.SocketChannel[connected local=/127.0.0.1:44152 
remote=/127.0.0.1:33221]
[junit] 2009-01-21 06:57:50,344 - INFO  
[main-SendThread:clientcnxn$sendthr...@851] - Server connection successful
[junit] 2009-01-21 06:57:50,345 - INFO  
[NIOServerCxn.Factory:33221:nioserverc...@488] - Connected to /127.0.0.1:44152 
lastZxid 6
[junit] 2009-01-21 06:57:50,345 - INFO  
[NIOServerCxn.Factory:33221:nioserverc...@860] - Finished init of 
0x11ef7fae51e valid:true
[junit] 2009-01-21 06:57:50,345 - INFO  
[NIOServerCxn.Factory:33221:nioserverc...@516] - Renewing session 
0x11ef7fae51e
[junit] 2009-01-21 06:57:51,000 - INFO  
[SessionTracker:sessiontrackeri...@142] - SessionTrackerImpl exited loop!
[junit] 2009-01-21 06:57:51,364 - INFO  [main:zookee...@418] - Closing 
session: 0x11ef7fae51e
[junit] 2009-01-21 06:57:51,364 - INFO  [main:clientc...@982] - Closing 
ClientCnxn for session: 0x11ef7fae51e
[junit] 2009-01-21 06:57:51,365 - INFO  
[ProcessThread:0:preprequestproces...@344] - Processed session termination 
request for id: 0x11ef7fae51e
[junit] 2009-01-21 06:57:51,365 - INFO  [SyncThread:0:nioserverc...@732] - 
closing session:0x11ef7fae51e NIOServerCnxn: 
java.nio.channels.SocketChannel[connected local=/127.0.0.1:33221 
remote=/127.0.0.1:44152]
[junit] 2009-01-21 06:57:51,366 - INFO  
[main-SendThread:clientcnxn$sendthr...@875] - Exception while closing send 
thread for session 0x11ef7fae51e : Read error rc = -1 
java.nio.DirectByteBuffer[pos=0 lim=4 cap=4]
[junit] 2009-01-21 06:57:51,466 - INFO  [main:clientc...@968] - 
Disconnecting ClientCnxn for session: 0x11ef7fae51e
[junit] 2009-01-21 06:57:51,466 - INFO  
[main-EventThread:clientcnxn$eventthr...@435] - EventThread shut down
[junit] 2009-01-21 06:57:51,467 - INFO  [main:zookee...@426] - Session: 
0x11ef7fae51e closed
[junit] 2009-01-21 06:57:51,467 - INFO  [main:clientb...@312] - tearDown 
starting
[junit] 2009-01-21 06:57:51,467 - INFO  
[NIOServerCxn.Factory:33221:nioservercnxn$fact...@171] - NIOServerCnxn factory 
exited run method
[junit] 2009-01-21 06:57:51,468 - INFO  [main:finalrequestproces...@265] - 
shutdown of request processor complete
[junit] 2009-01-21 06:57:51,468 - INFO