The NetBSD Project

CVS log for pkgsrc/devel/zookeeper/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / zookeeper

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 26 10:20:11 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 13:44:43 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 14 11:48:35 2018 UTC (5 years, 3 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.5: +10 -11 lines
Diff to previous 1.5 (colored)

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.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 6 11:12:19 2017 UTC (6 years ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.4: +11 -11 lines
Diff to previous 1.4 (colored)

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.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 4 13:40:34 2016 UTC (7 years, 6 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.3: +9 -13 lines
Diff to previous 1.3 (colored)

Update zookeeper to 3.4.8.

Changes in 3.4.8

Bug
- std::length_error on update children
- PurgeTxnLog does not correctly purge when snapshots and logs
  are at different locations
- Several four-letter words are undocumented.
- ZK Server startup fails if there are spaces in the JAVA_HOME path
- TGT refresh time logic is wrong
- assert in setup_random
- JMX is disabled even if JMXDISABLE is false
- Deadlock shutting down zookeeper
- Update commons collections version used by tests/releaseaudit

Changes in 3.4.7

Sub-task
- ClientBase#createClient is failing frequently
- Server not coming back up in QuorumZxidSyncTest
- QuorumPeer is not shutdown in few cases
- WatcherTest#testWatchAutoResetWithPending is failing
- ZKClients are hitting KeeperException$ConnectionLossException due
  to wrong usage pattern
- testTruncationNullLog fails on windows
- Port async multi to 3.4 branch

Bug
- log all exceptions not caught by ZK threads
- large numbers of watches can cause session re-establishment to fail
- The Barrier sample code should create a EPHEMERAL znode instead
  of EPHEMERAL_SEQUENTIAL znode
- C client bug in zookeeper_init (if bad hostname is given)
- Net-ZooKeeper: Net::ZooKeeper consumes 100% cpu on wait
- C client lib doesn't build on Solaris
- getACL should only call DataTree.copyStat when passed in stat is
  not null
- adding .gitattributes to prevent CRLF and LF mismatches for source
  and text files
- PurgeTxnLog may delete data logs during roll
- Add description for pzxid in programmer's guide.
- fix windows build
- zkCli.sh can't issue a CREATE command containing spaces in the data
- Inconsistent behavior in autocreation of dataDir and dataLogDir
- ZkCli.cmd commands fail with "'java' is not recognized as an internal
  or external command"
- update all notice files, copyright, etc... with the new year - 2014
- ZK Shell/Cli not processing commands
- NullPointerException in truncate
- JDK8] Sort children for comparison in AsyncOps tests
- zkpython: invalid data in GetData for empty node
- REST contrib module does not include all required files when packaged
- Invalid manifest files due to bogus revision property value
- Apache Zookeeper logs cleartext admin passwords
- Unit tests should only use build/test/data for data
- zkServer.sh fails to read dataDir (and others) from zoo.cfg
  on Solaris 10 (grep issue, manifests as FAILED TO WRITE PID).
- ReconfigRecoveryTest.testNextConfigUnreachable is failing
- quot;src/contrib/zooinspector/NOTICE.txt" isn't complying
  to ".gitattributes" in branch-3.4
- deb - zkCli.sh, zkServer.sh and zkEnv.sh regression caused
  by ZOOKEEPER-1663
- recipes jar not included in the distribution package
- Startup order in ServerCnxnFactory-ies is wrong
- zookeeper follower fails to start after a restart immediately
  following a new epoch
- Jute compareBytes incorrect comparison index
- Yosemite build failure: htonll conflict
- Unable to delete a node when the node has no children
- Zookeeper 3.4.x and 3.5.0-alpha is not OSGi compliant
- Trace bug in NettyServerCnxnFactory
- Prevent resource leak in various classes
- Memory leak on zookeeper_close
- C client builds with incorrect error codes in VisualStudio 2010+
- jute generated allocate_* functions are not externally visible
- Allow Zookeeper version string to have underscore '_'
- JMX ObjectName is incorrect for observers
- BinaryInputArchive readString should check length before
  allocating memory
- JUnit4ZKTestRunner logs test failure for all exceptions even
  if the test method is annotated with an expected exception.
- QuorumCnxManager#receiveConnection may crash with random input
- Network issues can cause cluster to hang due to near-deadlock
- PurgeTxnLog does not correctly purge when snapshots and logs are
  at different locations
- Empty path in Set crashes server and prevents restart
- Four letter command hangs when network is slow
- stmk four-letter word fails execution at server while reading
  trace mask argument.
- License update
- JMX State from LocalPeerBean incorrect
- SimpleSysTest test cases fails
- Zookeeper is not using specified JMX port in zkEnv.sh
- Zookeeper doc creation fails on windows
- QuorumPeer loadDataBase() error message is incorrect
- compilation broken for 3.4

Improvement
- Cut down the running time of ZKDatabase corruption.
- Upload Zookeeper package to Maven Central
- Re-try DNS hostname -> IP resolution if node connection fails
- mismatched CR/LF endings in text files
- AsyncCallback.*Callback don't have any Javadoc
- Improve Thread handling
- Enable JMX remote monitoring
- Server to log underlying cause of SASL connection problems
- Improve exit log messsage of EventThread and SendThread by adding
  SessionId
- Typo in Watcher.java
- Let DataNode.getChildren() return an unmodifiable view of its
  children set
- Log type of unexpected quorum packet in learner handler loop
- Make the three-node minimum more explicit in documentation
  and on website
- Change client connect zk service timeout log level from Info
  to Warn level

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 3 03:29:39 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 13 15:03:37 2015 UTC (7 years, 11 months ago) by fhajny
Branch: MAIN
Changes since 1.1: +6 -1 lines
Diff to previous 1.1 (colored)

Re-use pkgsrc apache-ivy and cache dependency artefacts to avoid
build time on-demand fetching of resources. PKGREVISION++

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 9 13:59:56 2015 UTC (7 years, 11 months ago) by fhajny
Branch: MAIN

Import Apache ZooKeeper as devel/zookeeper (server) and devel/libzookeper
(C lib).

ZooKeeper is a centralized service for maintaining configuration information,
naming, providing distributed synchronization, and providing group services.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>