Re: Broken/Flaky Tests

2018-06-14 Thread Tim Armstrong
I'm concerned that for the last couple of days we've been finding new issues faster than we're fixing them. I'll start pushing back on some higher-risk changes (e.g. in race-prone parts of the code) until we've cleared up some of the issues. On Tue, Jun 12, 2018 at 1:31 PM, Tim Armstrong wrote:

Re: Broken/Flaky Tests

2018-06-07 Thread Tim Armstrong
All of the major known issues except an S3 infra issue are fixed. We got broken in a minor way by a Hive change: https://issues.apache.org/jira/browse/IMPALA-7143 so I disabled the tests until we can sort that out. We should start to think about how to merge outstanding changes in an orderly way.

Re: UDA debugging, was Re: Broken/Flaky Tests

2018-06-07 Thread Csaba Ringhofer
Hi! I have left some comments in the code (lines starting with /// ) + removed the md5 implementation parts to make the answer shorter. Note that I am not sure about the goal you want to achieve with the UDA - can you explain what countMD5 would be used for? > void md5(const unsigned char

?????? UDA debugging, was Re: Broken/Flaky Tests

2018-06-06 Thread ??????
. -- -- ??: ""<865392...@qq.com>; : 2018??6??7??(??) 8:32 ??: "dev"; : ?? UDA debugging, was Re: Broken/Flaky Tests md5_udaf.h #ifndef _MD5_UDAF_H_ #define _MD5_UDAF_H_ #include&

?????? UDA debugging, was Re: Broken/Flaky Tests

2018-06-06 Thread ??????
### define function SQL in impala-shell: create aggregate function countMD5(string) returns string location 'hdfs://nameservice1:8020//user/hive/udfjars/libmd5udaf.so' init_fn='init_func' update_fn='update_func' merge_fn='merge_func' serialize_fn='serialize_func' finalize_

Re: Broken/Flaky Tests

2018-06-06 Thread Tim Armstrong
We ran into some test issues cherry-picking the latest set of changes to 2.x. I pushed out a fix and I'm merging now. Once that is done the main build fixes should be on both 2.x and master. On Tue, Jun 5, 2018 at 6:08 PM, Tim Armstrong wrote: > Ok, so 2/3 of those fixes are merged and the

Re: UDA debugging, was Re: Broken/Flaky Tests

2018-06-06 Thread Jim Apple
t; -- 原始邮件 -- > *发件人:* "Tim Armstrong"; > *发送时间:* 2018年6月6日(星期三) 中午12:38 > *收件人:* "dev"; > *主题:* Re: UDA debugging, was Re: Broken/Flaky Tests > > We're happy to give you pointers. If you could share your uda code and > "cre

?????? UDA debugging, was Re: Broken/Flaky Tests

2018-06-06 Thread ??????
t;Tim Armstrong"; : 2018??6??6??(??) 12:38 ??: "dev"; : Re: UDA debugging, was Re: Broken/Flaky Tests We're happy to give you pointers. If you could share your uda code and "create function" that would help us help you On Tue., 5 Jun. 2018,

Re: UDA debugging, was Re: Broken/Flaky Tests

2018-06-05 Thread Tim Armstrong
; > > > > > > > > > -- 原始邮件 -- > > 发件人: "Tim Armstrong"; > > 发送时间: 2018年6月6日(星期三) 上午9:08 > > 收件人: "dev@impala"; > > > > 主题: Re: Broken/Flaky Tests > > > > > > > > Ok,

UDA debugging, was Re: Broken/Flaky Tests

2018-06-05 Thread Jim Apple
I get the null value every time. That is why? > > > > > -- 原始邮件 -- > 发件人: "Tim Armstrong"; > 发送时间: 2018年6月6日(星期三) 上午9:08 > 收件人: "dev@impala"; > > 主题: Re: Broken/Flaky Tests > > > > Ok, so 2/3 of those

Re: Broken/Flaky Tests

2018-06-05 Thread Tim Armstrong
Things are starting to look healthier now. I went through the broken-build JIRAs and downgraded some of the infrequent infrastructure issues to critical so we have a clearer idea of what's actually breaking the build now versus what's an occasional infra issue:

Re: Broken/Flaky Tests

2018-06-01 Thread Hubert Sun
While it may be frustrating to have 15 changes queued up, the goal is to get the builds green. Allowing changes that are deemed low risk won't help this cause. Let's concentrate on addressing the build issues

Re: Broken/Flaky Tests

2018-06-01 Thread Lars Volker
Hi Thomas, Can you give an update on where we are with the builds? We currently have ~15 changes with a +2: https://gerrit.cloudera.org/#/q/status:open+project:Impala-ASF+branch:master+label:Code-Review%253D2 Thanks, Lars On Fri, May 25, 2018 at 5:20 PM, Henry Robinson wrote: > +1 - thanks

Re: Broken/Flaky Tests

2018-05-25 Thread Henry Robinson
+1 - thanks for worrying about build health. On 25 May 2018 at 17:18, Jim Apple wrote: > Sounds good to me. Thanks for taking ownership! > > On Fri, May 25, 2018 at 5:10 PM Thomas Tauber-Marshall < > tmarsh...@cloudera.com> wrote: > > > Hey Impala community, > > > > There

Re: Broken/Flaky Tests

2018-05-25 Thread Jim Apple
Sounds good to me. Thanks for taking ownership! On Fri, May 25, 2018 at 5:10 PM Thomas Tauber-Marshall < tmarsh...@cloudera.com> wrote: > Hey Impala community, > > There seems to have been an unusually large number of flaky or broken tests > < >

Broken/Flaky Tests

2018-05-25 Thread Thomas Tauber-Marshall
Hey Impala community, There seems to have been an unusually large number of flaky or broken tests