Addition to my last message: The link with PR for DRILL-1491 https://github.com/apache/drill/pull/1143 on which the we can see TestDrillbitResilience.cancelAfterAllResultsProduced failure.
2018-03-07 11:45 GMT+02:00 Volodymyr Tkach <vovatkac...@gmail.com>: > *To Parth:* > The failure can only be seen if run on DRILL-1491 branch, because it uses > jdk 1.8 in pom.xml > > <source>1.8</source> > <target>1.8</target> > > 2018-03-07 6:03 GMT+02:00 Sorabh Hamirwasia <shamirwa...@mapr.com>: > >> Just sent an email on RCA of DRILL-6216 to discuss next steps. >> >> >> Thanks, >> Sorabh >> >> ________________________________ >> From: Parth Chandra <par...@apache.org> >> Sent: Tuesday, March 6, 2018 6:48:21 PM >> To: dev >> Subject: Re: [DISCUSS] 1.13.0 release >> >> We have two items remaining - >> >> DRILL-1491 - Ideally, I would like to make sure that CANCEL is handled >> correctly with JDK 8. If the failure of the unit test is because the >> cancel >> is received after the query is completed, then the issue is less severe, >> but I would like to be sure that this is the case. >> Are there others who see the DrillbitResilience tests failing for them? >> Can >> we try to assist Volodymyr? I don't see the failures myself. >> >> DRILL-6216 - this is a showstopper. >> >> >> On Wed, Mar 7, 2018 at 5:27 AM, Kunal Khatua <kunalkha...@gmail.com> >> wrote: >> >> > Hi Parth >> > >> > DRILL-6216 is a release blocker that is being currently looked into. >> > >> > Ref: >> > DRILL-6216: Metadata mismatch when connecting to a Drill 1.12.0 with a >> > Drill-1.13.0-SNAPSHOT driver >> > https://urldefense.proofpoint.com/v2/url?u=https-3A__issues. >> apache.org_jira_browse_DRILL-2D6216&d=DwIBaQ&c=cskdkSMqhcnjZ >> xdQVpwTXg&r=gRpEl0WzXE3EMrwj0KFbZXGXRyadOthF2jlYxvhTlQg&m=xu >> Rz02Sbprxvbtw1OrBuDvlRbp2lh9mz3sxpP5-wHPs&s=txeKaKzF67flAi48 >> DUNLgMWbxje1GXWxfFpG6BEPXk0&e= >> > >> > Please add it to the list of required commits as well. >> > >> > Thanks >> > ~ Kunal >> > On 3/6/2018 9:53:06 AM, Volodymyr Tkach <vovatkac...@gmail.com> wrote: >> > Right now i haven't found the reason of >> > TestDrillbitResilience.cancelAfterAllResultsProduced failure, most >> likely >> > the cause of the failure is that the query is able to have been >> completed >> > before cancellation request is processed. >> > This test not only the case, there is one more ignored test >> > TestDrillbitResilience.cancelAfterEverythingIsCompleted and jira >> > DRILL-3967 >> > created, although the environment is AWS. >> > >> > Maybe it makes sense to ignore this test to unblock the release and >> merge >> > JDK8 changes? >> > >> > >