beliefer opened a new issue, #7314: URL: https://github.com/apache/kyuubi/issues/7314
### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [x] I have searched in the [issues](https://github.com/apache/kyuubi/issues?q=is%3Aissue) and found no similar issues. ### Describe the bug The Kyuubi query did not take effect when entering the ERROR_STATE from RUNNING-STATE, and eventually changed back to RUNNING-STATE. Then keep running continuously until timeout or manual kill. The log show below. ``` : 26/01/25 04:24:11 INFO[ org.apache.kyuubi.engine.spark.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.engine.spark.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) "Processing g10_us's query[284c07fb-a061-4489-a725-e3d68b2174d9]: RUNNING_STATE -> ERROR_STATE, time taken: 7.146 seconds" : 26/01/25 04:24:11 ERROR[ org.apache.kyuubi.engine.spark.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.engine.spark.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) "Exception in query[284c07fb-a061-4489-a725-e3d68b2174d9]: Error operating ExecuteStatement:[ org.apache.hadoop.mapred.InvalidInputException:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.hadoop.mapred.InvalidInputException%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username =@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Input path does not exist: hdfs:///src/day/dt=20260124 : Caused by:[ java.io.IOException:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Fjava.io.IOException%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Input path does not exist: hdfs:///src/day/dt=20260124 2026-01-25 04:24:13.942 INFO KyuubiSessionManager-exec-pool: Thread-3661628[ org.apache.kyuubi.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Query[284c07fb-a061-4489-a725-e3d68b2174d9] in RUNNING_STATE 2026-01-25 04:24:18.943 INFO KyuubiSessionManager-exec-pool: Thread-3661628[ org.apache.kyuubi.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Query[284c07fb-a061-4489-a725-e3d68b2174d9] in RUNNING_STATE 2026-01-25 04:24:23.944 INFO KyuubiSessionManager-exec-pool: Thread-3661628[ org.apache.kyuubi.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Query[284c07fb-a061-4489-a725-e3d68b2174d9] in RUNNING_STATE ``` The last log message is repeatedly appearing. ### Affects Version(s) 1.8.0 ### Kyuubi Server Log Output ```logtalk : 26/01/25 04:24:11 INFO[ org.apache.kyuubi.engine.spark.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.engine.spark.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) "Processing g10_us's query[284c07fb-a061-4489-a725-e3d68b2174d9]: RUNNING_STATE -> ERROR_STATE, time taken: 7.146 seconds" : 26/01/25 04:24:11 ERROR[ org.apache.kyuubi.engine.spark.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.engine.spark.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) "Exception in query[284c07fb-a061-4489-a725-e3d68b2174d9]: Error operating ExecuteStatement:[ org.apache.hadoop.mapred.InvalidInputException:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.hadoop.mapred.InvalidInputException%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username =@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Input path does not exist: hdfs:///src/day/dt=20260124 : Caused by:[ java.io.IOException:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Fjava.io.IOException%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Input path does not exist: hdfs:///src/day/dt=20260124 2026-01-25 04:24:13.942 INFO KyuubiSessionManager-exec-pool: Thread-3661628[ org.apache.kyuubi.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Query[284c07fb-a061-4489-a725-e3d68b2174d9] in RUNNING_STATE 2026-01-25 04:24:18.943 INFO KyuubiSessionManager-exec-pool: Thread-3661628[ org.apache.kyuubi.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Query[284c07fb-a061-4489-a725-e3d68b2174d9] in RUNNING_STATE 2026-01-25 04:24:23.944 INFO KyuubiSessionManager-exec-pool: Thread-3661628[ org.apache.kyuubi.operation.ExecuteStatement:](https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxcheckurl?requrl=http%3A%2F%2Forg.apache.kyuubi.operation.ExecuteStatement%3A&skey=%40crypt_11a8b7bc_35bc0fdd7c3f497d64e3e53a5fb58e7e&deviceid=e796872855946416&pass_ticket=j9EBOJRwhyStCHb2HootXAMkM7quWMZ1Ddq1tGgilJa2AjX5%252Fnq9HSwPdoYTOxZYr66sJhtnFExRF9PaVCy6rw%253D%253D&opcode=2&scene=1&username=@59856e166d674e96884ad5707b6ab13f218a37e3e0aaae62c0c66df18cadde6e) Query[284c07fb-a061-4489-a725-e3d68b2174d9] in RUNNING_STATE ``` ### Kyuubi Engine Log Output ```logtalk ``` ### Kyuubi Server Configurations ```yaml ``` ### Kyuubi Engine Configurations ```yaml ``` ### Additional context _No response_ ### Are you willing to submit PR? - [ ] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix. - [ ] No. I cannot submit a PR at this time. -- 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]
