alpinegizmo commented on code in PR #28863:
URL: https://github.com/apache/flink/pull/28863#discussion_r3848093567


##########
docs/content/docs/concepts/glossary.md:
##########
@@ -238,7 +238,8 @@ A Key Group is the atomic unit of key distribution and 
state assignment across p
 `keyGroupIndex = MathUtils.murmurHash(key.hashCode()) % maxParallelism`.
 This allows stateful [Operators](#operator) to rescale without rehashing 
individual keys.
 
-The total number of Key Groups is equal to the [Operator](#operator)'s 
`maxParallelism`.
+The total number of Key Groups is equal to the `maxParallelism` configuration, 
set at [Job](#flink-job)
+level or overridden at [Operator](#operator) level.

Review Comment:
   @nicusX I wasn't aware that it's possible to override maxParallelism at the 
Operator level. Why is this useful / when is this used?



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