phoerious commented on a change in pull request #16658:
URL: https://github.com/apache/beam/pull/16658#discussion_r820078657
##########
File path: sdks/python/container/boot.go
##########
@@ -200,25 +211,111 @@ func main() {
}
}
+ workerIds := append([]string{*id}, info.GetSiblingWorkerIds()...)
Review comment:
I have no idea how. Is this triggered if I allow multiple slots per
taskmanager? I don't really understand the concept and would expect the runtime
to simply start another worker on another port if needed.
--
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]