-
Notifications
You must be signed in to change notification settings - Fork 323
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
RedefinedMethodException
when evaluating visualization argument
#8296
Comments
Finally figured that one out. This is an unfortunate regression introduced in #7042 which lowered the scope of the |
Hubert Plociniczak reports a new STANDUP for yesterday (2023-11-23): Progress: Went back to #8296, trying to figure out the circumstances for the exception, while making my way through a bookclub. Didn't get far - fixed NPE #8381. Also, I assumed that java formatting would be fixed after jdk21 upgrade but #5461 is still broken; identified the problem in outdated version of google formatter of our Next Day: Next day I will be working on the #8296 task. Get through a bookclub without problems and figure out #8296. |
Hubert Plociniczak reports a new STANDUP for the provided date (2023-11-24): Progress: Briefly investigated #8376; turned out that some protocol condition was violated in the new GUI implementation. Got another deadlock while testing again bookclub (reported as #8383); no idea on the source of the error or a fix. Finally figured out under what conditions #8296 would randomly pop up - there is a problem with locks. Provided final feedback on old bookclub. It should be finished by 2023-11-24. Next Day: Next day I will be working on the #8296 task. Create a PR that fixes the problem. |
Evaluating visualization expression may trigger a full compilation. A change in #7042 went a bit too far and led to a situation when there could be compilations running at the same time leading to a rather obscure `RedefinedMethodException` when the compilation on one thread already finished. This will make the logic correct again at the price of potentially slowing the processing of visualization. Closes #8296. # Important Notes Should make visualizations a bit more stable as well.
Hubert Plociniczak reports a new 🔴 DELAY for yesterday (2023-11-27): Summary: There is 3 days delay in implementation of the Delay Cause: Delay caused by reporting and investigating other stability issues. |
Hubert Plociniczak reports a new STANDUP for yesterday (2023-11-27): Progress: Created a PR with a fix. Started looking into problems with MacOS on CI. Testing and reproducing other bugs like #8336 or #8383. Moving on from stability issues. It should be finished by 2023-11-27. Next Day: Next day I will be working on the #8408 task. Investigating macos issues |
No easy steps to reproduce and full stracktrace is missing. But likely a culprit for "stuck" visualizations on IDE.
The text was updated successfully, but these errors were encountered: