hachikuji opened a new pull request, #12530:
URL: https://github.com/apache/kafka/pull/12530

   Compilation is failing at the moment following merge of 
https://github.com/apache/kafka/commit/9f20f8995399d9e03f518f7b9c8be2bffb2fdcfc:
   ```
   > Task :streams:compileJava
   
/Users/jgustafson/Projects/kafka/streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java:852:
 error: cannot find symbol
                           tasks.addPendingTaskToClose(restoringTask.id());
                                ^
     symbol:   method 
addPendingTaskToClose(org.apache.kafka.streams.processor.TaskId)
     location: variable tasks of type 
org.apache.kafka.streams.processor.internals.Tasks
   1 error
   ```
   The patch changes the call to use `addPendingTaskToCloseClean`.
   
   ### 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: [email protected]

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

Reply via email to