Gabor Somogyi
Gabor Somogyi
## What is the purpose of the change At the moment Flink is throwing exception on unknown fields when parsing REST responses. An example for such a class is `JobDetailsInfo`...
## What is the purpose of the change At the moment slot sharing group information is not exposed in the REST API. In this PR I've added it. This feature...
## What is the purpose of the change Flink can report slot sharing group information in the vertex information. This can be used to fine tune the autoscaler algorithm to...
## What is the purpose of the change Some of the places we still have `checkpointing-with-parts-of-the-graph-finished-beta` link instead of `checkpointing-with-parts-of-the-graph-finished` which doesn't lead anywhere. In this PR I've fixed it....
## What is the purpose of the change Normally users can define an operator in a Flink application like this where `UID` and `name` can be assigned to it: ```...
## What is the purpose of the change Some of the places we still have `checkpointing-with-parts-of-the-graph-finished-beta` link instead of `checkpointing-with-parts-of-the-graph-finished` which doesn't lead anywhere. In this PR I've fixed it....
## What is the purpose of the change At the moment `S3RecoverableFsDataOutputStream.sync` closing the stream and all upcoming `write` operations fail consistently with the following exception: ``` java.io.IOException: Stream closed....