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 (core): removing logger from an execution plan #1925

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

kvpetrov
Copy link
Contributor

@kvpetrov kvpetrov commented Jan 3, 2025

Pull Request checklist

  • [ X ] The commit(s) message(s) follows the contribution guidelines ?
  • Tests for the changes have been added (for bug fixes / features) ?
  • Docs have been added / updated (for bug fixes / features) ?

Current behavior :
When a GRPCPlanDispatcher needs to be serialized using Kryo (as opposed to ProtoBuf) it fails because the class has a member that does not have a default constructor (logger). Serialization fails and shard level failover fails.

New behavior :
Removed the logger from the execution class, serialization does not fail.

BREAKING CHANGES
n/a

Other information:

@kvpetrov kvpetrov merged commit ae90d49 into filodb:develop Jan 3, 2025
1 check passed
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