<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>No, not in those 800ms, hence the failing test.</div><div><br></div><div>But if i add 2sec sleep in between delete and query,</div><div>the test passes.<br><br></div><div>Which is still 25x better. :)</div><div><br>On Apr 11, 2013, at 21:39, Sanne Grinovero &lt;<a href="mailto:sanne@hibernate.org">sanne@hibernate.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><p>Are you sure that the async version actually had applied all writes to the index in the measured interval? <br>
</p>
<div class="gmail_quote">On Apr 11, 2013 8:13 PM, "Ales Justin" &lt;<a href="mailto:ales.justin@gmail.com">ales.justin@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Although this change fixes query lookup,<br>
it adds horrible performance:<br>
<br>
Running CapeDwarf cluster QueryTest:<br>
<br>
with HSEARCH-1296<br>
<br>
21:00:27,188 INFO &nbsp;[org.hibernate.search.indexes.impl.DirectoryBasedIndexManager] (http-/192.168.1.102:8080-1) HSEARCH000168: Serialization service Avro SerializationProvider v1.0 being used for index 'default_capedwarf-test__com.google.appengine.api.datastore.Entity'<br>

21:01:17,911 INFO &nbsp;[org.jboss.web] (ServerService Thread Pool -- 49) JBAS018224: Unregister web context: /capedwarf-tests<br>
<br>
50sec<br>
<br>
old 4.2.0.Final HS<br>
<br>
21:08:19,988 INFO &nbsp;[org.hibernate.search.indexes.impl.DirectoryBasedIndexManager] (http-/192.168.1.102:8080-2) HSEARCH000168: Serialization service Avro SerializationProvider v1.0 being used for index 'default_capedwarf-test__com.google.appengine.api.datastore.Entity'<br>

21:08:20,829 INFO &nbsp;[org.jboss.web] (ServerService Thread Pool -- 49) JBAS018224: Unregister web context: /capedwarf-tests<br>
<br>
841ms<br>
<br>
---<br>
<br>
I added<br>
<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name="enable_bundling"&gt;true&lt;/property&gt;<br>
<br>
to AS jgroups transport config, but no improvement.<br>
<br>
Any (other) idea?<br>
<br>
-Ales<br>
<br>
<br>
_______________________________________________<br>
hibernate-dev mailing list<br>
<a href="mailto:hibernate-dev@lists.jboss.org">hibernate-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/hibernate-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/hibernate-dev</a><br>
</blockquote></div>
</div></blockquote></body></html>