pravega / flink-connectors

Apache Flink connectors for Pravega.
Apache License 2.0
96 stars 66 forks source link

Add more debug log for writer initialization #714

Closed crazyzhou closed 1 year ago

crazyzhou commented 1 year ago

Problem description In the initializeInternalWriter method in FlinkPravegaWriter class, we can add some more logs to debug, as this code path is important when a recovery happens.

Problem location FlinkPravegaWriter

Suggestions for an improvement