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: program not started when rotation-size is set #3174

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

kyujin-cho
Copy link
Member

@kyujin-cho kyujin-cho commented Nov 28, 2024

Follow up of #2760. For unknown reason, we see that the server tries to reiterate value already converted to integer to SimpleBinarySizeTrafaret when validating [logging].rotation-size configuration. For immediate workaround I suppose it is best to allow integer also as a valid data type for SimpleBinarySizeTrafaret - in this case the validator will act as a no-op and just return the fed data.
Checklist: (if applicable)

  • Milestone metadata specifying the target backport version

@github-actions github-actions bot added the size:XS ~10 LoC label Nov 28, 2024
@kyujin-cho kyujin-cho added the type:bug Reports about that are not working label Nov 28, 2024
@kyujin-cho kyujin-cho added this to the 24.09 milestone Nov 28, 2024
@kyujin-cho kyujin-cho added this pull request to the merge queue Nov 28, 2024
Merged via the queue into main with commit ef827c3 Nov 28, 2024
20 checks passed
@kyujin-cho kyujin-cho deleted the fix/allow-int-on-logging-binarysize branch November 28, 2024 23:45
kyujin-cho added a commit that referenced this pull request Nov 28, 2024
Backported-from: main (24.12)
Backported-to: 24.09
Backport-of: 3174
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS ~10 LoC type:bug Reports about that are not working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant