You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/04/29 15:25:05 UTC

[GitHub] [incubator-kyuubi] turboFei opened a new issue, #2522: Flaky Test: KyuubiBatchYarnClusterSuite - open batch session

turboFei opened a new issue, #2522:
URL: https://github.com/apache/incubator-kyuubi/issues/2522

   ### 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/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the bug
   
   ```
   KyuubiBatchYarnClusterSuite:
   - open batch session *** FAILED ***
     The code passed to eventually never returned normally. Attempted 207 times over 10.023100855000001 seconds. Last failure message: RUNNING did not equal ERROR. (KyuubiBatchYarnClusterSuite.scala:83)
   ```
   
   ### Affects Version(s)
   
   1.6.0
   
   ### Kyuubi Server Log Output
   
   _No response_
   
   ### Kyuubi Engine Log Output
   
   _No response_
   
   ### Kyuubi Server Configurations
   
   _No response_
   
   ### Kyuubi Engine Configurations
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: notifications-unsubscribe@kyuubi.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] turboFei closed issue #2522: Flaky Test: KyuubiBatchYarnClusterSuite - open batch session

Posted by GitBox <gi...@apache.org>.
turboFei closed issue #2522: Flaky Test: KyuubiBatchYarnClusterSuite - open batch session
URL: https://github.com/apache/incubator-kyuubi/issues/2522


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] ulysses-you closed issue #2522: Flaky Test: KyuubiBatchYarnClusterSuite - open batch session

Posted by GitBox <gi...@apache.org>.
ulysses-you closed issue #2522: Flaky Test: KyuubiBatchYarnClusterSuite - open batch session
URL: https://github.com/apache/incubator-kyuubi/issues/2522


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] turboFei commented on issue #2522: Flaky Test: KyuubiBatchYarnClusterSuite - open batch session

Posted by GitBox <gi...@apache.org>.
turboFei commented on issue #2522:
URL: https://github.com/apache/incubator-kyuubi/issues/2522#issuecomment-1118338726

   ```
   KyuubiBatchYarnClusterSuite:
   - open batch session *** FAILED ***
     The code passed to eventually never returned normally. Attempted 3578 times over 3.0008272455666667 minutes. Last failure message: FINISHED did not equal ERROR. (KyuubiBatchYarnClusterSuite.scala:87)
   ```
   
   Related code:
   ```
       assert(appInfo("state") === "KILLED")
   
       eventually(timeout(3.minutes), interval(50.milliseconds)) {
         assert(batchJobSubmissionOp.getStatus.state === ERROR)
       }
   ```
   
   It seems that, in yarn-client mode, even we kill the yarn application, the local process exit code is still 0.
   
   So, I think that, we need check the application state according to resource manager state.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org