CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 18 Aug 2025 16:32:43 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100422235436
location: https://web.archive.org/web/20100422235436/https://github.com/apache/zookeeper
server-timing: captures_list;dur=0.819640, exclusion.robots;dur=0.031359, exclusion.robots.policy;dur=0.014568, esindex;dur=0.015505, cdx.remote;dur=115.850180, LoadShardBlock;dur=590.854056, PetaboxLoader3.datanode;dur=215.184920, PetaboxLoader3.resolve;dur=195.198277
x-app-server: wwwb-app219
x-ts: 302
x-tr: 784
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 18 Aug 2025 16:32:44 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 22 Apr 2010 23:54:36 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "8ef2587217d6b7d1ba3f9332b63f0810"
x-archive-orig-x-runtime: 121ms
x-archive-orig-content-length: 31346
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 22 Apr 2010 23:54:36 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 22 Apr 2010 23:54:36 GMT", ; rel="memento"; datetime="Thu, 22 Apr 2010 23:54:36 GMT", ; rel="next memento"; datetime="Thu, 17 May 2012 19:27:44 GMT", ; rel="last memento"; datetime="Sat, 10 May 2025 04:32:15 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100422234459_crawl101-c/51_15_20100422235323_crawl101.arc.gz
server-timing: captures_list;dur=1.647322, exclusion.robots;dur=0.021081, exclusion.robots.policy;dur=0.009479, esindex;dur=0.011317, cdx.remote;dur=35.527769, LoadShardBlock;dur=587.708535, PetaboxLoader3.datanode;dur=364.686226, PetaboxLoader3.resolve;dur=589.020278, load_resource;dur=460.992053
x-app-server: wwwb-app219
x-ts: 200
x-tr: 1157
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
apache's zookeeper at trunk - GitHub
apache / zookeeper mirrored from git://git.apache.org/zookeeper.git
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
trunk
click here to add a description
click here to add a homepage
-
Switch Branches (38)
- branch-3.0
- branch-3.1
- branch-3.2
- branch-3.3
- tags/0.0.1
- tags/2.1.0
- tags/2.2.0
- tags/2.2.1
- tags/apache-initial-import
- tags/c-client-1.0.0
- tags/post_ZOOKEEPER-45_snapshot
- tags/release-3.0.0
- tags/release-3.0.1
- tags/release-3.0.1-rc0
- tags/release-3.0.1-rc1
- tags/release-3.1.0
- tags/release-3.1.0-rc0
- tags/release-3.1.0-rc1
- tags/release-3.1.0-rc2
- tags/release-3.1.0-rc3
- tags/release-3.1.1
- tags/release-3.1.1-rc0
- tags/release-3.1.1-rc1
- tags/release-3.1.2
- tags/release-3.1.2-rc0
- tags/release-3.1.2-rc1
- tags/release-3.2.0
- tags/release-3.2.0-rc0
- tags/release-3.2.0-rc1
- tags/release-3.2.1
- tags/release-3.2.1-rc0
- tags/release-3.2.2
- tags/release-3.2.2-rc0
- tags/release-3.2.2-rc1
- tags/release-3.3.0
- tags/release-3.3.0-rc0
- tags/server-1.0.0
- trunk ✓
- Switch Tags (0)
- Branch List

Patrick D. Hunt (author)
Wed Apr 21 23:06:18 -0700 2010
README.txt
For the latest information about ZooKeeper, please visit our website at: https://hadoop.apache.org/zookeeper/ and our wiki, at: https://wiki.apache.org/hadoop/ZooKeeper Full documentation for this release can also be found in docs/index.html --------------------------- Packaging/release artifacts The release artifact contains the following jar files: zookeeper-<version>.jar - legacy jar file which contains all classes and source files. Prior to version 3.3.0 this was the only jar file available. It has the benefit of having the source included (for debugging purposes) however is also larger as a result zookeeper-<version>-bin.jar - contains only class (*.class) files zookeeper-<version>-sources.jar - contains only src (*.java) files zookeeper-<version>-javadoc.jar - contains only javadoc files The bin/src/javadoc jars were added specifically to support Maven/Ivy which have the ability to pull these down automatically as part of your build process. The content of the legacy jar and the bin+sources jar are the same. As of version 3.3.0 bin/sources/javadoc jars are deployed to the Apache Maven repository: https://people.apache.org/repo/m2-ibiblio-rsync-repository/