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

Fix badrecord error when replicator is logging http usage #4761

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

nickva
Copy link
Contributor

@nickva nickva commented Sep 14, 2023

Previously when transient replication jobs were canceled their #rep record's source and target fields would be undefined. That was accounted for in the http usage logger when it's enabled and resulted in a badrecord 500 error.

Fix: #4760

@nickva nickva force-pushed the fix-replicator-http-check-for-transient-replications branch from fab3e62 to 3431d51 Compare September 14, 2023 17:49
@nickva nickva force-pushed the fix-replicator-http-check-for-transient-replications branch from 3431d51 to d57b65b Compare September 14, 2023 18:00
Previously when transient replication jobs were canceled their `#rep` record's
source and target fields would be `undefined`. That was accounted for in the
http usage logger when it's enabled and resulted in a badrecord 500 error.

Fix: #4760
@nickva nickva force-pushed the fix-replicator-http-check-for-transient-replications branch from d57b65b to 4e79e6a Compare September 14, 2023 18:49
@nickva nickva merged commit b22fda3 into main Sep 14, 2023
14 checks passed
@nickva nickva deleted the fix-replicator-http-check-for-transient-replications branch September 14, 2023 20:17
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.

replicator http usage logger crashes when canceling transient (_replicate) jobs
3 participants