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

Little race-condition in config-reload #6

Open
ggrandes opened this issue Jul 11, 2020 · 0 comments
Open

Little race-condition in config-reload #6

ggrandes opened this issue Jul 11, 2020 · 0 comments
Assignees
Labels

Comments

@ggrandes
Copy link
Owner

2020-07-11T21:13:18 [INFO] [Jrinetd] [ConfigWatcher] Reloaded config
2020-07-11T21:13:18 [INFO] [80004d4f] [events-19791-127.0.0.1:2222] Ending handler on 127.0.0.1:2222
2020-07-11T21:13:18 [ERROR] [80004d4e] [events-19790-127.0.0.1:2222] Unhandled Exception: java.util.ConcurrentModificationException
java.util.ConcurrentModificationException
        at java.base/java.util.HashMap$HashIterator.remove(HashMap.java:1507)
        at org.javastack.jrinetd.ServerEventHandler.process(ServerEventHandler.java:125)
        at org.javastack.jrinetd.ServerEventHandler.run(ServerEventHandler.java:135)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)
2020-07-11T21:13:18 [INFO] [80004d4e] [events-19790-127.0.0.1:2222] Ending handler on 127.0.0.1:2222
@ggrandes ggrandes added the bug label Jul 11, 2020
@ggrandes ggrandes self-assigned this Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant