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

Monitor threw ConcurrentModificationException when loading Tablet Server page #4956

Open
austin007008 opened this issue Oct 8, 2024 · 0 comments · Fixed by #4959
Open

Monitor threw ConcurrentModificationException when loading Tablet Server page #4956

austin007008 opened this issue Oct 8, 2024 · 0 comments · Fixed by #4959
Labels
bug This issue has been verified to be a bug.
Milestone

Comments

@austin007008
Copy link

Describe the bug
When loading the tablet server page of the monitor, I noticed that the monitor threw a "ConcurrentModificationException" (seen on the "recent logs" page).

Versions (OS, Maven, Java, and others, as appropriate):
accumulo 2.1.3

To Reproduce
Steps to reproduce the behavior (or a link to an example repository that reproduces the problem):
Can not reproduce

Expected behavior
No ConcurrentModificationException thrown

Additional context
caused by: java.util.ConcurrentmodificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1511)
at java.util.HashMap$HashIterator.next(HashMap.java:1544)
at java.util.HashMap$HashIterator.next(HashMap.java:1542)
at org.apache.accumulo.monitor.Monitor$EventCounter.calculateRate(monitor.java:23)
at org.apache.accumulo.monitor.Monitor.getLookupRate(Monitor.java:977)
at org.apache.accumulo.monitor.rest.tservers.TabletServerInformation.updateTabletServerInfo(TabletServerinformation.java:162)
at org.apache.accumulo.monitor.rest.tservers.TabletServerInformation.(TabletServerInformation:101)
at org.apache.accumulo.monitor.rest.tservers.TabletServer.(TabletServer.java:43)
at org.apache.accumulo.monitor.rest.tservers.TabletServerResource.getTserverSummary(TabletServerResource.java:88)

@austin007008 austin007008 added the bug This issue has been verified to be a bug. label Oct 8, 2024
@dlmarion dlmarion added this to the 2.1.4 milestone Oct 8, 2024
@DomGarguilo DomGarguilo linked a pull request Oct 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue has been verified to be a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants