Possibility of slow performance issue for camel-infinispan PUTALL operation
Issue
In some situations, camel-infinispan operation (especially PUTALL for bulk update operation) has slow performance issue.
This issue can happen after call put() with a huge size object (like List<String>
). For example, when the following operations were invoked on the same thread:
- PUTALL with a Map object
- PUT with a huge size of the List object
- PUTALL with a Map object again // performance issue occurs.
Environment
- Red Hat Fuse 7.11 and 7.12
- camel-infinispan using older JBoss Marshalling than 2.0.11.Final
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.