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 2020/08/27 18:15:56 UTC

[GitHub] [kafka] guozhangwang commented on pull request #8988: KAFKA-10199: Separate restore threads [WIP]

guozhangwang commented on pull request #8988:
URL: https://github.com/apache/kafka/pull/8988#issuecomment-682111104


   > Is this planned for a follow-up PR or were you just waiting to get a review of the basics before diving deeper into this work?
   
   Yes that's the plan. More concreted I'm going to change this condition:
   
   ```
   if (state == State.RUNNING) { // process
   ```
   
   In `StreamThread#runOnce` to
   
   ```
   if (taskManager#hasRunnableActiveTask)
   ```
   
   I think this is what you're asking for, right?


----------------------------------------------------------------
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.

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