Re: Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread Willem Jiang
We need the contributor to sign the iCLA when submitting no trivial patch. Otherwise, we cannot merge the patch into the main branch. For the question2, if the contributor do the contribution in his daily work, we need to do the IP clearance with the SGA or CCLA. Please let me know if you have a

Re:Re: [Proposal] Support load data only with some tablets instead of all tablets in the partition to improve data loading stability

2022-02-21 Thread 陈明雨
If you want to implement version control at the tablet level, then first, you need to design a way for FE to be able to clearly distinguish between “missing versions” and “unimported versions”. Let's say two tablet A and B under the same partition. tablet A is with version 3 and tablet B is wit

Re: [Proposal] Support load data only with some tablets instead of all tablets in the partition to improve data loading stability

2022-02-21 Thread 王博
Problems and solutions are relatively clear. I would like to do some discussion on the problems this solution may face. First, It seems that you want to commit transactions based on tablet granularity, I think multiple tablets in one partition should keep consistency in one steam load. In one strea

??????[VOTE] Release Flink Connectors v1.0.2 for Apache Doris(Incubating)

2022-02-21 Thread 41108453
+1 I have verified the checkability below?? [x] Is the download link legal? [x] Check whether the value and PGP signature are legal. [x] Whether to include a DISCLAIMER or DISCLAIMER-WIP file. [x] Whether the code matches the current release version. [x] LICENSE and NOTICE files are correct. [x

Re:[VOTE] Release Flink Connectors v1.0.2 for Apache Doris(Incubating)

2022-02-21 Thread 陈明雨
If you are about to compile the source code, please download it from tag and run: "cd flink-doris-connector && sh build.sh --tag" And here is my +1(binding) I checked: [x] PGP signature are legitimate [x] DISCLAIMER is included. [x] The code matches the current release. [x] LICENSE and NOTICE

[VOTE] Release Flink Connectors v1.0.2 for Apache Doris(Incubating)

2022-02-21 Thread 陈明雨
Hi All, This is a call for vote to release Flink Connectors v1.0.2 for Apache Doris(Incubating). There are 4 outputs for different Flink versions: - apache-doris-flink-connector-1.11.6-2.12-1.0.2-incubating - apache-doris-flink-connector-1.12.7-2.12-1.0.2-incubating - apache-doris-flink

Re:Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread 陈明雨
Hi Willem: I have a few questions. 1. Do all contributors need to sign iCLA? Currently most Contributors in Doris have not signed iCLA, only Committer or PPMC members have signed it. 2. this feature is from a contributor in Meituan, Inc, does it also need IP clearance? I refer to the ins

Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread Willem Jiang
You can find the IP Clearance guide here[1] [1]https://incubator.apache.org/guides/ip_clearance.html Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Feb 22, 2022 at 8:40 AM Willem Jiang wrote: > > Please make sure the contributor signed the CLA. > If these test framework is from Baid

Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread Willem Jiang
Please make sure the contributor signed the CLA. If these test framework is from Baidu, we need to go through the IP clearance[1] [1]https://incubator.apache.org/ip-clearance/ Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Feb 21, 2022 at 11:25 AM ling miao wrote: > > First, we need

Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread Shuo Wang
Great job, man! ling miao 于2022年2月21日周一 11:25写道: > First, we need to open source the P0 test set (From Baidu)~ > > Ling Miao > > 924060929 <924060...@qq.com.invalid> 于2022年2月19日周六 18:43写道: > > > Thinks for greate suggestions. > > > > > > The print result function is missing, and can run parallel

[Proposal] Support load data only with some tablets instead of all tablets in the partition to improve data loading stability

2022-02-21 Thread 蔡聪辉
Now,we want to improve the performance and stability of loading data,one way is only load some tablets in the partition instead of all tablets which may cause many little files and bring instability,and for stability I would gradually change it, the first step is to support tablet with version p