-
Notifications
You must be signed in to change notification settings - Fork 13
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
File failed to get deleted #228
Comments
I think I see the issue. Line 340 in 4006af6
I think that code is overwriting the class's initialisation. Its intent is to remove the static block which does the metrics stuff but leave the other processing intact. It is failing to PUTSTATIC for the static field introduced KAFKA-16424:. So the upshot is, that field is NPE I think that explains the NPE. Am I along the right lines @ozangunalp? |
Absolutely. Maybe we can get rid of those substitutions. |
I don't have any skills in ASM, so I wouldn't really know where to start with an alternative approach. |
See the errors while running perf test in kroxylicious, and then files stayed in file system, which caused disk full in the end.
This is tested in
quay.io/ogunalp/kafka-native:latest-kafka-3.8.0
image.Detail can be found here: kroxylicious/kroxylicious#1505
The text was updated successfully, but these errors were encountered: