[
https://issues.apache.org/jira/browse/ZOOKEEPER-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926299#comment-15926299
]
ASF GitHub Bot commented on ZOOKEEPER-2719:
-------------------------------------------
GitHub user Randgalt opened a pull request:
https://github.com/apache/zookeeper/pull/192
ZOOKEEPER-2719: Pull changes for TTL Nodes into 3.5 branch
This PR cherry-picks changes for TTL nodes (ZOOKEEPER-2169) and the CLI for
it (ZOOKEEPER-2608) into branch-3.5.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Randgalt/zookeeper ZOOKEEPER-2719
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/192.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #192
----
commit 66fdccbc115a7080225431da87a8b3e34453d854
Author: randgalt <[email protected]>
Date: 2016-09-28T08:32:50Z
This patch takes advantage of 3.5's container support. Most of the work
needed to support TTLs is there already.
In order not to break on-disk and protocol compatibility the ephemeralOwner
is yet-again overloaded to have special meaning.
New opcodes and transaction records had to be added in a similar manner to
Containers
NOTE: This patch was originally in Review Board and was moved to Github for
ease/convenience. RB link:
https://reviews.apache.org/r/46983/#comment214810
commit 64f77a518d9c9608375cf06855439d8c06928fb1
Author: randgalt <[email protected]>
Date: 2017-03-14T19:07:36Z
cleaned up some doc merge issues
commit 39b969b3fb753f41e8f981d4d726e02853320cc7
Author: randgalt <[email protected]>
Date: 2016-10-09T10:23:38Z
Removed bogus import
commit 6343001d89c132c9b4fa7ee8b035acf40bd18f21
Author: randgalt <[email protected]>
Date: 2016-10-09T10:43:41Z
Added ttl option to CLI create command
----
> Port ZOOKEEPER-2169 to 3.5 branch
> ---------------------------------
>
> Key: ZOOKEEPER-2719
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2719
> Project: ZooKeeper
> Issue Type: New Feature
> Components: java client, server
> Reporter: Jordan Zimmerman
> Assignee: Jordan Zimmerman
> Fix For: 3.5.3
>
>
> ZOOKEEPER-2169 is a useful feature that should be deployed sooner than later.
> Take the work done in the master branch and port it to the 3.5 branch
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)