elkhand commented on issue #2033: URL: https://github.com/apache/iceberg/issues/2033#issuecomment-767132452
@pnowojski after disabling operator chaining (via `StreamExecutionEnvironment.disableOperatorChaining()`) for the whole job level, still facing the same issue: `bin/flink stop -p /tmp/flink-savepoints 20ec3ed84657bbf43ec746bb771ae4fb` this cmd still has the same wird issue - `flink.max-committed-checkpoint-id` set to `Long.MAX_VALUE` (which is set in `endInput()`) `./bin/flink stop --savepointPath /tmp/flink-savepoints 475bc652baabb1a5d52a6c175f576267` this cmd still has the same wird issue - `flink.max-committed-checkpoint-id` set to `Long.MAX_VALUE` (which is set in `endInput()`) ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
