-
Notifications
You must be signed in to change notification settings - Fork 0
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
log errors on make_encoder() #14
Conversation
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.
LGTM! Would be a lot easier to debug if we could recreate the problem locally...
Though since the error itself happens quite deep in an erlavro call I'm not sure if this log will tell us much more... it will at least show us what order the schemas are being sorted in, which might be what has changed. |
We found the culprit. |
We have an odd problem where a small schema update is causing avrogen to fail on startup. We think a little more logging might help us understand what is going on.
For reference, these PRs fail: