pan3793 commented on issue #7363:
URL: https://github.com/apache/kyuubi/issues/7363#issuecomment-4170009830

   > Using Locust to simulate client behavior with the following workflow:
   >
   > Create operation
   >
   > Poll operation status
   >
   > Fetch operation result
   
   Which exactly APIs? General descriptions do not help understand problems
   
   
   
   > ```
   > 2026-03-20 17:44:42.814 INFO  ExecuteStatement - Processing zhou's 
query[a0f5cbc3-08a4-4a54-8e38-e944174fa940]: FINISHED_STATE -> CLOSED_STATE, 
time taken: 109.472 seconds
   > ```
   this is clear that the op was closed explicitly, so the question is where 
the signal comes from, two suggestions:
   
   - follow the latest `conf/log4j2.xml.template` to enable `restAudit` logs, 
then check if it is closed by REST API request.
   - tune the code of `ExecuteStatement` where prints the above logs, print the 
callsite
   
   your screenshot indicates you are using batch operation? this does not match 
what you described above (I assume you are using interactive sessions)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to