Skip to content
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

More plotting trace messages #2903

Merged
merged 1 commit into from
Jul 10, 2024
Merged

More plotting trace messages #2903

merged 1 commit into from
Jul 10, 2024

Conversation

nazar-pc
Copy link
Member

Just a few more things that will help with some really strange cases

Code contributor checklist:

@@ -410,6 +410,7 @@ impl ClusterPlotter {
break 'outer;
}
ResponseProcessingResult::Continue => {
trace!("Continue");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, add some identifiers (Maybe free_instance?) to the log here and in other parts of the match as well as more clear message ("Plotting response result: abort"). It lacks the context now.

Copy link
Member Author

@nazar-pc nazar-pc Jul 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is already instrumented with farm and sector and there are other messages that are happening right before this, I just need to know the result of process_response_notification function call or rather I was curious if it returned anything or hanged in there.

@shamil-gadelshin shamil-gadelshin self-requested a review July 10, 2024 06:41
@nazar-pc nazar-pc added this pull request to the merge queue Jul 10, 2024
Merged via the queue into main with commit 875ea99 Jul 10, 2024
20 of 21 checks passed
@nazar-pc nazar-pc deleted the more-plotting-trace-messages branch July 10, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants