curcur commented on a change in pull request #14884:
URL: https://github.com/apache/flink/pull/14884#discussion_r583413058
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapRestoreOperation.java
##########
@@ -271,7 +271,9 @@ private void readStateHandleStateData(
// Check that restored key groups all belong to the backend.
Preconditions.checkState(
keyGroupRange.contains(keyGroupIndex),
- "The key group must belong to the backend.");
+ "Key group %s doesn't belong to this backend %s",
Review comment:
=> "Key group %s doesn't belong to this backend with key group range:
%s",
----------------------------------------------------------------
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:
[email protected]