-
-
Notifications
You must be signed in to change notification settings - Fork 757
retry can produce excessively large logs #8529
Copy link
Copy link
Open
Labels
enhancementImprove existing functionality or make things work betterImprove existing functionality or make things work bettergood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.
Metadata
Metadata
Assignees
Labels
enhancementImprove existing functionality or make things work betterImprove existing functionality or make things work bettergood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.
As discussed in #8511,
retrycan produce very large logs if the retriedcorohas a very large string representation.We can probably truncate the string representation to avoid this. If there are cases where truncating would remove relevant information, please speak up.