Skip to content
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

Random java.util.ConcurrentModificationException #3

Open
clemstoquart opened this issue Jun 4, 2021 · 6 comments
Open

Random java.util.ConcurrentModificationException #3

clemstoquart opened this issue Jun 4, 2021 · 6 comments
Assignees
Labels
bug Something isn't working more info required

Comments

@clemstoquart
Copy link

Hi,

First, thanks for your work on this plugin, it's a huge improvement for all maven users.

Unfortunately, after I've added the plugin to my Spring Boot project some random java.util.ConcurrentModificationException start happening during test execution.

My env :

  • Spring Boot 2.5
  • JDK 11.0.11
  • Maven 3.8.1
@zeldigas
Copy link
Owner

zeldigas commented Jun 4, 2021

@clemstoquart thanks for the report! Could you please provide some more details:

  1. Parts of stack traces (you can drop packages that are related to your application, I think just junit and rt-logs packages are fine)
  2. Do you use parallel module build or parallel tests execution in same maven module?

Of course ideally would be to have some sample project that can reproduce problem, but I hope we can start investigation by having 2 items from the list above

@zeldigas zeldigas self-assigned this Jun 4, 2021
@zeldigas
Copy link
Owner

@clemstoquart any updates?

@zeldigas zeldigas added bug Something isn't working more info required labels Jun 12, 2021
@clemstoquart
Copy link
Author

Hello,

Sorry for the delay I was on holiday.

  1. I don't have logs right now, I'll try to get them during the next week.
  2. Nope, nothing fancy.

Unfortunately, the project isn't open source so I can't share code.

@clemstoquart
Copy link
Author

Hi,

I don't think logs will help. There's literally only some java.util.ConcurrentModificationException printed.

@zeldigas
Copy link
Owner

zeldigas commented Jun 15, 2021 via email

@zeldigas
Copy link
Owner

@clemstoquart I did not have time to dig into more details yet, but I suspect this is somehow related to concurrent test execution. May I ask you to run tests with RTLOGS_DEBUG=true env variable (or rtlogs.debug=true system property)? This should generate some additional stdout information, that might reveal the place of problem.
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working more info required
Projects
None yet
Development

No branches or pull requests

2 participants