On 11-06-15 3:52 AM, Galder Zamarreño wrote:
Hey Vladimir,
Couple of things, did you consider putting that logic in JGroupsTransport rather than
RpcManagerImpl? It looks to be more suited for the first since it's something specific
about the transport.
I think the logic looks cleaner now with mimicPartialFlushViaRPC(stateSender, false)
called within a finally section.
Hey Galder,
Yes, I suppose we can do that as well and bury flushViaRPC to lower
levels of transport. If there are no side effects I'll go with that option!
Thanks for review!
Vladimir