See https://builds.apache.org/job/ZooKeeper-trunk/3473/
###
## LAST 60 LINES OF THE CONSOLE
###
[...truncated 65.56 MB...]
[junit] 2017-07-22 06:26:52,918 [myid:] -
[
https://issues.apache.org/jira/browse/ZOOKEEPER-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16097106#comment-16097106
]
Rakesh R commented on ZOOKEEPER-2792:
-
bq. provide an upgrade path from 3.4 to 3.5
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1583/
###
## LAST 60 LINES OF THE CONSOLE
###
Started by timer
[EnvInject] - Loading node environment varia
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1136/
###
## LAST 60 LINES OF THE CONSOLE
###
[...truncated 64.42 MB...]
[junit] at
sun.nio.ch.SocketChan
[
https://issues.apache.org/jira/browse/ZOOKEEPER-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fangmin Lv updated ZOOKEEPER-2846:
--
Description:
On disk txn sync could cause data inconsistency if the current leader just had
[
https://issues.apache.org/jira/browse/ZOOKEEPER-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096531#comment-16096531
]
ASF GitHub Bot commented on ZOOKEEPER-2792:
---
Github user hanm commented on t
Github user hanm commented on the issue:
https://github.com/apache/zookeeper/pull/272
@rakeshadr Didn't realize your comment was put on git - anyway I commented
on JIRA, please have a look.
---
If your project is set up for it, you can reply to this email and have your
reply appear o
[
https://issues.apache.org/jira/browse/ZOOKEEPER-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096474#comment-16096474
]
Michael Han commented on ZOOKEEPER-2792:
Thanks [~rakeshr] for reviewing!
bq
Michael Han created ZOOKEEPER-2850:
--
Summary: [QP MutualAuth]: Port ZOOKEEPER-2650 and ZOOKEEPER-2759
from branch-3.4 to branch-3.5.
Key: ZOOKEEPER-2850
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2850
Github user hanm commented on the issue:
https://github.com/apache/zookeeper/pull/312
@CheneySun Good summary! I've posted those on the JIRA description. Please
also update the description of this pull request with the same (I can't modify
your pull request:).
---
If your project i
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Han updated ZOOKEEPER-1669:
---
Description:
If there are thousands of clients, and most of them disconnect with server sa
[
https://issues.apache.org/jira/browse/ZOOKEEPER-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096417#comment-16096417
]
Rakesh R commented on ZOOKEEPER-2792:
-
Thanks [~hanm] for the efforts. I ran unit
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096415#comment-16096415
]
ASF GitHub Bot commented on ZOOKEEPER-1669:
---
Github user hanm commented on t
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Han updated ZOOKEEPER-1669:
---
Description:
If there are thousands of clients, and most of them disconnect with server sa
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Han updated ZOOKEEPER-1669:
---
Description:
If there are thousands of clients, and most of them disconnect with server sa
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096271#comment-16096271
]
ASF GitHub Bot commented on ZOOKEEPER-1669:
---
Github user eribeiro commented
Github user eribeiro commented on the issue:
https://github.com/apache/zookeeper/pull/312
@cheneysun mate, the description you wrote to @mhan should be **both** on
the JIRA description and this PR comment, not on review comments. It helps
setup context, motivation, etc. Keep this in m
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096243#comment-16096243
]
ASF GitHub Bot commented on ZOOKEEPER-1669:
---
Github user eribeiro commented
Github user eribeiro commented on the issue:
https://github.com/apache/zookeeper/pull/312
You can setup Netty by setting system property:
`zookeeper.serverCnxnFactory="org.apache.zookeeper.server.NettyServerCnxnFactory"`
Take a look at some test cases.
---
If your p
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096094#comment-16096094
]
ASF GitHub Bot commented on ZOOKEEPER-1669:
---
Github user CheneySun commented
Github user CheneySun commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/312#discussion_r128729244
--- Diff:
src/java/main/org/apache/zookeeper/server/NIOServerCnxnFactory.java ---
@@ -275,20 +307,9 @@ public synchronized void closeSession(long sessio
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095982#comment-16095982
]
ASF GitHub Bot commented on ZOOKEEPER-1669:
---
Github user CheneySun commented
Github user CheneySun commented on the issue:
https://github.com/apache/zookeeper/pull/312
@eribeiro Thanks for your reivew, I will replicate the changes to
NettyServerCnxn.
BTW, how to make use of NettyServerCnxn as the underlying transport? The
NIOServerCnxn is default tra
[
https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095977#comment-16095977
]
ASF GitHub Bot commented on ZOOKEEPER-1669:
---
Github user CheneySun commented
Github user CheneySun commented on the issue:
https://github.com/apache/zookeeper/pull/312
@hanm The issue is raised while tens thousands of clients try to reconnect
ZooKeeper service. Actually, we came across the issue during maintaining our
HBase cluster, which used a 5-server ZooK
25 matches
Mail list logo