Wang FeiFan
Wang FeiFan
[FLINK-9465][Runtime/Checkpointing] Specify a separate savepoint timeout option via CLI and REST API
@flinkbot run azure
[FLINK-9465][Runtime/Checkpointing] Specify a separate savepoint timeout option via CLI and REST API
@flinkbot run azure
[FLINK-9465][Runtime/Checkpointing] Specify a separate savepoint timeout option via CLI and REST API
Thanks for the reminder @masteryhx , this work was indeed interrupted for a long time. I would love to pick up this job next week. Thanks !
@flinkbot run azure
Hi @Myasuka , can you help me review this pr ?
Sorry for the late reply @Myasuka , I check the change and find the problem: _size_t_ is unsigned, and "_path.length() - (file_name_length_limit - sizeof(suffix))_" will never be negative. I added...
Thanks to @Myasuka for helping to locate this problem. If it is true, should we use a specific gcc version, or should we fix the warnings reported in the higher...