We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
异常信息
通过分析,主要是第73行代码触发了 bug,触发bug主要是因为hash碰撞,map无法及时扩容,JDK-8062841 : ConcurrentHashMap.computeIfAbsent stuck in an endless loop
long count = histogram.computeIfAbsent(typeName, k -> new AtomicLong()).getAndIncrement();
The text was updated successfully, but these errors were encountered:
修复 ExceptionHistogram 触发 ConcurrentHashMap bug #95
f6a08b6
Merge pull request #96 from GuanceCloud/liurui
742e3b0
No branches or pull requests
异常信息
通过分析,主要是第73行代码触发了 bug,触发bug主要是因为hash碰撞,map无法及时扩容,JDK-8062841 : ConcurrentHashMap.computeIfAbsent stuck in an endless loop
The text was updated successfully, but these errors were encountered: