pkgsrc/devel/zookeeper/distinfo

16 lines
1.2 KiB
Text
Raw Normal View History

devel/zookeeper: Update to 3.4.12. Version 3.4.12 Bug - CRC check failed when preAllocSize smaller than node data - Update documentation source for ZOOKEEPER-2574 - Flaky test: org.apache.zookeeper.server.quorum.FLEBackwardElectionRoundTest.testBackwardElectionRound - Data inconsistency issue due to retain database in leader election - very poor choice of logging if client fails to connect to server - The comment of the variable matchSyncs in class CommitProcessor has a mistake. - Flaky Test: org.apache.zookeeper.test.LoadFromLogTest.testRestoreWithTransactionErrors - WriteLock recipe: incorrect znode ordering when the sessionId is part of the znode name - Duplicate Keys in log4j.properties config files - Specify correct overflow value - Failing c unit tests on apache jenkins - zkServer.cmd does not start when JAVA_HOME ends with a \ - Flaky Test: testNoLogBeforeLeaderEstablishment - The dataDir and dataLogDir are used opposingly - Fix testElectionFraud Flakyness - fix potential null pointer exception when deleting node - The eclipse build target fails due to protocol redirection: http->https Improvement - Add keys for the Zxid from the stat command to check_zookeeper.py - Upgrade third party libraries to address vulnerabilities - The function queueEmpty() in FastLeaderElection.Messenger is not used, should be removed. - Add check to validate dataDir and dataLogDir parameters at startup Wish - Change log level for "ZKShutdownHandler is not registered" error message Version 3.4.11 Sub-task - Fix "Unexpected bean exists!" issue in WatcherTests - Cleanup findbug warnings in branch-3.4: Correctness Warnings - Cleanup findbug warnings in branch-3.4: Disable Internationalization Warnings - Cleanup findbug warnings in branch-3.4: Malicious code vulnerability Warnings - Cleanup findbug warnings in branch-3.4: Performance Warnings - Cleanup findbug warnings in branch-3.4: Dodgy code Warnings - Cleanup findbug warnings in branch-3.4: Experimental Warnings - Set up Apache Jenkins job that runs the flaky test analyzer script. - Multithreaded correctness Warnings - ZOOKEEPER-2355 fix for branch-3.4 Bug - Windows: fetch_and_add not 64bit-compatible, may not be correct - Update documentation for snapCount - Ephemeral node is never deleted if follower fails while reading the proposal packet - Port ZOOKEEPER-1576 to branch3.4 - recreateSocketAddresses may recreate the unreachable IP address - Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment - Clean up findbug warnings in branch-3.4 - Port ZOOKEEPER-2737 to branch-3.4 - Netty connection leaks JMX connection bean upon connection close in certain race conditions. - Typo: transasction --> transaction - Flaky test: org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithHigherSid - Ephemeral znode will not be removed when sesstion timeout, if the system time of ZooKeeper node changes unexpectedly. - ZK Client not able to connect with Xid out of order error - There is a typo in zk.py which prevents from using/compiling it. - follower disconnects and cannot reconnect - Server inappropriately throttles connections under load before SASL completes - Flaky test: org.apache.zookeeper.test.ClientTest.testNonExistingOpCode - Fix flaky test: org.apache.zookeeper.test.ReadOnlyModeTest.testConnectionEvents - Unnecessary stack-trace in server when the client disconnect unexpectedly - PurgeTxnLog#validateAndGetFile: return tag has no arguments. - Improve the ZooKeeper#setACL java doc - ZooKeeper public include files leak porting changes - CMake build doesn't support OS X - Main-Class JAR manifest attribute is incorrect - Windows Debug builds don't link with `/MTd` - Local automatic variable is left uninitialized and then freed. - Don't include `config.h` in `zookeeper.h` - The OWASP dependency check jar should not be included in the default classpath - quorum.auth.MiniKdcTest.testKerberosLogin failing with NPE on java 9 - Create ant task to generate ivy dependency reports - compiler warning using java 9 Improvement - Operations to server will be timed-out while thousands of sessions expired same time - TCP keepalive for leader election connections - The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed? - ZooKeeperSaslClient#respondToServer should log exception message of SaslException - Add script to run a java api compatibility tool - Improve the efficiency of AtomicFileOutputStream - Rename README.txt to README.md - define dependency versions in build.xml to be easily overridden in build.properties New Feature - Please add instructions for running the tutorial - Add ant task for running OWASP dependency report Test - Flaky Test: org.apache.zookeeper.test.WatcherTest.
2018-06-14 13:48:35 +02:00
$NetBSD: distinfo,v 1.6 2018/06/14 11:48:35 fhajny Exp $
devel/zookeeper: Update to 3.4.12. Version 3.4.12 Bug - CRC check failed when preAllocSize smaller than node data - Update documentation source for ZOOKEEPER-2574 - Flaky test: org.apache.zookeeper.server.quorum.FLEBackwardElectionRoundTest.testBackwardElectionRound - Data inconsistency issue due to retain database in leader election - very poor choice of logging if client fails to connect to server - The comment of the variable matchSyncs in class CommitProcessor has a mistake. - Flaky Test: org.apache.zookeeper.test.LoadFromLogTest.testRestoreWithTransactionErrors - WriteLock recipe: incorrect znode ordering when the sessionId is part of the znode name - Duplicate Keys in log4j.properties config files - Specify correct overflow value - Failing c unit tests on apache jenkins - zkServer.cmd does not start when JAVA_HOME ends with a \ - Flaky Test: testNoLogBeforeLeaderEstablishment - The dataDir and dataLogDir are used opposingly - Fix testElectionFraud Flakyness - fix potential null pointer exception when deleting node - The eclipse build target fails due to protocol redirection: http->https Improvement - Add keys for the Zxid from the stat command to check_zookeeper.py - Upgrade third party libraries to address vulnerabilities - The function queueEmpty() in FastLeaderElection.Messenger is not used, should be removed. - Add check to validate dataDir and dataLogDir parameters at startup Wish - Change log level for "ZKShutdownHandler is not registered" error message Version 3.4.11 Sub-task - Fix "Unexpected bean exists!" issue in WatcherTests - Cleanup findbug warnings in branch-3.4: Correctness Warnings - Cleanup findbug warnings in branch-3.4: Disable Internationalization Warnings - Cleanup findbug warnings in branch-3.4: Malicious code vulnerability Warnings - Cleanup findbug warnings in branch-3.4: Performance Warnings - Cleanup findbug warnings in branch-3.4: Dodgy code Warnings - Cleanup findbug warnings in branch-3.4: Experimental Warnings - Set up Apache Jenkins job that runs the flaky test analyzer script. - Multithreaded correctness Warnings - ZOOKEEPER-2355 fix for branch-3.4 Bug - Windows: fetch_and_add not 64bit-compatible, may not be correct - Update documentation for snapCount - Ephemeral node is never deleted if follower fails while reading the proposal packet - Port ZOOKEEPER-1576 to branch3.4 - recreateSocketAddresses may recreate the unreachable IP address - Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment - Clean up findbug warnings in branch-3.4 - Port ZOOKEEPER-2737 to branch-3.4 - Netty connection leaks JMX connection bean upon connection close in certain race conditions. - Typo: transasction --> transaction - Flaky test: org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithHigherSid - Ephemeral znode will not be removed when sesstion timeout, if the system time of ZooKeeper node changes unexpectedly. - ZK Client not able to connect with Xid out of order error - There is a typo in zk.py which prevents from using/compiling it. - follower disconnects and cannot reconnect - Server inappropriately throttles connections under load before SASL completes - Flaky test: org.apache.zookeeper.test.ClientTest.testNonExistingOpCode - Fix flaky test: org.apache.zookeeper.test.ReadOnlyModeTest.testConnectionEvents - Unnecessary stack-trace in server when the client disconnect unexpectedly - PurgeTxnLog#validateAndGetFile: return tag has no arguments. - Improve the ZooKeeper#setACL java doc - ZooKeeper public include files leak porting changes - CMake build doesn't support OS X - Main-Class JAR manifest attribute is incorrect - Windows Debug builds don't link with `/MTd` - Local automatic variable is left uninitialized and then freed. - Don't include `config.h` in `zookeeper.h` - The OWASP dependency check jar should not be included in the default classpath - quorum.auth.MiniKdcTest.testKerberosLogin failing with NPE on java 9 - Create ant task to generate ivy dependency reports - compiler warning using java 9 Improvement - Operations to server will be timed-out while thousands of sessions expired same time - TCP keepalive for leader election connections - The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed? - ZooKeeperSaslClient#respondToServer should log exception message of SaslException - Add script to run a java api compatibility tool - Improve the efficiency of AtomicFileOutputStream - Rename README.txt to README.md - define dependency versions in build.xml to be easily overridden in build.properties New Feature - Please add instructions for running the tutorial - Add ant task for running OWASP dependency report Test - Flaky Test: org.apache.zookeeper.test.WatcherTest.
2018-06-14 13:48:35 +02:00
SHA1 (zookeeper-3.4.12-deps.tar.gz) = e7d40793e226e154065ee885beff486989dd20d6
RMD160 (zookeeper-3.4.12-deps.tar.gz) = f105847734e46f587cc65930e53eb050fbcb1d0a
SHA512 (zookeeper-3.4.12-deps.tar.gz) = 5e227700e572e6b0f2a2663e9a3a077f4331c17d9ed82feb74c9a1de97f477fd2e08cbb3fc7d91b206a51eb7c8324b35d613f7d5693623dde9f268a95bf89cfc
Size (zookeeper-3.4.12-deps.tar.gz) = 23292699 bytes
SHA1 (zookeeper-3.4.12.tar.gz) = 8e2cc8784794e24df90fa1a9dbe6cd1695c79a44
RMD160 (zookeeper-3.4.12.tar.gz) = 0cf88d820da8c7c84198992d73becb7449fb5fdc
SHA512 (zookeeper-3.4.12.tar.gz) = 026c7feb4a660bf8d99b1b719fec2b7e4603c3c46f2b77bac372df15ed0ceb4d971aa9c954082d61d73929ef8dc38c31693604ae75244f746cafb4eb6e67320c
Size (zookeeper-3.4.12.tar.gz) = 36667596 bytes
SHA1 (patch-build.xml) = 15db87390ad232df4713b20a1e4318b922ffc6aa
SHA1 (patch-conf_zoo__sample.cfg) = 74885bea53e5b9b723fb1564db362a08d7b47705
SHA1 (patch-src_c_src_zookeeper.c) = 0cc9710914d2a329eb8f7d18683778f460180b72
Update devel/zookeeper to 3.4.10. zookeeper 3.4.10 Sub-task - Fix race condition in testWatchAutoResetWithPending Bug - CancelledKeyException in zookeeper branch-3.4 - Startup race in ZooKeeperServer - Documentation copyright notice is out of date. - NullPointerException when redo Command is passed negative value - ServerConfig#parse(String[]) ignores tickTime - Update NOTICE file with Netty notice in 3.4 - Revisit release note doc and remove the items which are not related to the released version - Potential memory leak in recordio.c - Modify Info.REVISION to adapt git repo - PurgeTxnLog can inadvertently delete required txn log files - ZooKeeper server should verify that dataDir and snapDir are writeable before starting - SaslServerCallbackHandler#handleAuthorizeCallback() should log the exception - correct a few spelling typos - ZooTrace.logQuorumPacket does nothing - Build failure in contrib/zkfuse with gcc 6.x - Java target in branch 3.4 doesn't match documentation - Missing src/pom.template in release - Fix HierarchicalQuorumTest.java - Fix compilation error in branch-3.4 - Large databases take a long time to regain a quorum - Correct DataNode.getChildren() inconsistent behaviour. - Fix Kerberos Authentication related test cases - DOS attack on wchp/wchc four letter words (4lw) - Eclipse ant task no longer determines correct classpath for tests after ZOOKEEPER-2689 - checkstyle broken on branch-3.4 - Regenerate documentation for branch-3.4 release - MiniKdc test case intermittently failing due to principal not found in Kerberos database - Patch for ZOOKEEPER-2693 introduces potential race condition Improvement - Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean - C unit test improvement: line break between 'ZooKeeper server started' and 'Running' - Update gitignore to account for other file extensions - Use TLS for downloading artifacts during build - Add comments to testReadOnlySnapshotDir and testReadOnlyTxnLogDir indicating that the tests will fail when run as root - Remove CHANGE.txt - Make it optional to fail build on test failure New Feature - Support Quorum Peer mutual authentication via SASL Test - Flaky Test: org.apache.zookeeper.server.quorum.CnxManagerTest.testCnxFromFutureVersion - Test Improvement by adding more QuorumPeer Auth related test cases - Fix ServerConfigTest#testValidArguments test case failures - ClientPortBindTest#testBindByAddress may fail due to "No such device" exception - Port QA github pull request build to branch 3.4 and 3.5 - Flaky Test: org.apache.zookeeper.server.SessionTrackerTest.testAddSessionAfterSessionExpiry zookeeper 3.4.9 Sub-task - Login object in ZooKeeperSaslClient is static Bug - C client zookeeper_interest returning ZOK on Connection Loss - zkperl: Segmentation fault if getting a node with null value - ACL cache in DataTree never removes entries - fsync.warningthresholdms in zoo.cfg not working - Supported platforms is completely out of date - Zookeeper service becomes unavailable when leader fails to write transaction log - traceFile property is not used in the ZooKeeper, it should be removed from documentation - Ant target generate-clover-reports is broken - Prevent multiple initialization of login object in each ZooKeeperSaslClient instance - recent commit broke findbugs qabot check - Zookeeper trunk build is failing on windows - getTGT() in Login.java mishandles confidential information - Upgrade Netty version due to security vulnerability (CVE-2014-3488) - Back-port ZOOKEEPER-1460 to 3.4 for IPv6 literal address support. - documentation should refer to Java cli shell and not C cli shell - Potential resource leak in C client when processing unexpected / out of order response Improvement - Make the three-node minimum more explicit in documentation and on website - Licenses section missing from pom file - upgrade ivy to recent version - Simplify releasenotes creation for 3.4 branch - consistent with newer branches.
2017-09-06 13:12:19 +02:00
SHA1 (patch-src_contrib_build-contrib.xml) = 309385cf89f87df116832c51acc298e934bbffdf
SHA1 (patch-src_packages_templates_conf_zookeeper-env.sh) = 5abb72f885a5ac884dfcfa480438ce82d544d489