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
> >
>
>