-
Notifications
You must be signed in to change notification settings - Fork 96
[adapters] Log detailed checkpoint info on startup. #5546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Log metadata about the checkpoint that the pipeline is starting from. We may want to make it less detailed or decrease log level to debug in the future if this info becomes available from the manager via the list checkpoint API prior to starting the pipeline. Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>
|
Example: |
| } | ||
|
|
||
| impl Checkpoint { | ||
| pub fn display_summary(&self) -> String { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why "display" and not just "summary"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name emphasizes that the summary is formatted for display purposes. I think this is somewhat common in Rust.
|
Is it difficult to format |
I already did this. The example doesn't reflect the latest version, sorry |
|
The build failure above, at https://github.com/feldera/feldera/actions/runs/21582267321/job/62181961460, is a new one for me. I had to download the log archive to get it, and the failure looks like: Beats me. |
Log metadata about the checkpoint that the pipeline is starting from. We may want to make it less detailed or decrease log level to debug in the future if this info becomes available from the manager via the list checkpoint API prior to starting the pipeline.