-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
False
-
-
False
When debugging an issue I noticed a lot of received message batch of 1 messages.
It looks to be because the MaxOneThreadPerSender runner always sends up message batches:
https://github.com/belaban/JGroups/blob/master/src/org/jgroups/util/MaxOneThreadPerSender.java#L267
Not sure if this is an actual problem?