Skip to content

GDB-11761 Moves the initialization of the field for the max batch size #28

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

tonyKunchev
Copy link
Contributor

  • As the plugin logger is not available at the class initialization, the logging of the warnings and errors for the max batch size were causing NPEs on plugin loading.

    To fix the issue, we've moved the initialization of the field into the plugin initialization method, where the logger is available and can be used safely.

- As the plugin logger is not available at the class initialization, the
logging of the warnings and errors for the max batch size were causing
NPEs on plugin loading.

  To fix the issue, we've moved the initialization of the field into the
plugin initialization method, where the logger is available and can be
used safely.
@tonyKunchev tonyKunchev merged commit faa1b52 into master Aug 12, 2025
@tonyKunchev tonyKunchev deleted the GDB-11761-max-batch-size-field-init branch August 12, 2025 08:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants