Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Nikita Vetoshkin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7730/#review12760 --- src/java/main/org/apache/zookeeper/ClientCnxnSocketNIO.java

[jira] [Updated] (ZOOKEEPER-1474) Cannot build Zookeeper with IBM Java: use of Sun MXBean classes

2012-10-25 Thread Paulo Ricardo Paz Vital (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Ricardo Paz Vital updated ZOOKEEPER-1474: --- Attachment: zookeeper-1474-v3.patch New version of same patch

[jira] [Commented] (ZOOKEEPER-1474) Cannot build Zookeeper with IBM Java: use of Sun MXBean classes

2012-10-25 Thread Claude Falbriard (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484066#comment-13484066 ] Claude Falbriard commented on ZOOKEEPER-1474: - Dear colleagues, When

[jira] [Commented] (ZOOKEEPER-1474) Cannot build Zookeeper with IBM Java: use of Sun MXBean classes

2012-10-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484068#comment-13484068 ] Hadoop QA commented on ZOOKEEPER-1474: -- +1 overall. Here are the results of

Success: ZOOKEEPER-1474 PreCommit Build #1239

2012-10-25 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1474 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1239/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-25 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484256#comment-13484256 ] Jimmy Xiang commented on ZOOKEEPER-1568: For our use case, there is no

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Patrick Hunt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7730/#review12792 --- There's a big problem here: if the packet went unsent (fully) then

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Patrick Hunt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7730/#review12794 --- src/java/main/org/apache/zookeeper/ClientCnxnSocketNIO.java

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Skye Wanderman-Milne
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7730/ --- (Updated Oct. 25, 2012, 10:38 p.m.) Review request for zookeeper, Patrick Hunt

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Skye Wanderman-Milne
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7730/ --- (Updated Oct. 25, 2012, 10:51 p.m.) Review request for zookeeper, Patrick Hunt

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Ted Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7730/#review12796 --- src/java/main/org/apache/zookeeper/ClientCnxnSocketNIO.java

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Skye Wanderman-Milne
On Oct. 25, 2012, 9:23 p.m., Patrick Hunt wrote: src/java/main/org/apache/zookeeper/ClientCnxnSocketNIO.java, lines 133-134 https://reviews.apache.org/r/7730/diff/1/?file=179601#file179601line133 why are we synchronizing this? it's already protected by outgoingQueue, is this not

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Skye Wanderman-Milne
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7730/#review12800 --- Looks like I'm no longer passing unit tests, please hold off on

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Patrick Hunt
On Oct. 25, 2012, 9:23 p.m., Patrick Hunt wrote: src/java/main/org/apache/zookeeper/ClientCnxnSocketNIO.java, lines 133-134 https://reviews.apache.org/r/7730/diff/1/?file=179601#file179601line133 why are we synchronizing this? it's already protected by outgoingQueue, is this not

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Skye Wanderman-Milne
On Oct. 25, 2012, 11:33 p.m., Skye Wanderman-Milne wrote: Looks like I'm no longer passing unit tests, please hold off on further reviews for now... Just kidding, I was testing the wrong branch :) - Skye --- This is an

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Skye Wanderman-Milne
On Oct. 25, 2012, 9:23 p.m., Patrick Hunt wrote: src/java/main/org/apache/zookeeper/ClientCnxnSocketNIO.java, lines 133-134 https://reviews.apache.org/r/7730/diff/1/?file=179601#file179601line133 why are we synchronizing this? it's already protected by outgoingQueue, is this not

[jira] [Updated] (ZOOKEEPER-1552) Enable sync request processor in Observer

2012-10-25 Thread Thawan Kooburat (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thawan Kooburat updated ZOOKEEPER-1552: --- Attachment: ZOOKEEPER-1552.patch Updated patch with added comments for txnlog

Failed: ZOOKEEPER-1552 PreCommit Build #1240

2012-10-25 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1552 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1240/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1552) Enable sync request processor in Observer

2012-10-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484694#comment-13484694 ] Hadoop QA commented on ZOOKEEPER-1552: -- -1 overall. Here are the results of

Re: Review Request: patch for ZOOKEEPER-1560: Zookeeper client hangs on creation of large nodes

2012-10-25 Thread Patrick Hunt
On Oct. 25, 2012, 9:23 p.m., Patrick Hunt wrote: src/java/main/org/apache/zookeeper/ClientCnxnSocketNIO.java, lines 133-134 https://reviews.apache.org/r/7730/diff/1/?file=179601#file179601line133 why are we synchronizing this? it's already protected by outgoingQueue, is this not

[jira] [Created] (BOOKKEEPER-443) Revisit Ledger Deletion in BookKeeper

2012-10-25 Thread Jiannan Wang (JIRA)
Jiannan Wang created BOOKKEEPER-443: --- Summary: Revisit Ledger Deletion in BookKeeper Key: BOOKKEEPER-443 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-443 Project: Bookkeeper Issue

[jira] [Commented] (BOOKKEEPER-346) Detect IOExceptions in LedgerCache and bookie should look at next ledger dir(if any)

2012-10-25 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483980#comment-13483980 ] Ivan Kelly commented on BOOKKEEPER-346: --- New patch misses the case of a crash

[jira] [Updated] (BOOKKEEPER-439) No more messages delivered after deleted consumed ledgers.

2012-10-25 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Kelly updated BOOKKEEPER-439: -- Priority: Blocker (was: Critical) No more messages delivered after deleted consumed

[jira] [Commented] (BOOKKEEPER-346) Detect IOExceptions in LedgerCache and bookie should look at next ledger dir(if any)

2012-10-25 Thread Vinay (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484018#comment-13484018 ] Vinay commented on BOOKKEEPER-346: -- Thanks Ivan, You mean to say, After scanning all

[jira] [Commented] (BOOKKEEPER-346) Detect IOExceptions in LedgerCache and bookie should look at next ledger dir(if any)

2012-10-25 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484023#comment-13484023 ] Ivan Kelly commented on BOOKKEEPER-346: --- Yes, you can put it in

[jira] [Commented] (BOOKKEEPER-346) Detect IOExceptions in LedgerCache and bookie should look at next ledger dir(if any)

2012-10-25 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484024#comment-13484024 ] Ivan Kelly commented on BOOKKEEPER-346: --- .idx and .rloc should be defined as

[jira] [Commented] (BOOKKEEPER-439) No more messages delivered after deleted consumed ledgers.

2012-10-25 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484087#comment-13484087 ] Ivan Kelly commented on BOOKKEEPER-439: --- Why are you changing the return code

[jira] [Updated] (BOOKKEEPER-346) Detect IOExceptions in LedgerCache and bookie should look at next ledger dir(if any)

2012-10-25 Thread Vinay (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinay updated BOOKKEEPER-346: - Attachment: BOOKKEEPER-346.patch Attaching the latest patch, which fixes Ivan's comments.

Jenkins build is still unstable: bookkeeper-trunk » hedwig-server #770

2012-10-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/bookkeeper-trunk/org.apache.bookkeeper$hedwig-server/770/

Jenkins build is back to stable : bookkeeper-trunk » bookkeeper-server #770

2012-10-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/bookkeeper-trunk/org.apache.bookkeeper$bookkeeper-server/770/

Jenkins build is still unstable: bookkeeper-trunk #770

2012-10-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/bookkeeper-trunk/770/

[jira] [Commented] (BOOKKEEPER-424) Bookie start is failing intermittently when zkclient connection delays

2012-10-25 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484121#comment-13484121 ] Hudson commented on BOOKKEEPER-424: --- Integrated in bookkeeper-trunk #771 (See

[jira] [Commented] (BOOKKEEPER-416) LedgerChecker returns underreplicated fragments for an closed ledger with no entries

2012-10-25 Thread Uma Maheswara Rao G (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484120#comment-13484120 ] Uma Maheswara Rao G commented on BOOKKEEPER-416: +1 for the patch,

Build failed in Jenkins: bookkeeper-trunk #771

2012-10-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/bookkeeper-trunk/771/changes Changes: [ivank] BOOKKEEPER-424: Bookie start is failing intermittently when zkclient connection delays (rakeshr via ivank) -- [...truncated 1268 lines...] at

[jira] [Commented] (BOOKKEEPER-346) Detect IOExceptions in LedgerCache and bookie should look at next ledger dir(if any)

2012-10-25 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484151#comment-13484151 ] Ivan Kelly commented on BOOKKEEPER-346: --- Theres a logic error in the patch (and

[jira] [Commented] (BOOKKEEPER-424) Bookie start is failing intermittently when zkclient connection delays

2012-10-25 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484156#comment-13484156 ] Ivan Kelly commented on BOOKKEEPER-424: --- Added missing file in r1402159

[jira] [Created] (BOOKKEEPER-444) Refactor pending read op to make speculative reads possible

2012-10-25 Thread Ivan Kelly (JIRA)
Ivan Kelly created BOOKKEEPER-444: - Summary: Refactor pending read op to make speculative reads possible Key: BOOKKEEPER-444 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-444 Project:

[jira] [Commented] (BOOKKEEPER-428) Expose command options in bookie scripts to disable/enable auto recovery temporarily

2012-10-25 Thread Uma Maheswara Rao G (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484184#comment-13484184 ] Uma Maheswara Rao G commented on BOOKKEEPER-428: {code} zk =

[jira] [Commented] (BOOKKEEPER-425) Cleanup Bookie id generation

2012-10-25 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484190#comment-13484190 ] Flavio Junqueira commented on BOOKKEEPER-425: - The patch does not apply

Review Request: BOOKKEEPER-444 Refactor pending read op to make speculative reads possible

2012-10-25 Thread Ivan Kelly
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7733/ --- Review request for bookkeeper. Description --- The code to handle the

[jira] [Commented] (BOOKKEEPER-444) Refactor pending read op to make speculative reads possible

2012-10-25 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484206#comment-13484206 ] Ivan Kelly commented on BOOKKEEPER-444: --- https://reviews.apache.org/r/7733/

Jenkins build is back to normal : bookkeeper-trunk » bookkeeper-server #772

2012-10-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/bookkeeper-trunk/org.apache.bookkeeper$bookkeeper-server/772/changes

Jenkins build is back to normal : bookkeeper-trunk #772

2012-10-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/bookkeeper-trunk/772/changes

[jira] [Commented] (BOOKKEEPER-424) Bookie start is failing intermittently when zkclient connection delays

2012-10-25 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484209#comment-13484209 ] Hudson commented on BOOKKEEPER-424: --- Integrated in bookkeeper-trunk #772 (See

[jira] [Updated] (BOOKKEEPER-425) Cleanup Bookie id generation

2012-10-25 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Kelly updated BOOKKEEPER-425: -- Attachment: 0001-BOOKKEEPER-425-Cleanup-up-address-generation.patch new patch rebased on

[jira] [Commented] (BOOKKEEPER-425) Cleanup Bookie id generation

2012-10-25 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484249#comment-13484249 ] Flavio Junqueira commented on BOOKKEEPER-425: - AuditorLedgerCheckTest

[jira] [Updated] (BOOKKEEPER-441) InMemorySubscriptionManager should back up top2sub2seq before change it

2012-10-25 Thread Yixue (Andrew) Zhu (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yixue (Andrew) Zhu updated BOOKKEEPER-441: -- Attachment: BackupTop2Sub2Seq.patch InMemorySubscriptionManager

[jira] [Commented] (BOOKKEEPER-441) InMemorySubscriptionManager should back up top2sub2seq before change it

2012-10-25 Thread Yixue (Andrew) Zhu (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484267#comment-13484267 ] Yixue (Andrew) Zhu commented on BOOKKEEPER-441: --- The consideration of

Re: Review Request: Backup topic-sub inside InMemorySubscriptionManager

2012-10-25 Thread Yixue (Andrew) Zhu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7731/ --- (Updated Oct. 25, 2012, 4:52 p.m.) Review request for bookkeeper, Ivan Kelly,

[jira] [Commented] (BOOKKEEPER-416) LedgerChecker returns underreplicated fragments for an closed ledger with no entries

2012-10-25 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484275#comment-13484275 ] Hudson commented on BOOKKEEPER-416: --- Integrated in bookkeeper-trunk #773 (See

Re: Review Request: Track remote region subscribed status in zookeeper node under topic

2012-10-25 Thread Yixue (Andrew) Zhu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7732/ --- (Updated Oct. 25, 2012, 5 p.m.) Review request for bookkeeper, Ivan Kelly and

[jira] [Updated] (BOOKKEEPER-362) Local subscriptions fail if remote region is down

2012-10-25 Thread Yixue (Andrew) Zhu (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yixue (Andrew) Zhu updated BOOKKEEPER-362: -- Attachment: rebase_remoteregion.patch Local subscriptions fail if

[jira] [Updated] (BOOKKEEPER-362) Local subscriptions fail if remote region is down

2012-10-25 Thread Yixue (Andrew) Zhu (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yixue (Andrew) Zhu updated BOOKKEEPER-362: -- Attachment: (was: rebase_remoteregion.patch) Local subscriptions

[jira] [Updated] (BOOKKEEPER-362) Local subscriptions fail if remote region is down

2012-10-25 Thread Yixue (Andrew) Zhu (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yixue (Andrew) Zhu updated BOOKKEEPER-362: -- Attachment: (was: rebase_remoteregion.patch) Local subscriptions

[jira] [Updated] (BOOKKEEPER-441) InMemorySubscriptionManager should back up top2sub2seq before change it

2012-10-25 Thread Yixue (Andrew) Zhu (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yixue (Andrew) Zhu updated BOOKKEEPER-441: -- Attachment: (was: BackupTop2Sub2Seq.patch)

[jira] [Updated] (BOOKKEEPER-441) InMemorySubscriptionManager should back up top2sub2seq before change it

2012-10-25 Thread Yixue (Andrew) Zhu (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yixue (Andrew) Zhu updated BOOKKEEPER-441: -- Attachment: (was: BackupTop2Sub2Seq.patch)

[jira] [Commented] (BOOKKEEPER-390) Provide support for ZooKeeper authentication

2012-10-25 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484327#comment-13484327 ] Rakesh R commented on BOOKKEEPER-390: - Thanks Flavio for taking a look and

[jira] [Updated] (BOOKKEEPER-428) Expose command options in bookie scripts to disable/enable auto recovery temporarily

2012-10-25 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh R updated BOOKKEEPER-428: Attachment: BOOKKEEPER-428-1.patch Expose command options in bookie scripts to

[jira] [Commented] (BOOKKEEPER-439) No more messages delivered after deleted consumed ledgers.

2012-10-25 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484593#comment-13484593 ] Sijie Guo commented on BOOKKEEPER-439: -- {quote} Why are you changing the return

[jira] [Commented] (BOOKKEEPER-362) Local subscriptions fail if remote region is down

2012-10-25 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484607#comment-13484607 ] Sijie Guo commented on BOOKKEEPER-362: -- Thanks Yixue for the new patch. Several

[jira] [Commented] (BOOKKEEPER-362) Local subscriptions fail if remote region is down

2012-10-25 Thread Yixue (Andrew) Zhu (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484641#comment-13484641 ] Yixue (Andrew) Zhu commented on BOOKKEEPER-362: --- Thanks Sijie for your

[jira] [Commented] (BOOKKEEPER-362) Local subscriptions fail if remote region is down

2012-10-25 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484665#comment-13484665 ] Sijie Guo commented on BOOKKEEPER-362: -- {quote} Re. 1), it is not just for test.

Re: Review Request: [BOOKKEEPER-204] Provide a MetaStore interface, and a mock implementation.

2012-10-25 Thread Sijie Guo
On Oct. 24, 2012, 1:23 p.m., Ivan Kelly wrote: bookkeeper-server/src/main/java/org/apache/bookkeeper/metastore/MetastoreScannableTable.java, line 25 https://reviews.apache.org/r/7314/diff/1/?file=160306#file160306line25 My question is why is it a separate interface though? Do you

Re: Review Request: [BOOKKEEPER-204] Provide a MetaStore interface, and a mock implementation.

2012-10-25 Thread Sijie Guo
On Oct. 22, 2012, 2:11 p.m., Ivan Kelly wrote: bookkeeper-server/src/main/java/org/apache/bookkeeper/metastore/Value.java, line 37 https://reviews.apache.org/r/7314/diff/1/?file=160309#file160309line37 value should only be a byte[]. adding fields like this does, overexpands

[jira] [Commented] (BOOKKEEPER-346) Detect IOExceptions in LedgerCache and bookie should look at next ledger dir(if any)

2012-10-25 Thread Vinay (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484686#comment-13484686 ] Vinay commented on BOOKKEEPER-346: -- Thanks Ivan, I will correct the logic, also