You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/07/31 00:21:42 UTC

[GitHub] [kafka] wcarlson5 opened a new pull request #11152: MINOR: allow for reties of other InvalidStateStoreExceptions

wcarlson5 opened a new pull request #11152:
URL: https://github.com/apache/kafka/pull/11152


   Sometimes the test would hit a different InvalidStateStoreExcpetion but if retied it would still work. I think we can remove the check and log the exception. If the test recovers then it is fine. But if it times-out the exception will be in the logs. 
   
   The other exception is:
   
   java.lang.AssertionError: org.apache.kafka.streams.errors.InvalidStateStoreException: The state store, source-table, may have migrated to another instance.
   
   I ran the test 300 times failing on any exception but checking if it would timeout or have recovered. 13 times it hit an exception 10 of the one check for 3 of the one failed. It never timed-out and in all cases recovered after a retry. 
   
   I then ran the test 3117 times and it did not fail once where it would have failed about 1:100 times previously.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscribe@kafka.apache.org

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



[GitHub] [kafka] wcarlson5 commented on pull request #11152: MINOR: allow for reties of other InvalidStateStoreExceptions

Posted by GitBox <gi...@apache.org>.
wcarlson5 commented on pull request #11152:
URL: https://github.com/apache/kafka/pull/11152#issuecomment-890263392


   already fixed :) https://github.com/apache/kafka/pull/11129


-- 
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: jira-unsubscribe@kafka.apache.org

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



[GitHub] [kafka] wcarlson5 closed pull request #11152: MINOR: allow for reties of other InvalidStateStoreExceptions

Posted by GitBox <gi...@apache.org>.
wcarlson5 closed pull request #11152:
URL: https://github.com/apache/kafka/pull/11152


   


-- 
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: jira-unsubscribe@kafka.apache.org

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