]
Bela Ban resolved JGRP-2138.
----------------------------
Resolution: Done
Fixed as suggested, and also changed View.getMembers() to be more efficient
Request.viewChange() implementations should not use
View.getMembers()
---------------------------------------------------------------------
Key: JGRP-2138
URL:
https://issues.jboss.org/browse/JGRP-2138
Project: JGroups
Issue Type: Bug
Reporter: Dan Berindei
Assignee: Bela Ban
Priority: Minor
Fix For: 3.6.12, 4.0
{{Request.viewChange()}} is called once for every request, and {{View.getMembers()}}
allocates 2 (small) objects. Both {{UnicastRequest}} and {{GroupRequest}} could use
{{View.containsMember()}} instead.