From issues-return-154775-archive-asf-public=cust-asf.ponee.io@hive.apache.org Sun Mar 31 09:32:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EEBBE18077A for ; Sun, 31 Mar 2019 11:32:02 +0200 (CEST) Received: (qmail 41586 invoked by uid 500); 31 Mar 2019 09:32:01 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 41571 invoked by uid 99); 31 Mar 2019 09:32:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Mar 2019 09:32:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 368B2E2757 for ; Sun, 31 Mar 2019 09:32:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 624A82459A for ; Sun, 31 Mar 2019 09:32:00 +0000 (UTC) Date: Sun, 31 Mar 2019 09:32:00 +0000 (UTC) From: "Laszlo Bodor (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HIVE-21550) TestObjectStore tests are flaky - A lock could not be obtained within the time requested MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-21550?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1680= 6093#comment-16806093 ]=20 Laszlo Bodor edited comment on HIVE-21550 at 3/31/19 9:31 AM: -------------------------------------------------------------- reproduced with=C2=A0[^HIVE-21550.repro.patch], result:=C2=A0[^org.apache.h= adoop.hive.metastore.TestObjectStore-output.txt] {code:java} mvn test -Dtest.groups=3D -T 1C -Dtest=3DTestObjectStore -pl ./standalone-m= etastore/metastore-server tail -F standalone-metastore/metastore-server/target/surefire-reports/org.a= pache.hadoop.hive.metastore.TestObjectStore-output.txt{code} =C2=A0 was (Author: abstractdog): reproduced with=C2=A0[^HIVE-21550.repro.patch], result:=C2=A0[^org.apache.h= adoop.hive.metastore.TestObjectStore-output.txt] =C2=A0 {code:java} mvn test -Dtest.groups=3D -T 1C -Dtest=3DTestObjectStore -pl ./standalone-m= etastore/metastore-server^ tail -F standalone-metastore/metastore-server/target/surefire-reports/org.a= pache.hadoop.hive.metastore.TestObjectStore-output.txt{code} =C2=A0 > TestObjectStore tests are flaky - A lock could not be obtained within th= e time requested > -------------------------------------------------------------------------= ---------------- > > Key: HIVE-21550 > URL: https://issues.apache.org/jira/browse/HIVE-21550 > Project: Hive > Issue Type: Bug > Reporter: Laszlo Bodor > Assignee: Laszlo Bodor > Priority: Major > Attachments: HIVE-21550.repro.patch, TEST-230_UTBatch_standalone-= metastore__metastore-server_20_tests-TEST-org.apache.hadoop.hive.metastore.= TestObjectStore.xml, maven-test.txt, org.apache.hadoop.hive.metastore.TestO= bjectStore-output.txt, screenshot-builds.apache.org-2019.03.30-12-38-32.png > > > found in=C2=A0HIVE-21396 > TestObjectStore contains 24 tests, but 14 of them failed, the same ones, = twice in a row > [https://builds.apache.org/job/PreCommit-HIVE-Build/16744/testReport] > [https://builds.apache.org/job/PreCommit-HIVE-Build/16774/testReport] > {code:java} > org.apache.hadoop.hive.metastore.TestObjectStore.catalogs (batchId=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testDatabaseOps (batchId= =3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testDeprecatedConfigIsOv= erwritten (batchId=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSQLDropParitio= nsCleanup (batchId=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSQLDropPartiti= onsCacheCrossSession (batchId=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSqlErrorMetric= s (batchId=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testEmptyTrustStoreProps= (batchId=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testMasterKeyOps (batchI= d=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testMaxEventResponse (ba= tchId=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testPartitionOps (batchI= d=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testQueryCloseOnError (b= atchId=3D230) > org.apache.hadoop.hive.metastore.TestObjectStore.testRoleOps (batchId=3D2= 30) > org.apache.hadoop.hive.metastore.TestObjectStore.testTableOps (batchId=3D= 230) > org.apache.hadoop.hive.metastore.TestObjectStore.testUseSSLProperty (batc= hId=3D230) > {code} > all of the tests fail while initializing (see [^maven-test.txt]), droppin= g all objects (TestObjectStore.setUp:141->dropAllStoreObjects:776) > {code:java} > SELECT DISTINCT 'org.apache.hadoop.hive.metastore.model.MPartition' AS NU= CLEUS_TYPE,A0.CREATE_TIME,A0.LAST_ACCESS_TIME,A0.PART_NAME,A0.WRITE_ID,A0.P= ART_ID,A0.PART_NAME AS NUCORDER0 FROM PARTITIONS A0 LEFT OUTER JOIN TBLS B0= ON A0.TBL_ID =3D B0.TBL_ID LEFT OUTER JOIN DBS C0 ON B0.DB_ID =3D C0.DB_ID= WHERE B0.TBL_NAME =3D ? AND C0."NAME" =3D ? AND C0.CTLG_NAME =3D ? ORDER B= Y NUCORDER0 FETCH NEXT 100 ROWS ONLY > {code} > seems like a deadlock or stuff, all the tests are failed in 2min0sec, so = an increased timeout wouldn't help here i think > {code:java} > javax.jdo.JDODataStoreException: Error executing SQL query "select "PARTI= TIONS"."PART_ID" from "PARTITIONS" inner join "TBLS" on "PARTITIONS"."TBL_I= D" =3D "TBLS"."TBL_ID" and "TBLS"."TBL_NAME" =3D ? inner join "DBS" on "TBL= S"."DB_ID" =3D "DBS"."DB_ID" and "DBS"."NAME" =3D ? where "DBS"."CTLG_NAME"= =3D ? order by "PART_NAME" asc". at org.datanucleus.api.jdo.NucleusJDOHelp= er.getJDOExceptionForNucleusException(NucleusJDOHelper.java:543) ~[datanucl= eus-api-jdo-4.2.4.jar:?] at org.datanucleus.api.jdo.JDOQuery.executeInterna= l(JDOQuery.java:391) ~[datanucleus-api-jdo-4.2.4.jar:?] at org.datanucleus.= api.jdo.JDOQuery.executeWithArray(JDOQuery.java:267) ~[datanucleus-api-jdo-= 4.2.4.jar:?] at org.apache.hadoop.hive.metastore.MetastoreDirectSqlUtils.ex= ecuteWithArray(MetastoreDirectSqlUtils.java:61) [classes/:?] at org.apache.= hadoop.hive.metastore.MetaStoreDirectSql.executeWithArray(MetaStoreDirectSq= l.java:1882) [classes/:?] at org.apache.hadoop.hive.metastore.MetaStoreDire= ctSql.getPartitionIdsViaSqlFilter(MetaStoreDirectSql.java:759) [classes/:?]= at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.getPartitions(MetaS= toreDirectSql.java:673) [classes/:?] at org.apache.hadoop.hive.metastore.Ob= jectStore$7.getSqlResult(ObjectStore.java:2677) [classes/:?] at org.apache.= hadoop.hive.metastore.ObjectStore$7.getSqlResult(ObjectStore.java:2673) [cl= asses/:?] at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(Obj= ectStore.java:3606) [classes/:?] at org.apache.hadoop.hive.metastore.Object= Store.getPartitionsInternal(ObjectStore.java:2689) [classes/:?] at org.apac= he.hadoop.hive.metastore.ObjectStore.getPartitions(ObjectStore.java:2621) [= classes/:?] at org.apache.hadoop.hive.metastore.TestObjectStore.dropAllStor= eObjects(TestObjectStore.java:776) [test-classes/:?] at org.apache.hadoop.h= ive.metastore.TestObjectStore.setUp(TestObjectStore.java:141) [test-classes= /:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8= .0_102] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:62) ~[?:1.8.0_102] at sun.reflect.DelegatingMethodAccessorImpl.in= voke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102] at java.lang.refl= ect.Method.invoke(Method.java:498) ~[?:1.8.0_102] at org.junit.runners.mode= l.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.= jar:?] at org.junit.internal.runners.model.ReflectiveCallable.run(Reflectiv= eCallable.java:12) [junit-4.11.jar:?] at org.junit.runners.model.FrameworkM= ethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:?] at org.= junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) [= junit-4.11.jar:?] at org.junit.internal.runners.statements.RunAfters.evalua= te(RunAfters.java:27) [junit-4.11.jar:?] at org.junit.runners.ParentRunner.= runLeaf(ParentRunner.java:271) [junit-4.11.jar:?] at org.junit.runners.Bloc= kJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) [junit-4.11.jar= :?] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRu= nner.java:50) [junit-4.11.jar:?] at org.junit.runners.ParentRunner$3.run(Pa= rentRunner.java:238) [junit-4.11.jar:?] at org.junit.runners.ParentRunner$1= .schedule(ParentRunner.java:63) [junit-4.11.jar:?] at org.junit.runners.Par= entRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:?] at org.juni= t.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:?] = at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-= 4.11.jar:?] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [j= unit-4.11.jar:?] at org.apache.maven.surefire.junit4.JUnit4Provider.execute= (JUnit4Provider.java:369) [surefire-junit4-2.20.1.jar:2.20.1] at org.apache= .maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:= 275) [surefire-junit4-2.20.1.jar:2.20.1] at org.apache.maven.surefire.junit= 4.JUnit4Provider.executeTestSet(JUnit4Provider.java:239) [surefire-junit4-2= .20.1.jar:2.20.1] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke= (JUnit4Provider.java:160) [surefire-junit4-2.20.1.jar:2.20.1] at org.apache= .maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedB= ooter.java:373) [surefire-booter-2.20.1.jar:2.20.1] at org.apache.maven.sur= efire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefi= re-booter-2.20.1.jar:2.20.1] at org.apache.maven.surefire.booter.ForkedBoot= er.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1] at or= g.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [su= refire-booter-2.20.1.jar:2.20.1]=20 > Caused by: java.sql.SQLTransactionRollbackException: A lock could not be = obtained within the time requested at org.apache.derby.impl.jdbc.SQLExcepti= onFactory40.getSQLException(Unknown Source) ~[derby-10.10.2.0.jar:?] at org= .apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) ~[derby= -10.10.2.0.jar:?] at org.apache.derby.impl.jdbc.TransactionResourceImpl.wra= pInSQLException(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derb= y.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) ~[derby= -10.10.2.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.handleExcep= tion(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.jdbc= .ConnectionChild.handleException(Unknown Source) ~[derby-10.10.2.0.jar:?] a= t org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source= ) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.jdbc.EmbedPreparedState= ment.executeStatement(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apach= e.derby.impl.jdbc.EmbedPreparedStatement.executeQuery(Unknown Source) ~[der= by-10.10.2.0.jar:?] at com.zaxxer.hikari.pool.ProxyPreparedStatement.execut= eQuery(ProxyPreparedStatement.java:52) ~[HikariCP-2.6.1.jar:?] at com.zaxxe= r.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPrepared= Statement.java) ~[HikariCP-2.6.1.jar:?] at org.datanucleus.store.rdbms.Para= mLoggingPreparedStatement.executeQuery(ParamLoggingPreparedStatement.java:3= 75) ~[datanucleus-rdbms-4.1.19.jar:?] at org.datanucleus.store.rdbms.SQLCon= troller.executeStatementQuery(SQLController.java:552) ~[datanucleus-rdbms-4= .1.19.jar:?] at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(S= QLQuery.java:645) ~[datanucleus-rdbms-4.1.19.jar:?] at org.datanucleus.stor= e.query.Query.executeQuery(Query.java:1855) ~[datanucleus-core-4.1.17.jar:?= ] at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.j= ava:807) ~[datanucleus-rdbms-4.1.19.jar:?] at org.datanucleus.api.jdo.JDOQu= ery.executeInternal(JDOQuery.java:368) ~[datanucleus-api-jdo-4.2.4.jar:?] .= .. 38 more=20 > Caused by: org.apache.derby.impl.jdbc.EmbedSQLException: A lock could not= be obtained within the time requested at org.apache.derby.impl.jdbc.SQLExc= eptionFactory.getSQLException(Unknown Source) ~[derby-10.10.2.0.jar:?] at o= rg.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossD= RDA(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.jdbc.= SQLExceptionFactory40.getSQLException(Unknown Source) ~[derby-10.10.2.0.jar= :?] at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Sourc= e) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.jdbc.TransactionResour= ceImpl.wrapInSQLException(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.a= pache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Sourc= e) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.h= andleException(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby= .impl.jdbc.ConnectionChild.handleException(Unknown Source) ~[derby-10.10.2.= 0.jar:?] at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unkn= own Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.jdbc.EmbedPre= paredStatement.executeStatement(Unknown Source) ~[derby-10.10.2.0.jar:?] at= org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeQuery(Unknown Sou= rce) ~[derby-10.10.2.0.jar:?] at com.zaxxer.hikari.pool.ProxyPreparedStatem= ent.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-2.6.1.jar:?] at= com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariPro= xyPreparedStatement.java) ~[HikariCP-2.6.1.jar:?] at org.datanucleus.store.= rdbms.ParamLoggingPreparedStatement.executeQuery(ParamLoggingPreparedStatem= ent.java:375) ~[datanucleus-rdbms-4.1.19.jar:?] at org.datanucleus.store.rd= bms.SQLController.executeStatementQuery(SQLController.java:552) ~[datanucle= us-rdbms-4.1.19.jar:?] at org.datanucleus.store.rdbms.query.SQLQuery.perfor= mExecute(SQLQuery.java:645) ~[datanucleus-rdbms-4.1.19.jar:?] at org.datanu= cleus.store.query.Query.executeQuery(Query.java:1855) ~[datanucleus-core-4.= 1.17.jar:?] at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(= SQLQuery.java:807) ~[datanucleus-rdbms-4.1.19.jar:?] at org.datanucleus.api= .jdo.JDOQuery.executeInternal(JDOQuery.java:368) ~[datanucleus-api-jdo-4.2.= 4.jar:?] ... 38 more Caused by: org.apache.derby.iapi.error.StandardExcepti= on: A lock could not be obtained within the time requested at org.apache.de= rby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.10= .2.0.jar:?] at org.apache.derby.impl.services.locks.ConcurrentLockSet.lockO= bject(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.ser= vices.locks.ConcurrentLockSet.zeroDurationLockObject(Unknown Source) ~[derb= y-10.10.2.0.jar:?] at org.apache.derby.impl.services.locks.AbstractPool.zer= oDurationlockObject(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.= derby.impl.services.locks.ConcurrentPool.zeroDurationlockObject(Unknown Sou= rce) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.store.raw.xact.RowLo= cking2nohold.lockRecordForRead(Unknown Source) ~[derby-10.10.2.0.jar:?] at = org.apache.derby.impl.store.access.heap.HeapController.lockRow(Unknown Sour= ce) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.store.access.heap.Hea= pController.lockRow(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.= derby.impl.store.access.btree.index.B2IRowLocking3.lockRowOnPage(Unknown So= urce) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.store.access.btree.= index.B2IRowLocking3._lockScanRow(Unknown Source) ~[derby-10.10.2.0.jar:?] = at org.apache.derby.impl.store.access.btree.index.B2IRowLockingRR.lockScanR= ow(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.store.= access.btree.BTreeForwardScan.fetchRows(Unknown Source) ~[derby-10.10.2.0.j= ar:?] at org.apache.derby.impl.store.access.btree.BTreeScan.fetchNextGroup(= Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.sql.execu= te.BulkTableScanResultSet.reloadArray(Unknown Source) ~[derby-10.10.2.0.jar= :?] at org.apache.derby.impl.sql.execute.BulkTableScanResultSet.getNextRowC= ore(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.sql.e= xecute.IndexRowToBaseRowResultSet.getNextRowCore(Unknown Source) ~[derby-10= .10.2.0.jar:?] at org.apache.derby.impl.sql.execute.NestedLoopJoinResultSet= .getNextRowCore(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derb= y.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source) = ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.sql.execute.SortResultSet= .getRowFromResultSet(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache= .derby.impl.sql.execute.SortResultSet.getNextRowFromRS(Unknown Source) ~[de= rby-10.10.2.0.jar:?] at org.apache.derby.impl.sql.execute.SortResultSet.loa= dSorter(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.s= ql.execute.SortResultSet.openCore(Unknown Source) ~[derby-10.10.2.0.jar:?] = at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.openCore(Unkn= own Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.sql.execute.B= asicNoPutResultSetImpl.open(Unknown Source) ~[derby-10.10.2.0.jar:?] at org= .apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)= ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.sql.GenericPreparedState= ment.execute(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.i= mpl.jdbc.EmbedStatement.executeStatement(Unknown Source) ~[derby-10.10.2.0.= jar:?] at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatemen= t(Unknown Source) ~[derby-10.10.2.0.jar:?] at org.apache.derby.impl.jdbc.Em= bedPreparedStatement.executeQuery(Unknown Source) ~[derby-10.10.2.0.jar:?] = at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPrepared= Statement.java:52) ~[HikariCP-2.6.1.jar:?] at com.zaxxer.hikari.pool.Hikari= ProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[Hi= kariCP-2.6.1.jar:?] at org.datanucleus.store.rdbms.ParamLoggingPreparedStat= ement.executeQuery(ParamLoggingPreparedStatement.java:375) ~[datanucleus-rd= bms-4.1.19.jar:?] at org.datanucleus.store.rdbms.SQLController.executeState= mentQuery(SQLController.java:552) ~[datanucleus-rdbms-4.1.19.jar:?] at org.= datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:645) ~[= datanucleus-rdbms-4.1.19.jar:?] at org.datanucleus.store.query.Query.execut= eQuery(Query.java:1855) ~[datanucleus-core-4.1.17.jar:?] at org.datanucleus= .store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:807) ~[datanucle= us-rdbms-4.1.19.jar:?] at org.datanucleus.api.jdo.JDOQuery.executeInternal(= JDOQuery.java:368) ~[datanucleus-api-jdo-4.2.4.jar:?] ... 38 more > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)