-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
1.21.4: Error after disabling proxy server in Velocity #3005
Comments
There are two more errors, but they are located on the backend.
|
yes and after removing Velocity control and disalbling proxy in chc, it completely destroyed my server, no other plugin could connect player somewhere, so all players were \stucked on lobby @kangarko fix it asap, this is a serious issue |
It causes a memory leak, so I rolled back to ChatControl Red 10.28.6 and VelocityControl 1.1.1. After updating to the new version, it's been constant issues. I'm out of patience. |
Yes, I did the same. I almost lost the weekend for a 100+ players server. |
We get these errors as well but when the velocity proxy is being closed, it takes 1+ minute to close rather than a few seconds it takes normally |
I apologizes for the trouble. I don't want to again blame Paper, but we had the exact same class for console filtering in our plugins since 2017 without any issues. Velocity There is a bug affecting Velocity that I worked with the OpenJDK team to diagnose. Velocity team refused the intermediate fix so we're stuck waiting log4j major update. More info here I am unsure if this is related. In the meanwhile I have completely removed console filtering from Velocity (and Bungee) and confirmed the messages above are removed, albeit it reduces the plugin's functionality. Paper Regarding the other bug again the proposed solution was rejected, while I understand their reasoning and it's perfectly valid I have no way of tracing this bug since the stack trace leaves no clue as to where exactly it's located. Thankfully on the latest Paper build I could not reproduce it anymore. Please update velocity/paper and our software to latest and let me know how it goes. So while I am doing what's required to mitigate these issues as they come, next time please dont come with the attitute of "fix it asap" because I for the most part rely on their APIs which are increasingly more difficult to manage across versions and cannot foresee which bugs will occur in the future. |
Are you using MySQL?
Yes
Are you using a proxy?
Yes - Velocity
"/version ChatControlRed" - plugin version
ChatControl v11.1.0 and VelocityControl v2.1.0
Optional: Error log
No response
ZIP of "/chc debug"
No response
Steps to reproduce
When disabling the proxy server in Velocity, the following log errors occur:
Note: This issue causes significant flooding in the console, with a large number of repeated errors.
Steps to Reproduce:
Expected Behavior:
No error logs should appear when the proxy server is disabled.
Actual Behavior:
Error messages related to the log events being ignored after Log4j is shut down appear.
Environment:
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)
Additional Information:
The issue seems to be related to the shutdown of Log4j after the proxy server is disabled, which leads to the above warnings in the log. This could potentially cause issues with server restart functionality.
The text was updated successfully, but these errors were encountered: