-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
'fiber-storage' outputs warning: Fiber#storage has borked keys and is being monkey-patched. #4
Milestone
Comments
@ioquatix If you have time, could you please take a look at this? |
Sorry, I missed this. I'll take a look. Maybe we don't need to emit such a warning. |
Thanks! Let me know if there is anything I can help! |
Okay, I've removed the warning. |
Thanks! I have confirmed this issue is fixed! |
confirmed this fixed things for us too. thanks! |
Thanks for your confirmations! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Abstraction
From fluent/fluentd#4488.
Looks like
fiber-local
usesfiber-storage
from v1.1.0.fiber-storage
outputs the following warning message whenrequire
:fiber-local
v1.0 does not output this warning because it does not usefiber-storage
.Fluentd uses
console
gem, andconsole
v1.25 usesfiber-local
v1.1.So, this warning message occurs every time when executing
Fluentd
.Is this a bug of
fiber-storage
orfiber-local
?Or is there something wrong with the usage?
(I can't find
fiber-storage
GitHub repository: https://github.com/socketry/fiber-storage, so I have made this issue here.)How to reproduce
Ruby: ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux]
OS: Ubuntu 20.04
fiber-storage
:fiber-local
:Fluentd
:The text was updated successfully, but these errors were encountered: