[jira] [Commented] (ZOOKEEPER-2827) Code refactoring for `JUTE` module

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067759#comment-16067759 ] Hadoop QA commented on ZOOKEEPER-2827: -- +1 overall. GitHub Pull Request Build +1

Success: ZOOKEEPER- PreCommit Build #840

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/840/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.62 MB...] [exec]

[jira] [Updated] (ZOOKEEPER-2821) 1. Fix spell issues; 2. Remove unnecessary boxing / unboxing; 3. Simplify `return` clause; 4. Remove `final` qualifier from `private` method

2017-06-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2821: --- Priority: Minor (was: Major) > 1. Fix spell issues; 2. Remove unnecessary boxing /

[jira] [Updated] (ZOOKEEPER-2822) Wrong `ObjectName` about `MBeanServer` in JMX module

2017-06-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2822: --- Priority: Minor (was: Major) > Wrong `ObjectName` about `MBeanServer` in JMX module >

[jira] [Updated] (ZOOKEEPER-2821) 1. Fix spell issues; 2. Remove unnecessary boxing / unboxing; 3. Simplify `return` clause; 4. Remove `final` qualifier from `private` method

2017-06-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2821: --- Labels: refactoring (was: ) > 1. Fix spell issues; 2. Remove unnecessary boxing /

[jira] [Updated] (ZOOKEEPER-2823) 1. Fix spell issues; 2. Standardize `StringBuilder#append` usage; 3. Using `try` clause for releasing I/O stream for `COMMON` module

2017-06-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2823: --- Labels: refactoring (was: ) > 1. Fix spell issues; 2. Standardize `StringBuilder#append`

[jira] [Updated] (ZOOKEEPER-2823) 1. Fix spell issues; 2. Standardize `StringBuilder#append` usage; 3. Using `try` clause for releasing I/O stream for `COMMON` module

2017-06-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2823: --- Priority: Minor (was: Major) > 1. Fix spell issues; 2. Standardize

[jira] [Updated] (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

2017-06-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2824: --- Labels: logging (was: ) > `FileChannel#size` info should be added to `FileTxnLog#commit`

[jira] [Updated] (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

2017-06-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2824: --- Priority: Minor (was: Major) > `FileChannel#size` info should be added to

[jira] [Updated] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLIENT module

2017-06-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2825: --- Priority: Minor (was: Major) > 1. Remove unnecessary import; 2. `contains` instead of

[jira] [Updated] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLIENT module

2017-06-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2825: --- Labels: refactoring (was: ) > 1. Remove unnecessary import; 2. `contains` instead of

[jira] [Commented] (ZOOKEEPER-2819) Changing membership configuration via rolling restart does not work on 3.5.x.

2017-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067737#comment-16067737 ] ASF GitHub Bot commented on ZOOKEEPER-2819: --- Github user hanm commented on the issue:

[GitHub] zookeeper issue #292: ZOOKEEPER-2819:Changing membership configuration via r...

2017-06-28 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/292 Added test cases to cover rolling restart. The pre-commit Jenkins failure is a known flaky test. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Commented] (ZOOKEEPER-2819) Changing membership configuration via rolling restart does not work on 3.5.x.

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067735#comment-16067735 ] Hadoop QA commented on ZOOKEEPER-2819: -- -1 overall. GitHub Pull Request Build +1

Failed: ZOOKEEPER- PreCommit Build #839

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/839/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.35 MB...] [exec]

[jira] [Commented] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLIENT module

2017-06-28 Thread Alexander Shraer (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067724#comment-16067724 ] Alexander Shraer commented on ZOOKEEPER-2825: - Priority 'Major' seems too much for this...

[jira] [Commented] (ZOOKEEPER-2827) Code refactoring for `JUTE` module

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067719#comment-16067719 ] Hadoop QA commented on ZOOKEEPER-2827: -- -1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2819) Changing membership configuration via rolling restart does not work on 3.5.x.

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067720#comment-16067720 ] Hadoop QA commented on ZOOKEEPER-2819: -- -1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLIENT module

2017-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067718#comment-16067718 ] ASF GitHub Bot commented on ZOOKEEPER-2825: --- Github user shralex commented on a diff in the

Failed: ZOOKEEPER- PreCommit Build #838

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/838/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 32.12 KB...] [exec] +1

[GitHub] zookeeper pull request #297: ZOOKEEPER-2825: 1. Remove unnecessary import; 2...

2017-06-28 Thread shralex
Github user shralex commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/297#discussion_r124709964 --- Diff: src/java/main/org/apache/zookeeper/client/ZooKeeperSaslClient.java --- @@ -590,14 +590,13 @@ public boolean

[jira] [Commented] (ZOOKEEPER-2827) Code refactoring for `JUTE` module

2017-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067700#comment-16067700 ] ASF GitHub Bot commented on ZOOKEEPER-2827: --- GitHub user asdf2014 opened a pull request:

[GitHub] zookeeper pull request #299: ZOOKEEPER-2827: Code refactoring for `JUTE` mod...

2017-06-28 Thread asdf2014
GitHub user asdf2014 opened a pull request: https://github.com/apache/zookeeper/pull/299 ZOOKEEPER-2827: Code refactoring for `JUTE` module * Fix spell issues * Simplify `return` clause * Using enhanced `for` loop * Using `try` clause to release the resource of stream

[jira] [Created] (ZOOKEEPER-2827) Code refactoring for `JUTE` module

2017-06-28 Thread Benedict Jin (JIRA)
Benedict Jin created ZOOKEEPER-2827: --- Summary: Code refactoring for `JUTE` module Key: ZOOKEEPER-2827 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2827 Project: ZooKeeper Issue

Re: New PMC Member: Michael Han

2017-06-28 Thread Michael Han
Thanks everyone! On Wed, Jun 28, 2017 at 10:53 AM, Mohammad Arshad < arshad.mohamma...@gmail.com> wrote: > Congratulations Michael !! > > Thanks for your Great contributions. > > > -Arshad > > On Wed, Jun 28, 2017 at 5:35 PM, Kasisnu Singh wrote: > > > Congrats! > > > > On

Success: ZOOKEEPER- PreCommit Build #836

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/836/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 69.78 MB...] [exec]

[jira] [Commented] (ZOOKEEPER-2826) Code refactoring for `CLI` module

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067613#comment-16067613 ] Hadoop QA commented on ZOOKEEPER-2826: -- +1 overall. GitHub Pull Request Build +1

[jira] [Updated] (ZOOKEEPER-2826) Code refactoring for `CLI` module

2017-06-28 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2826: Description: * Fix spell issues * Remove unnecessary `import` * Make initialization

[GitHub] zookeeper pull request #298: ZOOKEEPER-2826: Code refactoring for `CLI` modu...

2017-06-28 Thread asdf2014
GitHub user asdf2014 opened a pull request: https://github.com/apache/zookeeper/pull/298 ZOOKEEPER-2826: Code refactoring for `CLI` module * Fix spell issues * Remove unnecessary `import` * Make initialization block that related with `options.addOption` into static *

[jira] [Commented] (ZOOKEEPER-2826) Code refactoring for `CLI` module

2017-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067601#comment-16067601 ] ASF GitHub Bot commented on ZOOKEEPER-2826: --- GitHub user asdf2014 opened a pull request:

[jira] [Created] (ZOOKEEPER-2826) Code refactoring for `CLI` module

2017-06-28 Thread Benedict Jin (JIRA)
Benedict Jin created ZOOKEEPER-2826: --- Summary: Code refactoring for `CLI` module Key: ZOOKEEPER-2826 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2826 Project: ZooKeeper Issue

[jira] [Commented] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLIENT module

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067591#comment-16067591 ] Hadoop QA commented on ZOOKEEPER-2825: -- +1 overall. GitHub Pull Request Build +1

Success: ZOOKEEPER- PreCommit Build #835

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/835/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.99 MB...] [exec]

Success: ZOOKEEPER- PreCommit Build #833

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/833/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.01 MB...] [exec]

[jira] [Commented] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLIENT module

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067574#comment-16067574 ] Hadoop QA commented on ZOOKEEPER-2825: -- +1 overall. GitHub Pull Request Build +1

[jira] [Updated] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLIENT module

2017-06-28 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2825: Summary: 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more

[jira] [Updated] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLIENT module

2017-06-28 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2825: Description: * Remove unncessnary import; * `contains` instead of `indexOf > -1` for

[jira] [Commented] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLI module

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067567#comment-16067567 ] Hadoop QA commented on ZOOKEEPER-2825: -- -1 overall. GitHub Pull Request Build +1

Failed: ZOOKEEPER- PreCommit Build #834

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/834/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.32 MB...] [exec]

[jira] [Updated] (ZOOKEEPER-2825) 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLI module

2017-06-28 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2825: Summary: 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more

[jira] [Commented] (ZOOKEEPER-2825) 1. Remove unncessnary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLI module

2017-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16067558#comment-16067558 ] ASF GitHub Bot commented on ZOOKEEPER-2825: --- GitHub user asdf2014 opened a pull request:

[GitHub] zookeeper pull request #297: ZOOKEEPER-2825: 1. Remove unnecessary import; 2...

2017-06-28 Thread asdf2014
GitHub user asdf2014 opened a pull request: https://github.com/apache/zookeeper/pull/297 ZOOKEEPER-2825: 1. Remove unnecessary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLI module * Remove unnecessary import;

[jira] [Created] (ZOOKEEPER-2825) 1. Remove unncessnary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLI module

2017-06-28 Thread Benedict Jin (JIRA)
Benedict Jin created ZOOKEEPER-2825: --- Summary: 1. Remove unncessnary import; 2. `contains` instead of `indexOf > -1` for more readable; 3. Standardize `StringBuilder#append` usage for CLI module Key: ZOOKEEPER-2825

ZooKeeper_branch34 - Build # 1999 - Failure

2017-06-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/1999/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 32.60 MB...] [junit] 2017-06-29 00:21:29,390

ZooKeeper-trunk - Build # 3447 - Still Failing

2017-06-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3447/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 62.38 MB...] [junit] at

ZooKeeper_branch34_jdk8 - Build # 1047 - Failure

2017-06-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1047/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31.69 MB...] [junit] 2017-06-28 23:06:49,891

Re: New PMC Member: Michael Han

2017-06-28 Thread Mohammad Arshad
Congratulations Michael !! Thanks for your Great contributions. -Arshad On Wed, Jun 28, 2017 at 5:35 PM, Kasisnu Singh wrote: > Congrats! > > On Wed, Jun 28, 2017 at 2:44 PM, Michelle Tan > wrote: > > > Congrats Micheal :) > > > > On Wed, Jun 28,

ZooKeeper_branch34_openjdk7 - Build # 1556 - Failure

2017-06-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1556/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer [EnvInject] - Loading node environment

Re: Support arbitrary size znode

2017-06-28 Thread Bobby Evans
The size of the znode is mostly limited by the amount of memory you have and the jute.maxbuffer system property.  I personally have seen znodes > 200MB in size, but I really would not recommend doing anything that big and when I see something that large it means we need to change what we are

Re: New PMC Member: Michael Han

2017-06-28 Thread Kasisnu Singh
Congrats! On Wed, Jun 28, 2017 at 2:44 PM, Michelle Tan wrote: > Congrats Micheal :) > > On Wed, Jun 28, 2017 at 4:31 AM, Alexander Shraer > wrote: > > > congrats Michael!! > > > > On Tue, Jun 27, 2017 at 6:04 PM, Gaurav Sharma > >

Success: ZOOKEEPER- PreCommit Build #832

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/832/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.12 MB...] [exec]

[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

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066373#comment-16066373 ] Hadoop QA commented on ZOOKEEPER-2824: -- +1 overall. GitHub Pull Request Build +1

[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

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066353#comment-16066353 ] Hadoop QA commented on ZOOKEEPER-2824: -- -1 overall. GitHub Pull Request Build +1

Failed: ZOOKEEPER- PreCommit Build #831

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/831/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.64 MB...] [exec]

[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

2017-06-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066307#comment-16066307 ] Hadoop QA commented on ZOOKEEPER-2824: -- -1 overall. GitHub Pull Request Build +1

Failed: ZOOKEEPER- PreCommit Build #830

2017-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/830/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.34 MB...] [exec]

[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

2017-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066284#comment-16066284 ] ASF GitHub Bot commented on ZOOKEEPER-2824: --- GitHub user asdf2014 opened a pull request:

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

2017-06-28 Thread asdf2014
GitHub user asdf2014 opened a pull request: https://github.com/apache/zookeeper/pull/296 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 `FileChannel#size` info should be added to

Failed: ZOOKEEPER-2509 PreCommit Build #3633

2017-06-28 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2509 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3633/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-2509) Secure mode leaks memory

2017-06-28 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066264#comment-16066264 ] Ashish Singhi commented on ZOOKEEPER-2509: -- This is duplicate of ZOOKEEPER-2358. > Secure

[jira] [Created] (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

2017-06-28 Thread Benedict Jin (JIRA)
Benedict Jin created ZOOKEEPER-2824: --- Summary: `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 Key: ZOOKEEPER-2824 URL:

[jira] [Updated] (ZOOKEEPER-2823) 1. Fix spell issues; 2. Standardize `StringBuilder#append` usage; 3. Using `try` clause for releasing I/O stream for `COMMON` module

2017-06-28 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2823: Fix Version/s: (was: 4.0.0) 3.6.0 3.5.4 > 1.

[jira] [Updated] (ZOOKEEPER-2822) Wrong `ObjectName` about `MBeanServer` in JMX module

2017-06-28 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2822: Fix Version/s: (was: 4.0.0) 3.6.0 3.5.4 >

[jira] [Updated] (ZOOKEEPER-2817) Using `Collections.singletonList` instead of `Arrays.asList(oneElement)`

2017-06-28 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2817: Fix Version/s: 3.6.0 3.5.4 > Using `Collections.singletonList`

[jira] [Updated] (ZOOKEEPER-2821) 1. Fix spell issues; 2. Remove unnecessary boxing / unboxing; 3. Simplify `return` clause; 4. Remove `final` qualifier from `private` method

2017-06-28 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2821: Fix Version/s: (was: 4.0.0) 3.6.0 3.5.4 > 1.

[jira] [Updated] (ZOOKEEPER-2817) Using `Collections.singletonList` instead of `Arrays.asList(oneElement)`

2017-06-28 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2817: Fix Version/s: (was: 4.0.0) > Using `Collections.singletonList` instead of

Re: New PMC Member: Michael Han

2017-06-28 Thread Michelle Tan
Congrats Micheal :) On Wed, Jun 28, 2017 at 4:31 AM, Alexander Shraer wrote: > congrats Michael!! > > On Tue, Jun 27, 2017 at 6:04 PM, Gaurav Sharma > wrote: > > > Congrats Michael! > > > > On Tue, Jun 27, 2017 at 09:48 Flavio Junqueira

[jira] [Commented] (ZOOKEEPER-2530) When zookeeper started in SSL mode, set a "get" watcher on a znode from zkCli client, restart the zkCli, the "Data" watcher still present. Trying removing that watc

2017-06-28 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066028#comment-16066028 ] Ashish Singhi commented on ZOOKEEPER-2530: -- This is duplicate of ZOOKEEPER-2358. The patch in

[jira] [Commented] (ZOOKEEPER-2527) Connection watch is not getting cleared when watch is created as part of get and it is fired as part of set and client is closed

2017-06-28 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066026#comment-16066026 ] Ashish Singhi commented on ZOOKEEPER-2527: -- This is duplicate of ZOOKEEPER-2358. The patch in

Support arbitrary size znode

2017-06-28 Thread ??????
Can ZooKeeepr support arbitrary size znode? Will it be difficult?