we try to get these data.
Did you have these query execution timeout exceptions before build 2.9.0_02? no
The same error happens at other customers, too. Here we have that log entry:
[2024-08-30 09:58:27 #37 store]
RetrievalTask.reportPrimaryResult0: page#720301, reader.getPos() = 1329com.objectdb.o.UserException: Query execution exceeded the 100000 milliseconds timeout
at com.objectdb.o.MSG.a(MSG.java:64)
at com.objectdb.o.PRG.b(PRG.java:1015)
at com.objectdb.o.BCN.a(BCN.java:302)
at com.objectdb.o.BCN.YZ(BCN.java:265)
at com.objectdb.o.TAI.YZ(TAI.java:233)
at com.objectdb.o.RTT.r(RTT.java:267)
at com.objectdb.o.RTT.q(RTT.java:248)
at com.objectdb.o.RST.l(RST.java:183)
at com.objectdb.o.RTT.g(RTT.java:147)
at com.objectdb.o.RTT.o(RTT.java:167)
at com.objectdb.o.RST.n(RST.java:123)
at com.objectdb.o.PGT.j(PGT.java:155)
at com.objectdb.o.RST.k(RST.java:95)
at com.objectdb.o.RTT.g(RTT.java:145)
at com.objectdb.o.RTT.o(RTT.java:167)
at com.objectdb.o.RST.n(RST.java:123)
at com.objectdb.o.PGT.j(PGT.java:155)
at com.objectdb.o.RST.k(RST.java:95)
at com.objectdb.o.RTT.g(RTT.java:145)
at com.objectdb.o.TSK.b(TSK.java:146)
at com.objectdb.o.TSK.c(TSK.java:96)
at com.objectdb.o.TSM.a(TSM.java:88)
at com.objectdb.o.RTT.o(RTT.java:165)
at com.objectdb.o.RST.n(RST.java:123)
at com.objectdb.o.PGT.j(PGT.java:155)
at com.objectdb.o.RST.k(RST.java:95)
at com.objectdb.o.RTT.g(RTT.java:145)
at com.objectdb.o.TSK.b(TSK.java:146)
at com.objectdb.o.TSK.c(TSK.java:96)
at com.objectdb.o.MST.ax(MST.java:635)
at com.objectdb.o.MST.ZN(MST.java:591)
at com.objectdb.o.PLN.ZN(PLN.java:575)
at com.objectdb.o.TAI.ZN(TAI.java:203)
at com.objectdb.o.TAI.Ze(TAI.java:136)
at com.objectdb.o.TQI.Ze(TQI.java:56)
at com.objectdb.o.TQI.Ze(TQI.java:56)
at com.objectdb.o.MQI.Zd(MQI.java:142)
at com.objectdb.o.GQI.Ze(GQI.java:150)
at com.objectdb.o.PRG.h(PRG.java:698)
at com.objectdb.o.PRG.g(PRG.java:560)
at com.objectdb.o.QRM.ZL(QRM.java:287)
at com.objectdb.o.MST.ZL(MST.java:1026)
at com.objectdb.o.WRA.ZL(WRA.java:313)
at com.objectdb.o.WSM.ZL(WSM.java:117)
at com.objectdb.o.QRR.k(QRR.java:260)
at com.objectdb.o.QRR.i(QRR.java:154)
at com.objectdb.jpa.JpaQuery.getResultList(JpaQuery.java:726)
at com.agile.hummingbirdcore.AC_Action.onActionError(AC_Action.java:984)
at com.agile.hummingbirdcore.AC_Action.errorAction(AC_Action.java:1616)
at com.agile.hummingbirdcore.API.executeErrorAction(API.java:2940)
at com.agile.hummingbirdcore.API.handleAction(API.java:2418)
at com.agile.hummingbirdcore.API.directRequest(API.java:1621)
at com.agile.hummingbirdcore.API.handleWebSocketRequest(API.java:1357)
at com.agile.hummingbirdcore.WebSocketServerListener.onWebSocketText(WebSocketServerListener.java:200)
at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextMessage(JettyListenerEventDriver.java:296)
at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:67)
at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextFrame(JettyListenerEventDriver.java:235)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:152)
at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:326)
at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:202)
at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:225)
at org.eclipse.jetty.websocket.common.Parser.parseSingleFrame(Parser.java:259)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:459)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:440)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.lang.Thread.run(Unknown Source)
for that query:
SELECT DISTINCT a from Action a WHERE a.objectsInCharge.nodePath = '/(MA)DMF-220' and a.type = 1 and a.state = 1 and a.detail = 2
this query normally takes seconds, in general it happens on any query
database can be found here
https://www.dropbox.com/scl/fi/7wwnofxwciwgqennj7dzr/coreSystemDb.rar?rlkey=mxjgf7n03up0yjv48xtzvu09r&dl=0