Blocking call detected in ConcurrentReferenceHashMap by BlockHound #33450
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Affects: 6.1.11
BlockHound seems to detect a blocking call in ConcurrentReferenceHashMap, relevant lines from stacktrace:
Maybe the
ConcurrentReferenceHashMap$Segment#restructureIfNecessary
orConcurrentReferenceHashMap$ReferenceManager#pollForPurge
just needs to be whitelisted inSpringCoreBlockHoundIntegration
?The text was updated successfully, but these errors were encountered: