Re: [infinispan-dev] Need help: ISPN-2143

2013-04-11 Thread Israel Lacerra
Sanne, I think I can try. Actually, I would like to continue coding in Infinispan! The problem is I will probably take a time to do anything (too much work). I will watch the issue on Jira. If I solve this before someone start to code, I make a pull request. cheers On Thu, Apr 11, 2013 at 4:50

Re: [infinispan-dev] ISPN 200

2010-12-16 Thread Israel Lacerra
think git will help with this) and probably you will show a lot of things to improve! Cheers Israel On Wed, Dec 15, 2010 at 5:23 PM, Manik Surtani wrote: > Hi Israel > > Any updates on ISPN-200? How are you getting on? > > Cheers > Manik > > On 15 Sep 2010, at 12:56

Re: [infinispan-dev] ISPN 200

2010-12-30 Thread Israel Lacerra
t? Israel On Thu, Dec 16, 2010 at 9:23 AM, Manik Surtani wrote: > > On 16 Dec 2010, at 11:15, Israel Lacerra wrote: > > Hi Manik, > > I've finished the LazyIterator. Now I need to: > > - Code some good tests (now I'm testing using InfinispanDemo with some >

Re: [infinispan-dev] ISPN 200

2011-01-07 Thread Israel Lacerra
In a real case, the number of nodes will be too big? thanks! Israel On Tue, Jan 4, 2011 at 2:49 PM, Manik Surtani wrote: > > On 30 Dec 2010, at 18:34, Israel Lacerra wrote: > > > Manik, > > > > I'm gonna need a few more days. I'll probably send you the cod

Re: [infinispan-dev] ISPN 200

2011-01-13 Thread Israel Lacerra
with a simple sort being performed, > it's also nice for people > wanting to look into it, as an example of how to use your code and > what are the entry points. > > thank you, great job. > Feel free to ask anything, by email or on IRC. > > Sanne > > > 2011/1/

Re: [infinispan-dev] ISPN 200

2011-01-25 Thread Israel Lacerra
get all Address of the cluster? thanks Israel On Thu, Jan 13, 2011 at 3:57 PM, Manik Surtani wrote: > > On 13 Jan 2011, at 17:05, Israel Lacerra wrote: > > Are you using Eclipse or another IDE? If you using Eclipse, are you using > another GUI (outside Eclipse) to synchronize

[infinispan-dev] ISPN200 / JSR107

2011-03-03 Thread Israel Lacerra
Hi! Two unrelated things: -*ISPN200-* Sanne, I already made most of the changes you suggested for the ISPN 200. I will show a new version in 20~30 days. I used the strategy that I said in a earlier email ("when a distributed query is "initialized", each node creates and keeps a Searcher for this

Re: [infinispan-dev] Defining new commands in modules

2011-03-10 Thread Israel Lacerra
Manik, It's look pretty fine to me and will solve my problem :) Israel On Tue, Mar 8, 2011 at 11:43 AM, Manik Surtani wrote: > > On 7 Mar 2011, at 13:02, Mircea Markus wrote: > > > Nice stuff! > > What do you think from the perspective of having to implement your own > commands, say for the co

[infinispan-dev] What really is Infinispan

2011-03-19 Thread Israel Lacerra
Guys, Sorry. It's probably not a dev question... I'm writing a paper for my graduation (about Infinispan) as I said before. I'm having some doubts about what Infinispan really is. I watched some Manik presentations on internet and read a little articles. I saw Manik saying something like Infinisp

Re: [infinispan-dev] new Infinispan Query API - ISPN-194

2011-04-09 Thread Israel Lacerra
Guys, Do you think we can have a getQueryHits() on HSQueryImpl? To do ISPN-200 I was using the TopDocs and now, with Infinispan using HSQueryImpl, TopDocs is a little more hided Anyway, take this just as a "suggestion". I can get the TopDocs in another less fashion way :). cheers Israel On

Re: [infinispan-dev] new Infinispan Query API - ISPN-194

2011-04-10 Thread Israel Lacerra
gt; > On 10 avr. 2011, at 03:42, Israel Lacerra wrote: > > Guys, > > Do you think we can have a getQueryHits() on HSQueryImpl? To do ISPN-200 I > was using the TopDocs and now, with Infinispan using HSQueryImpl, TopDocs is > a little more hided > > Anyway, take this

Re: [infinispan-dev] new Infinispan Query API - ISPN-194

2011-04-11 Thread Israel Lacerra
Hi Sanne, When I create a LazyIterator, every node makes a local normal query and thern I return the TopDocs to the requester node. With TopDocs I can merge the results and maintain them ordered. I'm using the idea behind org.apache.lucene.search.ParallelMultiSearcher.search(Weight, Filter, int, S

Re: [infinispan-dev] Infinispan Query entity discovery (Was: Re: new Infinispan Query API - ISPN-194)

2011-04-29 Thread Israel Lacerra
What about use D) and also give a way to user specify the default classes to all queries? On Wed, Apr 27, 2011 at 5:10 AM, Emmanuel Bernard wrote: > > On 27 avr. 2011, at 08:57, Sanne Grinovero wrote: > > > 2011/4/27 Emmanuel Bernard : > >> Users can put indexed or nit indexed superclasses in the

Re: [infinispan-dev] Infinispan Query entity discovery (Was: Re: new Infinispan Query API - ISPN-194)

2011-04-29 Thread Israel Lacerra
> 2011/4/29 Israel Lacerra : > > What about use D) and also give a way to user specify the default classes > to > > all queries? > > Yes that's the idea; but we need to figure out how the user specifies > the default classes; so far nobody liked any proposal. > &

Re: [infinispan-dev] Infinispan Query entity discovery (Was: Re: new Infinispan Query API - ISPN-194)

2011-04-29 Thread Israel Lacerra
er by class too... I know that I am probably missing some point... but what point!? :) Israel On Fri, Apr 29, 2011 at 3:46 PM, Israel Lacerra wrote: > Now I'm a little confused about why we can't use the classes colected on > QueryInterceptor... > > > > Infinispa

[infinispan-dev] Annotation Processor on Eclipse

2011-05-18 Thread Israel Lacerra
Hi everybody. Does anyone have problems with JBoss Logging on Eclipse? The option Annotation Processing does not appear on Java Compiler settings. Maybe I have to download a plugin... or anything else. But I did not found anything until now Israel _

Re: [infinispan-dev] Annotation Processor on Eclipse

2011-05-18 Thread Israel Lacerra
Ignore this question... :) Sorry.. Israel On Wed, May 18, 2011 at 8:41 PM, Israel Lacerra wrote: > Hi everybody. Does anyone have problems with JBoss Logging on Eclipse? The > option Annotation Processing does not appear on Java Compiler settings. Maybe > I have to download a plu

Re: [infinispan-dev] Defining new commands in modules

2011-06-05 Thread Israel Lacerra
Manik, I think there is a little problem. If a custom command use the same id of a core command...no exception is thrown. cheers Israel On Thu, Mar 10, 2011 at 9:25 PM, Israel Lacerra wrote: > Manik, > > It's look pretty fine to me and will solve my problem :) > > Isra

Re: [infinispan-dev] Defining new commands in modules

2011-06-07 Thread Israel Lacerra
for this? > > On Jun 6, 2011, at 7:23 AM, Israel Lacerra wrote: > > > Manik, > > > > I think there is a little problem. If a custom command use the same id of > a core command...no exception is thrown. > > > > cheers > > > > Israel > > >

Re: [infinispan-dev] Codename for Infinispan 5.1

2011-06-21 Thread Israel Lacerra
What about a type of beer... like: Infinispan Pale Ale Infinispan Bock On Tue, Jun 21, 2011 at 1:24 PM, Marius Bogoevici < marius.bogoev...@gmail.com> wrote: > If you want to stick with a UK beer name, then "Hobgoblin" :) > On 06/21/2011 11:30 AM, Pete Muir wrote: > > This is a good list - http:

[infinispan-dev] Testing ISPN 200

2011-09-28 Thread Israel Lacerra
Guys, I was thinking about test ISPN-200 in a real environment. I want to compare the distributed queries with local queries in different scenarios. Do you have any thought about this? Any suggestions? My first idea is to create an application that puts and search "n" values (of size "x") in a ca

Re: [infinispan-dev] Testing ISPN 200

2011-09-30 Thread Israel Lacerra
Sanne, On Thu, Sep 29, 2011 at 12:12 PM, Sanne Grinovero wrote: > That's something that must be done too, but I'd suggest to start > creating a test which you can easily run in two JVMs on the same > "laptop-class" node, but having "real world" data and usage patterns. > For example you could load

Re: [infinispan-dev] Testing ISPN 200

2011-10-25 Thread Israel Lacerra
t; ok, have fun on vacations and let me know when you're back. > It would be great if you could join us occasionally on IRC to chat about > this. > > Sanne > > On 30 September 2011 18:22, Israel Lacerra wrote: > > Sanne, > > On Thu, Sep 29, 2011 at 12:12 PM, Sanne Grinover

[infinispan-dev] Bug in distributed queries

2012-04-16 Thread Israel Lacerra
Hi all, I have just found a bug in my implementation of distributed queries. When result size is more than 100 the query does not work. I'm looking into this... as soon as I have a solution, I'll send to git. cheers Israel ___ infinispan-dev mailing li

Re: [infinispan-dev] Bug in distributed queries

2012-04-16 Thread Israel Lacerra
ould I open a JIRA? Or can I just fix the problem and send on git?? cheers Israel On Mon, Apr 16, 2012 at 8:02 AM, Sanne Grinovero wrote: > Hi Israel, very nice you're back on it! Looking forward for a pull request. > > Cheers, > Sanne > > On 16 April 2012 12:52, Israel Lacerr

Re: [infinispan-dev] Bug in distributed queries

2012-04-16 Thread Israel Lacerra
Ok! https://issues.jboss.org/browse/ISPN-1980 On Mon, Apr 16, 2012 at 8:15 AM, Sanne Grinovero wrote: > On 16 April 2012 13:08, Israel Lacerra wrote: > > Sanne, > > > >>very nice you're back on it! > > My job is taking much of my time... unfortunately. But,

Re: [infinispan-dev] Welcome (back) Israel

2012-05-25 Thread Israel Lacerra
hink I can resolve... let me know. cheers Israel On Fri, May 25, 2012 at 12:09 PM, Sanne Grinovero wrote: > Hi All, > Israel Lacerra contributed the super-interesting Distributed Query > functionality to Infinispan last year during is graduation work; he > now returned with some ve

[infinispan-dev] Infinispan and CAP Theorem

2012-08-04 Thread Israel Lacerra
Guys, Sorry if this is not a "pure" dev question... but I guess the devs now better how to answer this. If nobody wants to answer, no problem! :) I writing about CAP and I will talk about how Infinispan deal with it. But, I'm getting a little confused about this: https://docs.jboss.org/author/dis

[infinispan-dev] LocalQueryInterceptor misunderstanding

2012-08-13 Thread Israel Lacerra
Guys, I think there is a misunderstanding in the way that LocalQueryInterceptor works (or, at least, in my understanding). LocalQueryInterceptor indexes data from calls originated locally. That is different from indexing data in the node is responsible for the data, and I think we expect LocalQuer

Re: [infinispan-dev] LocalQueryInterceptor misunderstanding

2012-08-13 Thread Israel Lacerra
Just a little fix: "indexing data in the node is responsible for the data" * indexing data in the node responsible for the data On Mon, Aug 13, 2012 at 8:31 AM, Israel Lacerra wrote: > Guys, > > I think there is a misunderstanding in the way that LocalQueryInterceptor > w