[infinispan-dev] HSEARCH-1296

Ales Justin ales.justin at gmail.com
Fri Apr 12 06:19:36 EDT 2013


> OK, then it isn't JGroups related. Probably some indexing work done by 
> HS is on the critical path now, and wasn't before. The test probably 
> returned before that work was done.

Yes it did -- hence we had the failing test; cache deleted the entry, where index still had the old view.

But, if I add 2sec sleep between delete and query, it works.
Which makes me wonder why the additional 48sec, for something that works in ~2sec.

-Ales

> On 4/12/13 11:21 AM, Ales Justin wrote:
>> Still the same -- after changing this to false.
>> 
>> 11:20:04,013 INFO  [org.hibernate.search.indexes.impl.DirectoryBasedIndexManager] (http-/192.168.30.235:8080-2) HSEARCH000168: Serialization service Avro SerializationProvider v1.0 being used for index 'default_capedwarf-test__com.google.appengine.api.datastore.Entity'
>> 11:20:54,730 INFO  [org.jboss.web] (ServerService Thread Pool -- 59) JBAS018224: Unregister web context: /capedwarf-tests
>> 
>> 
>> On Apr 12, 2013, at 9:43 AM, Bela Ban <bban at redhat.com> wrote:
>> 
>>> You need to set enable_bundling to *false*, not true !
>>> 
>>> On 4/11/13 9:13 PM, Ales Justin wrote:
>>>> Although this change fixes query lookup,
>>>> it adds horrible performance:
>>>> 
>>>> Running CapeDwarf cluster QueryTest:
>>>> 
>>>> with HSEARCH-1296
>>>> 
>>>> 21:00:27,188 INFO  [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'
>>>> 21:01:17,911 INFO  [org.jboss.web] (ServerService Thread Pool -- 49) JBAS018224: Unregister web context: /capedwarf-tests
>>>> 
>>>> 50sec
>>>> 
>>>> old 4.2.0.Final HS
>>>> 
>>>> 21:08:19,988 INFO  [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'
>>>> 21:08:20,829 INFO  [org.jboss.web] (ServerService Thread Pool -- 49) JBAS018224: Unregister web context: /capedwarf-tests
>>>> 
>>>> 841ms
>>>> 
>>>> ---
>>>> 
>>>> I added
>>>> 
>>>>                     <property name="enable_bundling">true</property>
>>>> 
>>>> to AS jgroups transport config, but no improvement.
>>>> 
>>>> Any (other) idea?
>>>> 
>>>> -Ales
>>>> 
>>>> 
>>>> _______________________________________________
>>>> infinispan-dev mailing list
>>>> infinispan-dev at lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>>> 
>>> 
>>> --
>>> Bela Ban, JGroups lead (http://www.jgroups.org)
>>> _______________________________________________
>>> infinispan-dev mailing list
>>> infinispan-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>> 
>> 
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>> 
> 
> -- 
> Bela Ban, JGroups lead (http://www.jgroups.org)
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev




More information about the infinispan-dev mailing list