[jira] [Commented] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

2017-05-31 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16032397#comment-16032397 ] Michael Han commented on ZOOKEEPER-2797: [~phunt] / [~rakeshr]: please add [~patrickwhite] to

[jira] [Commented] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

2017-05-31 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16032396#comment-16032396 ] Michael Han commented on ZOOKEEPER-2797: Committed to master:

[jira] [Resolved] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

2017-05-31 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2797. Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16030361#comment-16030361 ] Michael Han commented on ZOOKEEPER-2779: As I said earlier, I am ok with merging this after

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16030306#comment-16030306 ] Michael Han commented on ZOOKEEPER-2788: Good attempt on cleaning up code base. > The define

[jira] [Assigned] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-2788: -- Assignee: Abraham Fine > The define of MAX_CONNECTION_ATTEMPTS in

[jira] [Resolved] (ZOOKEEPER-2796) Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2796. Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16029760#comment-16029760 ] Michael Han commented on ZOOKEEPER-2779: There is no ACL check for superuser. Also please

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16029743#comment-16029743 ] Michael Han commented on ZOOKEEPER-2779: The current approach only allows admin (superuser) to

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16029708#comment-16029708 ] Michael Han commented on ZOOKEEPER-2779: The current approach does not require a client to set

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16029695#comment-16029695 ] Michael Han commented on ZOOKEEPER-2779: >From a security perspective, offline configuration

[jira] [Created] (ZOOKEEPER-2796) Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757

2017-05-30 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2796: -- Summary: Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757 Key: ZOOKEEPER-2796 URL:

[jira] [Resolved] (ZOOKEEPER-2767) Correct the exception messages in X509Util if truststore location or password is not configured

2017-05-26 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2767. Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

[jira] [Resolved] (ZOOKEEPER-2757) Incorrect path crashes zkCli

2017-05-26 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2757. Resolution: Fixed Fix Version/s: 3.6.0 Issue resolved by pull request 240

[jira] [Commented] (ZOOKEEPER-2691) recreateSocketAddresses may recreate the unreachable IP address

2017-05-26 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16026961#comment-16026961 ] Michael Han commented on ZOOKEEPER-2691: [~phunt], [~rakeshr], please add JiangJiafu to

[jira] [Resolved] (ZOOKEEPER-2691) recreateSocketAddresses may recreate the unreachable IP address

2017-05-26 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2691. Resolution: Fixed Fix Version/s: 3.4.11 Issue resolved by pull request 173

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-26 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16026938#comment-16026938 ] Michael Han commented on ZOOKEEPER-2779: I think adding the option to skip the default ACL is

[jira] [Commented] (ZOOKEEPER-2730) Cleanup findbug warnings in branch-3.4: Internationalization Warnings

2017-05-18 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16016635#comment-16016635 ] Michael Han commented on ZOOKEEPER-2730: [~gosubpl] go for it. > Cleanup findbug warnings in

[jira] [Resolved] (ZOOKEEPER-2774) Ephemeral znode will not be removed when sesstion timeout, if the system time of ZooKeeper node changes unexpectedly.

2017-05-18 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2774. Resolution: Fixed Fix Version/s: 3.4.11 Issue resolved by pull request 253

[jira] [Commented] (ZOOKEEPER-2785) Server inappropriately throttles connections under load before SASL completes

2017-05-18 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16016477#comment-16016477 ] Michael Han commented on ZOOKEEPER-2785: Merged to master, 3.5, and 3.4.

[jira] [Resolved] (ZOOKEEPER-2785) Server inappropriately throttles connections under load before SASL completes

2017-05-18 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2785. Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

[jira] [Updated] (ZOOKEEPER-2785) Server inappropriately throttles connections under load before SASL completes

2017-05-17 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2785: --- Component/s: server > Server inappropriately throttles connections under load before SASL

[jira] [Updated] (ZOOKEEPER-2785) Server inappropriately throttles connections under load before SASL completes

2017-05-17 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2785: --- Labels: sasl (was: ) > Server inappropriately throttles connections under load before

[jira] [Commented] (ZOOKEEPER-2785) Server inappropriately throttles connections under load before SASL completes

2017-05-17 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014935#comment-16014935 ] Michael Han commented on ZOOKEEPER-2785: [~phunt] or [~rakeshr] or [~fpj] or who else has

[jira] [Commented] (ZOOKEEPER-2785) Server inappropriately throttles connections under load before SASL completes

2017-05-17 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16014931#comment-16014931 ] Michael Han commented on ZOOKEEPER-2785: Good catch. Patch looks good to me. Looks like the

[jira] [Commented] (ZOOKEEPER-2756) Add CMake build system for better cross-platform support

2017-05-16 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013019#comment-16013019 ] Michael Han commented on ZOOKEEPER-2756: that is why I was asking: we either delete the old

[jira] [Assigned] (ZOOKEEPER-2720) org.apache.zookeeper.test.WatchEventWhenAutoResetTest fails intermittently

2017-05-16 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-2720: -- Assignee: Michael Han > org.apache.zookeeper.test.WatchEventWhenAutoResetTest

[jira] [Commented] (ZOOKEEPER-2720) org.apache.zookeeper.test.WatchEventWhenAutoResetTest fails intermittently

2017-05-16 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16012737#comment-16012737 ] Michael Han commented on ZOOKEEPER-2720: I had a looked at this last week - nothing

[jira] [Commented] (ZOOKEEPER-2774) Ephemeral znode will not be removed when sesstion timeout, if the system time of ZooKeeper node changes unexpectedly.

2017-05-11 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16007140#comment-16007140 ] Michael Han commented on ZOOKEEPER-2774: This issue can be fixed by porting ZOOKEEPER-1366 to

[jira] [Commented] (ZOOKEEPER-2768) Some ideas about four word command

2017-05-11 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16007130#comment-16007130 ] Michael Han commented on ZOOKEEPER-2768: [~wangzhen] I would recommend 4lw improvements go to

[jira] [Updated] (ZOOKEEPER-2768) Some ideas about four word command

2017-05-11 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2768: --- Priority: Minor (was: Critical) > Some ideas about four word command >

[jira] [Commented] (ZOOKEEPER-1932) Remove deprecated LeaderElection class

2017-05-11 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16006652#comment-16006652 ] Michael Han commented on ZOOKEEPER-1932: Thanks [~arshad.mohammad] for code review and commit!

[jira] [Updated] (ZOOKEEPER-1932) org.apache.zookeeper.test.LETest.testLE fails once in a while

2017-05-05 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-1932: --- Description: org.apache.zookeeper.test.LETest.testLE is failing on trunk once in a while.

[jira] [Updated] (ZOOKEEPER-2778) Potential server deadlock between follower sync with leader and follower receiving external connection requests.

2017-05-05 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2778: --- Description: It's possible to have a deadlock during recovery phase. Found this issue by

[jira] [Created] (ZOOKEEPER-2778) Potential server deadlock between follower sync with leader and follower receiving external connection requests.

2017-05-05 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2778: -- Summary: Potential server deadlock between follower sync with leader and follower receiving external connection requests. Key: ZOOKEEPER-2778 URL:

[jira] [Commented] (ZOOKEEPER-2697) Handle graceful stop of ZookKeeper client

2017-05-01 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990949#comment-15990949 ] Michael Han commented on ZOOKEEPER-2697: lgtm, committed to master

[jira] [Resolved] (ZOOKEEPER-2697) Handle graceful stop of ZookKeeper client

2017-05-01 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2697. Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

[jira] [Commented] (ZOOKEEPER-2639) Port Quorum Peer mutual authentication feature to branch-3.5 and trunk

2017-05-01 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990939#comment-15990939 ] Michael Han commented on ZOOKEEPER-2639: There was an initial stab on the port here

[jira] [Commented] (ZOOKEEPER-2662) Export a metric for txn log sync times

2017-04-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989096#comment-15989096 ] Michael Han commented on ZOOKEEPER-2662: bq. ZOOKEEPER-261 that both of us reviewed, but it

[jira] [Resolved] (ZOOKEEPER-2662) Export a metric for txn log sync times

2017-04-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2662. Resolution: Fixed Fix Version/s: 3.5.4 > Export a metric for txn log sync times

[jira] [Commented] (ZOOKEEPER-2662) Export a metric for txn log sync times

2017-04-27 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15988225#comment-15988225 ] Michael Han commented on ZOOKEEPER-2662: [~eribeiro] Do you mind creating another PR for

[jira] [Resolved] (ZOOKEEPER-2316) comment does not match code logic

2017-04-27 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2316. Resolution: Fixed Fix Version/s: (was: 3.5.1) 3.5.4

[jira] [Resolved] (ZOOKEEPER-2759) Flaky test: org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithHigherSid

2017-04-27 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2759. Resolution: Fixed Fix Version/s: 3.4.11 Issue resolved by pull request 229

[jira] [Commented] (ZOOKEEPER-2766) Quorum fails with java.io.EOFException

2017-04-25 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983838#comment-15983838 ] Michael Han commented on ZOOKEEPER-2766: What is the latency of the network? Try compare the

[jira] [Commented] (ZOOKEEPER-2316) comment does not match code logic

2017-04-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982064#comment-15982064 ] Michael Han commented on ZOOKEEPER-2316: Do another commit is fine. We'll squash commits

[jira] [Commented] (ZOOKEEPER-2758) Typo: transasction --> transaction

2017-04-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981528#comment-15981528 ] Michael Han commented on ZOOKEEPER-2758: committed to master, branch-3.5, and branch-3.4.

[jira] [Resolved] (ZOOKEEPER-2758) Typo: transasction --> transaction

2017-04-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2758. Resolution: Fixed > Typo: transasction --> transaction >

[jira] [Reopened] (ZOOKEEPER-2758) Typo: transasction --> transaction

2017-04-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reopened ZOOKEEPER-2758: > Typo: transasction --> transaction > -- > >

[jira] [Resolved] (ZOOKEEPER-2758) Typo: transasction --> transaction

2017-04-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2758. Resolution: Fixed Fix Version/s: 3.5.4 3.6.0

[jira] [Updated] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-04-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2722: --- Fix Version/s: 3.4.11 > Flaky Test: >

[jira] [Commented] (ZOOKEEPER-2362) ZooKeeper multi / transaction allows partial read

2017-04-20 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15977446#comment-15977446 ] Michael Han commented on ZOOKEEPER-2362: Assigned to you [~atris], have fun with this. >

[jira] [Updated] (ZOOKEEPER-2362) ZooKeeper multi / transaction allows partial read

2017-04-20 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2362: --- Fix Version/s: (was: 3.5.4) (was: 3.4.11)

[jira] [Assigned] (ZOOKEEPER-2362) ZooKeeper multi / transaction allows partial read

2017-04-20 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-2362: -- Assignee: Atri Sharma > ZooKeeper multi / transaction allows partial read >

[jira] [Updated] (ZOOKEEPER-236) SSL Support for Atomic Broadcast protocol

2017-04-20 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-236: -- Labels: ssl (was: ) > SSL Support for Atomic Broadcast protocol >

[jira] [Updated] (ZOOKEEPER-236) SSL Support for Atomic Broadcast protocol

2017-04-20 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-236: -- Priority: Major (was: Minor) > SSL Support for Atomic Broadcast protocol >

[jira] [Updated] (ZOOKEEPER-236) SSL Support for Atomic Broadcast protocol

2017-04-20 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-236: -- Component/s: security > SSL Support for Atomic Broadcast protocol >

[jira] [Commented] (ZOOKEEPER-2756) Add CMake build system for better cross-platform support

2017-04-19 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15975890#comment-15975890 ] Michael Han commented on ZOOKEEPER-2756: The doc has section highlights in yellow on favoring

[jira] [Updated] (ZOOKEEPER-2765) modern C++ client

2017-04-19 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2765: --- Component/s: c client > modern C++ client > - > > Key:

[jira] [Commented] (ZOOKEEPER-2764) By default, only srvr four-letter word is on the whitelist, while documentation says all are

2017-04-19 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15974909#comment-15974909 ] Michael Han commented on ZOOKEEPER-2764: 3.5.3-beta has all four letter words disabled except

[jira] [Commented] (ZOOKEEPER-2763) Utils.toCsvBuffer() omits leading 0 for bytes < 0x10

2017-04-19 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15974900#comment-15974900 ] Michael Han commented on ZOOKEEPER-2763: [~weitang] A pull request is enough. It takes a while

[jira] [Resolved] (ZOOKEEPER-2638) ZooKeeper should log which serverCnxnFactory is used during startup

2017-04-18 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2638. Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-04-18 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15973096#comment-15973096 ] Michael Han commented on ZOOKEEPER-2722: Thanks for the report, [~bpgergo]. I'll fix this. >

[jira] [Updated] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-04-18 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2722: --- Fix Version/s: (was: 3.4.11) > Flaky Test: >

[jira] [Resolved] (ZOOKEEPER-2744) Typos in the comments of ZooKeeper class

2017-04-17 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2744. Resolution: Fixed Fix Version/s: (was: 3.4.11) 3.6.0

[jira] [Resolved] (ZOOKEEPER-2747) Fix ZooKeeperAdmin Compilation Warning

2017-04-17 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2747. Resolution: Fixed Fix Version/s: 3.6.0 3.5.4 > Fix

[jira] [Updated] (ZOOKEEPER-2725) Upgrading to a global session fails with a multiop

2017-04-17 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2725: --- Fix Version/s: 3.5.4 > Upgrading to a global session fails with a multiop >

[jira] [Updated] (ZOOKEEPER-2746) Leader hand-off during dynamic reconfig is best effort, while test always expects it

2017-04-17 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2746: --- Fix Version/s: 3.5.4 > Leader hand-off during dynamic reconfig is best effort, while test

[jira] [Updated] (ZOOKEEPER-2743) Netty connection leaks JMX connection bean upon connection close in certain race conditions.

2017-04-17 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2743: --- Fix Version/s: 3.5.4 > Netty connection leaks JMX connection bean upon connection close

[jira] [Commented] (ZOOKEEPER-2630) Use interface type instead of implementation type when appropriate.

2017-04-14 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15969519#comment-15969519 ] Michael Han commented on ZOOKEEPER-2630: I don't think there is a sublinear algorithm because

[jira] [Commented] (ZOOKEEPER-2756) Add CMake build system for better cross-platform support

2017-04-14 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15969161#comment-15969161 ] Michael Han commented on ZOOKEEPER-2756: Thanks for working on this [~andschwa]. Do you mind

[jira] [Commented] (ZOOKEEPER-2745) Node loses data after disk-full event, but successfully joins Quorum

2017-04-14 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15969153#comment-15969153 ] Michael Han commented on ZOOKEEPER-2745: Thanks for reporting this with all details! bq. When

[jira] [Assigned] (ZOOKEEPER-1045) Support Quorum Peer mutual authentication via SASL

2017-04-13 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-1045: -- Assignee: Rakesh R (was: Michael Han) > Support Quorum Peer mutual authentication

[jira] [Assigned] (ZOOKEEPER-1045) Support Quorum Peer mutual authentication via SASL

2017-04-13 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-1045: -- Assignee: Michael Han (was: Rakesh R) > Support Quorum Peer mutual authentication

[jira] [Resolved] (ZOOKEEPER-2754) Set up Apache Jenkins job that runs the flaky test analyzer script.

2017-04-13 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2754. Resolution: Fixed Fix Version/s: 3.4.11 3.6.0

[jira] [Updated] (ZOOKEEPER-2753) Introduce a python script for generating flaky test report

2017-04-11 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2753: --- Description: This python script uses Jenkins REST API to query Jenkins build, analyze

[jira] [Created] (ZOOKEEPER-2754) Set up Apache Jenkins job that runs the flaky test analyzer script.

2017-04-11 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2754: -- Summary: Set up Apache Jenkins job that runs the flaky test analyzer script. Key: ZOOKEEPER-2754 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2754

[jira] [Commented] (ZOOKEEPER-2573) Modify Info.REVISION to adapt git repo

2017-04-11 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15965052#comment-15965052 ] Michael Han commented on ZOOKEEPER-2573: please ignore the previous posts by bot ^ - the pull

[jira] [Created] (ZOOKEEPER-2753) Introduce a python script for generating flaky test report

2017-04-11 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2753: -- Summary: Introduce a python script for generating flaky test report Key: ZOOKEEPER-2753 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2753 Project:

[jira] [Created] (ZOOKEEPER-2752) Introduce ZooKeeper flaky test dashboard

2017-04-11 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2752: -- Summary: Introduce ZooKeeper flaky test dashboard Key: ZOOKEEPER-2752 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2752 Project: ZooKeeper Issue

[jira] [Commented] (ZOOKEEPER-2316) comment does not match code logic

2017-04-10 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15963458#comment-15963458 ] Michael Han commented on ZOOKEEPER-2316: [~panchaks] You can just send a pull request if you'd

[jira] [Commented] (ZOOKEEPER-2748) Four-letter command to voluntarily drop client connections

2017-04-10 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15963456#comment-15963456 ] Michael Han commented on ZOOKEEPER-2748: [~mprime] Yes there is definitely value here and my

[jira] [Resolved] (ZOOKEEPER-2686) Flaky Test: org.apache.zookeeper.test.WatcherTest.

2017-04-10 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2686. Resolution: Fixed Fix Version/s: 3.4.11 3.6.0 > Flaky Test:

[jira] [Resolved] (ZOOKEEPER-2707) Fix "Unexpected bean exists!" issue in WatcherTests

2017-04-10 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2707. Resolution: Fixed Fix Version/s: 3.4.11 3.6.0 Resolved after

[jira] [Resolved] (ZOOKEEPER-2743) Netty connection leaks JMX connection bean upon connection close in certain race conditions.

2017-04-10 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2743. Resolution: Fixed Fix Version/s: 3.6.0 3.4.11 Issue resolved

[jira] [Commented] (ZOOKEEPER-2751) Investigate why existing unit tests does not leak connection bean for NIO code path

2017-04-10 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15963205#comment-15963205 ] Michael Han commented on ZOOKEEPER-2751: If anyone is interested in server side code and

[jira] [Created] (ZOOKEEPER-2751) Investigate why existing unit tests does not leak connection bean for NIO code path

2017-04-10 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2751: -- Summary: Investigate why existing unit tests does not leak connection bean for NIO code path Key: ZOOKEEPER-2751 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2751

[jira] [Resolved] (ZOOKEEPER-2749) Cleanup findbug warnings in branch-3.4: Experimental Warnings

2017-04-08 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2749. Resolution: Fixed Issue resolved by pull request 221

[jira] [Updated] (ZOOKEEPER-2744) Typos in the comments of ZooKeeper class

2017-04-08 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2744: --- Fix Version/s: 3.5.4 > Typos in the comments of ZooKeeper class >

[jira] [Reopened] (ZOOKEEPER-2744) Typos in the comments of ZooKeeper class

2017-04-08 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reopened ZOOKEEPER-2744: > Typos in the comments of ZooKeeper class > > >

[jira] [Resolved] (ZOOKEEPER-2744) Typos in the comments of ZooKeeper class

2017-04-08 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2744. Resolution: Fixed Fix Version/s: 3.4.11 Issue resolved by pull request 219

[jira] [Commented] (ZOOKEEPER-2746) Leader hand-off during dynamic reconfig is best effort, while test always expects it

2017-04-04 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15956085#comment-15956085 ] Michael Han commented on ZOOKEEPER-2746: merged to master

[jira] [Resolved] (ZOOKEEPER-2746) Leader hand-off during dynamic reconfig is best effort, while test always expects it

2017-04-04 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2746. Resolution: Fixed Fix Version/s: 3.6.0 Issue resolved by pull request 213

[jira] [Updated] (ZOOKEEPER-2746) Leader hand off during dynamic reconfig is a best effort, not a guarantee, when none trivial changes happen on current leader.

2017-04-04 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2746: --- Description: When none trivial config change happens on the leader (e.g. port change,

[jira] [Created] (ZOOKEEPER-2746) Leader hand off during dynamic reconfig is a best effort, not a guarantee, when none trivial changes happen on current leader.

2017-04-04 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2746: -- Summary: Leader hand off during dynamic reconfig is a best effort, not a guarantee, when none trivial changes happen on current leader. Key: ZOOKEEPER-2746 URL:

[jira] [Commented] (ZOOKEEPER-2707) Fix "Unexpected bean exists!" issue in WatcherTests

2017-04-01 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15952409#comment-15952409 ] Michael Han commented on ZOOKEEPER-2707: Update: the real cause of the issue should be

[jira] [Updated] (ZOOKEEPER-2743) Netty connection leaks JMX connection bean upon connection close in certain race conditions.

2017-04-01 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2743: --- Description: This is a tricky issue found while debugging failure of "flaky" watcher test

[jira] [Updated] (ZOOKEEPER-2743) Netty connection leaks JMX connection bean upon connection close in certain race conditions.

2017-04-01 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2743: --- Summary: Netty connection leaks JMX connection bean upon connection close in certain race

[jira] [Created] (ZOOKEEPER-2743) Netty connection leaks JMX bean upon connection close in certain race conditions.

2017-04-01 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2743: -- Summary: Netty connection leaks JMX bean upon connection close in certain race conditions. Key: ZOOKEEPER-2743 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2743

[jira] [Comment Edited] (ZOOKEEPER-900) FLE implementation should be improved to use non-blocking sockets

2017-03-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15950030#comment-15950030 ] Michael Han edited comment on ZOOKEEPER-900 at 3/30/17 11:02 PM: - I

[jira] [Commented] (ZOOKEEPER-900) FLE implementation should be improved to use non-blocking sockets

2017-03-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15950030#comment-15950030 ] Michael Han commented on ZOOKEEPER-900: --- I think Martin might move on to something else - it

<    1   2   3   4   5   6   7   8   9   10   >