-
Notifications
You must be signed in to change notification settings - Fork 978
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
Proper creation of AttributeKey
#2111
Comments
It seems that |
Hey, I don't like to dig in old issues but this issue is still unfixed. In your comment:
You oversee that it's just relocated. |
Hey, I just saw this message sorry, this issue is in the lettuce package, it's renamed differently just due to shading the dependency, I had to reallocate exactly for the same reason. |
Yea I still have the issue if you reload the server with redisuri even with relocating. If you find a way to work around, I would be glad to know that. |
Hey, I have not found a fix for it, didn't really dig much on it, this issue is mainly for Minecraft developers else other applications, since they would usually be turned off and turned back on, while we reload classes. |
still not fixed.
|
https://github.com/lettuce-io/lettuce-core/blob/main/src/main/java/io/lettuce/core/ConnectionBuilder.java#L62 |
i think that |
Hey, coming back to that. That was my way of fixing it but I never pr'ed it. Maybe a maintainer should answer that better. |
yep. i tested it. fixed in #2260 |
Bug Report
I can't seem to find anyone talking about this.
Current Behavior
Currently when restarting my application this happens, even tho I am calling the .shutdown in the redisClient, no exception is print, its almost as if the client did succeed at the shutdown but maybe the netty is still keeping the URI there?
// your stack trace here;
Expected behavior/code
The expected behavior would be to be able to restart the application without that error, what am I doing wrong?
Environment
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: