You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ratis.apache.org by Kaijie Chen <ck...@apache.org> on 2023/04/01 02:11:17 UTC

Re: [VOTE] Apache Ratis Release 2.5.0 rc0

+0 (non-binding)

Thanks William for working on the rc0.
The following fixes are recently added on master,
I wish we could include them in 2.5.0.

RATIS-1827. Update installed snapshot index only when InstallSnapshot is done (#868)
RATIS-1824. Membership change may fail when a Listener is present in the cluster.  (#865)
RATIS-1826: Listener will change to follower when using ratis shell (#867)

Kaijie

On 2023/03/31 13:39:10 William Song wrote:
> Hi Ratis community,
> 
> I’m calling a vote For Apache Ratis Release 2.5.0 rc0.
> 
> The git tag to be vote upon:
> https://github.com/apache/ratis/tree/ratis-2.5.0-rc0 
> 
> The git commit hash:
> c37d76b7171d75b9a07066d199fb2d69050e3ff4
> 
> The source and binary tarballs can be found at:
> https://dist.apache.org/repos/dist/dev/ratis/2.5.0/rc0/ 
> 
> Fingerprint of the GPG key release artifacts are signed with:
> DCE2 C33D 41C6 2578 969D BAFE 37D6 ECF8 4E78 BC92
> 
> My public key to verify signatures can be found in:
> https://dist.apache.org/repos/dist/dev/ratis/KEYS 
> 
> Maven artifacts are staged at:
> https://repository.apache.org/content/repositories/orgapacheratis-1137 
> 
> This vote will remain open for at least 72 hours.
> Please vote on releasing this ratis-2.5.0-rc0. Thanks in advance.
> 
> [ ] +1 approve
> [ ] 0 no opinion
> [ ] -1 disapprove (and reason why)
> 
> Starting with my +1(binding)
> - Verified checksums, signatures and git hash.
> - Checked LICENSE and NOTICE.
> - Compared the files in src tarball with the files at the given git tag.
> - Built from source.
> - Ran regular Ratis CI. [1]
> 
> 
> William
> 
> [1] https://github.com/apache/ratis/actions/runs/4572939694

Re: [VOTE] Apache Ratis Release 2.5.0 rc0

Posted by William Song <sz...@163.com>.
Thanks for checking it again, Kaijie!

Merged 1824, 1826 and 1827 to https://github.com/apache/ratis/tree/branch-2_readIndex.
I’m closing this RC0 release now. The new RC1 release will be based on https://github.com/apache/ratis/tree/release-2.5.0, which is a mirror branch of branch-2_readIndex.

William

> 2023年4月3日 13:53,Kaijie Chen <ck...@apache.org> 写道:
> 
> I've checked the diff between master and release-2.5.0,
> seems there is no other patches need to be included.
> 
>  diff <(git log origin/master --oneline | grep -oE 'RATIS-[0-9]+' | sort) \
>        <(git log origin/release-2.5.0 --oneline | grep -oE 'RATIS-[0-9]+' | sort)
> 
> Thanks,
> Kaijie


Re: [VOTE] Apache Ratis Release 2.5.0 rc0

Posted by Kaijie Chen <ck...@apache.org>.
I've checked the diff between master and release-2.5.0,
seems there is no other patches need to be included.

  diff <(git log origin/master --oneline | grep -oE 'RATIS-[0-9]+' | sort) \
        <(git log origin/release-2.5.0 --oneline | grep -oE 'RATIS-[0-9]+' | sort)

Thanks,
Kaijie

On 2023/04/03 01:03:35 William Song wrote:
> Sure, let me include 1824, 1826 and 1827. 
> 
> The previous selected commits for 2.5.0 can be found at https://github.com/apache/ratis/commits/release-2.5.0. Are there any other patches that also need to be included in 2.5.0?
> 
> -William
> 
> > 
> > +0 (non-binding)
> > 
> > Thanks William for working on the rc0.
> > The following fixes are recently added on master,
> > I wish we could include them in 2.5.0.
> > 
> > RATIS-1827. Update installed snapshot index only when InstallSnapshot is done (#868)
> > RATIS-1824. Membership change may fail when a Listener is present in the cluster.  (#865)
> > RATIS-1826: Listener will change to follower when using ratis shell (#867)
> > 
> > Kaijie
> > 
> 
> 

Re: [VOTE] Apache Ratis Release 2.5.0 rc0

Posted by William Song <sz...@163.com>.
Sure, let me include 1824, 1826 and 1827. 

The previous selected commits for 2.5.0 can be found at https://github.com/apache/ratis/commits/release-2.5.0. Are there any other patches that also need to be included in 2.5.0?

-William

> 
> +0 (non-binding)
> 
> Thanks William for working on the rc0.
> The following fixes are recently added on master,
> I wish we could include them in 2.5.0.
> 
> RATIS-1827. Update installed snapshot index only when InstallSnapshot is done (#868)
> RATIS-1824. Membership change may fail when a Listener is present in the cluster.  (#865)
> RATIS-1826: Listener will change to follower when using ratis shell (#867)
> 
> Kaijie
>