-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
debug merge-logs fails in 21.2 and 22.1 and 22.2 #84401
Comments
Ah, maybe to be addressed in this ongoing work: PR #73027 |
Problem continues in v22.1.5. |
This problem still exists on
|
Noted by @ajwerner on Slack:
We should look into the auto detection to start. |
Thanks for the input, I've tried and it worked with the
|
Describe the problem
cockroach debug merge-logs
appears to no longer be able to ingest & merge logs as prepared bycockroach debug zip
since 21.2. Roughly:Errors in latest v21.2 and v22.1 with error message:
The same works properly in latest v21.1.
To Reproduce
In each case, I tested with log files generated by identical
cockroach
version as used to attempt merge withcockroach debug merge-logs
. I am following our documentation example.Does the end user have a guess?
Perhaps v2 log format is unexpected in some fashion by
merge-logs
. Initially suspectedredactable
markers, but removing them did not fix.Expected behavior
cockroach merge-logs merges cockroach logs.
Environment:
Additional context
Thanks team! Please also let me know if we need to update our documentation.
Jira issue: CRDB-17634
The text was updated successfully, but these errors were encountered: