Re: Updates on 0.11.1 release

2022-06-10 Thread Y Ethan Guo
Thanks for chiming in, Danny and Nicolas.  We should go for RC2 then.

On Fri, Jun 10, 2022 at 11:25 AM Nicolas Paris 
wrote:

> Thanks to the community support, I have closed that issue, and
> commenting the reason.
>
> glad to see 0.11.1 soon
>
>
>
> On Fri Jun 10, 2022 at 11:33 AM CEST, Nicolas Paris wrote:
> > Hi team
> >
> > I likely spotted a blocker issue with the incremental cleaning service
> > which is a blocker on our side to scale cleaning on large tables.
> >
> > See https://github.com/apache/hudi/issues/5835
> >
> > Please tell me if my email does not respect the release process
> >
> > On Wed Jun 8, 2022 at 1:39 AM CEST, Y Ethan Guo wrote:
> > > Hi folks,
> > >
> > > All the 0.11.1 release blockers are landed. I'm going to cut RC1 and
> > > start
> > > the release candidate process.
> > >
> > > Thanks,
> > > - Ethan
> > >
> > > On Thu, Jun 2, 2022 at 9:48 PM Y Ethan Guo  wrote:
> > >
> > > > Hi folks,
> > > >
> > > > There are still a few critical PRs on bridging the performance gaps
> > > > between 0.11.0 and 0.10.1 that are pending, e.g., HUDI-4176
> > > > , HUDI-4178
> > > > , etc.  We should get
> those
> > > > landed for 0.11.1.  In this case, I'm going to postpone the code
> freeze.
> > > > If you have more fixes you'd like to merge for the release, please
> let me
> > > > know in this thread.
> > > >
> > > > The exact code freeze date will be updated soon.  Please stay tuned.
> > > >
> > > > Thanks,
> > > > - Ethan
> > > >
>
>


Re: Updates on 0.11.1 release

2022-06-10 Thread Nicolas Paris
Thanks to the community support, I have closed that issue, and
commenting the reason.

glad to see 0.11.1 soon



On Fri Jun 10, 2022 at 11:33 AM CEST, Nicolas Paris wrote:
> Hi team
>
> I likely spotted a blocker issue with the incremental cleaning service
> which is a blocker on our side to scale cleaning on large tables.
>
> See https://github.com/apache/hudi/issues/5835
>
> Please tell me if my email does not respect the release process
>
> On Wed Jun 8, 2022 at 1:39 AM CEST, Y Ethan Guo wrote:
> > Hi folks,
> >
> > All the 0.11.1 release blockers are landed. I'm going to cut RC1 and
> > start
> > the release candidate process.
> >
> > Thanks,
> > - Ethan
> >
> > On Thu, Jun 2, 2022 at 9:48 PM Y Ethan Guo  wrote:
> >
> > > Hi folks,
> > >
> > > There are still a few critical PRs on bridging the performance gaps
> > > between 0.11.0 and 0.10.1 that are pending, e.g., HUDI-4176
> > > , HUDI-4178
> > > , etc.  We should get those
> > > landed for 0.11.1.  In this case, I'm going to postpone the code freeze.
> > > If you have more fixes you'd like to merge for the release, please let me
> > > know in this thread.
> > >
> > > The exact code freeze date will be updated soon.  Please stay tuned.
> > >
> > > Thanks,
> > > - Ethan
> > >



Suggestion for KeyRangeLookupTree

2022-06-10 Thread 陆游
Hi Community,
I found that the existing KeyRangeLookupTree implementation is Binary
Sorting Tree.
Although it is shuffled before insertion, it may still cause uneven
distribution. I want to implement it as a Red Black Tree. What do you think?
Thanks!


Re: Updates on 0.11.1 release

2022-06-10 Thread Nicolas Paris
Hi team

I likely spotted a blocker issue with the incremental cleaning service
which is a blocker on our side to scale cleaning on large tables.

See https://github.com/apache/hudi/issues/5835

Please tell me if my email does not respect the release process 

On Wed Jun 8, 2022 at 1:39 AM CEST, Y Ethan Guo wrote:
> Hi folks,
>
> All the 0.11.1 release blockers are landed. I'm going to cut RC1 and
> start
> the release candidate process.
>
> Thanks,
> - Ethan
>
> On Thu, Jun 2, 2022 at 9:48 PM Y Ethan Guo  wrote:
>
> > Hi folks,
> >
> > There are still a few critical PRs on bridging the performance gaps
> > between 0.11.0 and 0.10.1 that are pending, e.g., HUDI-4176
> > , HUDI-4178
> > , etc.  We should get those
> > landed for 0.11.1.  In this case, I'm going to postpone the code freeze.
> > If you have more fixes you'd like to merge for the release, please let me
> > know in this thread.
> >
> > The exact code freeze date will be updated soon.  Please stay tuned.
> >
> > Thanks,
> > - Ethan
> >