Anonymitaet commented on a change in pull request #12178:
URL: https://github.com/apache/pulsar/pull/12178#discussion_r716156705
##########
File path:
pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/SchedulerManager.java
##########
@@ -71,7 +75,7 @@
* The scheduler manager is used to compute scheduling of function instances
* Only the leader computes new schedulings and writes assignments to the
assignment topic
* The lifecyle of this class is the following:
- * 1. When worker becomes leader, this class with me initialized
+ * 1. When worker becomes leader, this class with be initialized
Review comment:
```suggestion
* 1. When a worker becomes a leader, this class is initialized
```
Do you intend to mean this?
--
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]