[GitHub] zookeeper issue #415: ZOOKEEPER-2939: Added last/min/max proposal size JMX b...

2018-02-01 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/415 @phunt @afine Do you think this PR is ready to committed before the Dropwizard one? ---

[jira] [Commented] (ZOOKEEPER-2939) Deal with maxbuffer as it relates to proposals

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16348355#comment-16348355 ] ASF GitHub Bot commented on ZOOKEEPER-2939: --- Github user anmolnar commented on the issue:

ZooKeeper-trunk-jdk8 - Build # 1360 - Still Failing

2018-02-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1360/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 59.11 KB...] [junit] Running

[GitHub] zookeeper issue #451: ZOOKEEPER-2184: Zookeeper Client should re-resolve hos...

2018-02-01 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/451 @phunt @afine Did you have a chance to take a look? I think we've addressed all issues that were mentioned in the original PR. ---

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16348358#comment-16348358 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user anmolnar commented on the issue:

Re: Re: [ANNOUNCE] New ZooKeeper committer: Abraham Fine

2018-02-01 Thread Raúl Gutiérrez Segalés
congrats Abe! -rgs On Wed, Jan 31, 2018 at 8:47 PM, Mohammad arshad wrote: > Congratulations and Welcome Abe! > > -Arshad > > -Original Message- > From: Michael Han [mailto:h...@apache.org] > Sent: Wednesday, January 31, 2018 12:09 PM > To:

[GitHub] zookeeper issue #296: ZOOKEEPER-2824: `FileChannel#size` info should be adde...

2018-02-01 Thread afine
Github user afine commented on the issue: https://github.com/apache/zookeeper/pull/296 Merged. Thanks @asdf2014! ---

[jira] [Commented] (ZOOKEEPER-2824) `FileChannel#size` info should be added to `FileTxnLog#commit` to solve the confuse that reason is too large log or too busy disk I/O

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349490#comment-16349490 ] ASF GitHub Bot commented on ZOOKEEPER-2824: --- Github user afine commented on the issue:

[jira] [Resolved] (ZOOKEEPER-2824) `FileChannel#size` info should be added to `FileTxnLog#commit` to solve the confuse that reason is too large log or too busy disk I/O

2018-02-01 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine resolved ZOOKEEPER-2824. - Resolution: Fixed Issue resolved by pull request 296

[GitHub] zookeeper pull request #296: ZOOKEEPER-2824: `FileChannel#size` info should ...

2018-02-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/296 ---

[jira] [Commented] (ZOOKEEPER-2824) `FileChannel#size` info should be added to `FileTxnLog#commit` to solve the confuse that reason is too large log or too busy disk I/O

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349488#comment-16349488 ] ASF GitHub Bot commented on ZOOKEEPER-2824: --- Github user asfgit closed the pull request at:

[GitHub] zookeeper issue #451: ZOOKEEPER-2184: Zookeeper Client should re-resolve hos...

2018-02-01 Thread jeffwidman
Github user jeffwidman commented on the issue: https://github.com/apache/zookeeper/pull/451 Should this PR be targeting `branch-3.4` or target `trunk` and then backport to the 3.4 series? ---

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349381#comment-16349381 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user jeffwidman commented on the issue:

[GitHub] zookeeper issue #450: ZOOKEEPER-2967: Add check to validate dataDir and data...

2018-02-01 Thread mfenes
Github user mfenes commented on the issue: https://github.com/apache/zookeeper/pull/450 @afine I've made the following changes: Replaced "log" and "snapshot" strings with constants FileTxnLog.LOG_FILE_PREFIX and FileSnap.SNAPSHOT_FILE_PREFIX. Used Util.makeLogName when

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349595#comment-16349595 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user afine commented on a diff in the

[GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2018-02-01 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r165529085 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -91,15 +79,106 @@ public StaticHostProvider(Collection serverAddresses)

[GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2018-02-01 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r165524377 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -25,6 +25,8 @@ import java.util.Collection; import

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349592#comment-16349592 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user afine commented on a diff in the

[GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2018-02-01 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r165525652 --- Diff: src/java/test/org/apache/zookeeper/test/ReadOnlyModeTest.java --- @@ -239,13 +243,13 @@ public void testSessionEstablishment() throws Exception {

[GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2018-02-01 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r165527366 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -57,29 +62,12 @@ */ public

[jira] [Created] (ZOOKEEPER-2974) Link invalid, please update http://zookeeper.apache.org/doc/trunk/zookeeperStarted.html

2018-02-01 Thread Ethan Wang (JIRA)
Ethan Wang created ZOOKEEPER-2974: - Summary: Link invalid, please update http://zookeeper.apache.org/doc/trunk/zookeeperStarted.html Key: ZOOKEEPER-2974 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2974

[jira] [Commented] (ZOOKEEPER-2824) `FileChannel#size` info should be added to `FileTxnLog#commit` to solve the confuse that reason is too large log or too busy disk I/O

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349612#comment-16349612 ] ASF GitHub Bot commented on ZOOKEEPER-2824: --- Github user asdf2014 commented on the issue:

[GitHub] zookeeper issue #296: ZOOKEEPER-2824: `FileChannel#size` info should be adde...

2018-02-01 Thread asdf2014
Github user asdf2014 commented on the issue: https://github.com/apache/zookeeper/pull/296 @afine You are welcome :-) ---

[GitHub] zookeeper issue #415: ZOOKEEPER-2939: Added last/min/max proposal size JMX b...

2018-02-01 Thread afine
Github user afine commented on the issue: https://github.com/apache/zookeeper/pull/415 @phunt I think this is ready to merge. Just waiting on your +1. ---

[jira] [Commented] (ZOOKEEPER-2939) Deal with maxbuffer as it relates to proposals

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349509#comment-16349509 ] ASF GitHub Bot commented on ZOOKEEPER-2939: --- Github user afine commented on the issue:

[GitHub] zookeeper pull request #450: ZOOKEEPER-2967: Add check to validate dataDir a...

2018-02-01 Thread mfenes
Github user mfenes commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/450#discussion_r165525848 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnSnapLog.java --- @@ -136,13 +136,51 @@ public FileTxnSnapLog(File dataDir, File

[jira] [Commented] (ZOOKEEPER-2967) Add check to validate dataDir and dataLogDir parameters at startup

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349544#comment-16349544 ] ASF GitHub Bot commented on ZOOKEEPER-2967: --- Github user mfenes commented on a diff in the

[jira] [Commented] (ZOOKEEPER-2967) Add check to validate dataDir and dataLogDir parameters at startup

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349541#comment-16349541 ] ASF GitHub Bot commented on ZOOKEEPER-2967: --- Github user mfenes commented on the issue:

[jira] [Commented] (ZOOKEEPER-2824) `FileChannel#size` info should be added to `FileTxnLog#commit` to solve the confuse that reason is too large log or too busy disk I/O

2018-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349584#comment-16349584 ] Hudson commented on ZOOKEEPER-2824: --- SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #3714 (See

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349593#comment-16349593 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user afine commented on a diff in the

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349596#comment-16349596 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user afine commented on a diff in the

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349594#comment-16349594 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user afine commented on a diff in the

Failed: ZOOKEEPER- PreCommit Build #1442

2018-02-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1442/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 75.72 MB...] [exec] +1

[GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2018-02-01 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r165525113 --- Diff: src/java/test/org/apache/zookeeper/client/StaticHostProviderTest.java --- @@ -16,7 +16,7 @@ * limitations under the License. */

ZooKeeper-trunk-jdk8 - Build # 1361 - Still Failing

2018-02-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1361/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 59.82 KB...] [junit] Running

ZooKeeper-trunk-openjdk7 - Build # 1789 - Failure

2018-02-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1789/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 65.00 KB...] [junit] Tests run: 6, Failures:

[jira] [Commented] (ZOOKEEPER-1467) Server principal on client side is derived using hostname.

2018-02-01 Thread caixiaofeng (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349882#comment-16349882 ] caixiaofeng commented on ZOOKEEPER-1467: Mark > Server principal on client side is derived

ZooKeeper_branch35_openjdk7 - Build # 832 - Still Failing

2018-02-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/832/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 59.81 KB...] [junit] Tests run: 1,

[jira] [Commented] (ZOOKEEPER-2973) "Unreasonable length" exception

2018-02-01 Thread caixiaofeng (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349900#comment-16349900 ] caixiaofeng commented on ZOOKEEPER-2973:  I met OutOfMemory error cause zookeeper shutdown.

ZooKeeper_branch35_jdk7 - Build # 1275 - Failure

2018-02-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1275/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 3.51 KB...] at

ZooKeeper_branch35_openjdk7 - Build # 831 - Still Failing

2018-02-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/831/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 59.54 KB...] [junit] Tests run: 1,