<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Looking at your workaround, I think you actually set the response mode to GET_NONE (because that's the default value in RequestOptions), so you're back to sending an asynchronous request.<br>

</div></div></div></div></blockquote><br></div><div>That was my question as well:</div><div><br></div><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Shouldn't this "synchronous" flag still be used?<div><br></div><div><a href="https://github.com/Sanne/hibernate-search/blob/077f29c245d2d6e960cd6ab59ff58752320d5658/hibernate-search-engine/src/main/java/org/hibernate/search/backend/impl/jgroups/DispatcherMessageSender.java#L57">https://github.com/Sanne/hibernate-search/blob/077f29c245d2d6e960cd6ab59ff58752320d5658/hibernate-search-engine/src/main/java/org/hibernate/search/backend/impl/jgroups/DispatcherMessageSender.java#L57</a></div><div><br></div><div>e.g.</div><div>if (synchronous) {</div><div><span style="white-space: pre-wrap; ">                int size = dispatcher.getChannel().getView().getMembers().size();</span></div><div><span style="white-space: pre-wrap; ">                RequestOptions options = RequestOptions.SYNC();</span></div><div><span style="white-space: pre-wrap; ">                options.setRspFilter( new WaitAllFilter( size ) );</span></div><div>} else {</div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>options =&nbsp;<span style="white-space: pre-wrap; ">RequestOptions.ASYNC();</span></div><div>}</div></div></div></blockquote><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div></div></div></div></div><br></body></html>