Re: About for 0.12.3 Release Timeline

2023-03-22 Thread Vinay Patil
+1, given 0.12 is going to be maintained as LTS, we should fix the critical
regressions quickly.


Regards,
Vinay Patil


On Tue, Mar 21, 2023 at 6:59 PM Vinoth Chandar  wrote:

> Hi,
>
> Given there are some critical regressions set to go, I would prefer to
> scope down 0.12.3 to just the few PRs and get something out asap. Once
> everyone returns, we can drive a 0.12.4 on top? We can then take even till
> end of April
> Others, thoughts?
>
> On Mon, Mar 20, 2023 at 23:39 Forward Xu  wrote:
>
> > Hi folks,
> >
> > How about April 10th as our release date for 0.12.3? Considering that
> from
> > now to April 10th includes the traditional Chinese festival Qingming
> > Festival and the full testing schedule.
> >
> > ForwardXu
> > Best
> >
>


Re: [BIG CHANGE] Switch logger from log4j2 to slf4j

2023-03-22 Thread Vinoth Chandar
+1 as long as we don't break logging/bundling across all the 7 odd engines
Hudi is integrated into :)

On Wed, Feb 22, 2023 at 12:41 AM Danny Chan  wrote:

> Many popular Apache projects use slf4j now to avoid unnecessary
> conflicts, like the Apache Spark, Apache Flink,etc. slf4j is a bridge
> jar/interface for log4j/log4j2 to avoid conflicts, log4j2 is also a
> easy-conflicting jar even though it has more stable API than log4j
>
> As a bridge jar, slf4j relies on an impl jar like log4j2, that means
> both jars are needed to a complete logger system.
>
> For Hudi developers, we suggest always using slf4j instead for
> subsequent changes.
>
> Related change: https://github.com/apache/hudi/pull/7955
>
> Best,
> Danny
>