Re: Private cache?

2018-03-12 Thread zbyszek
Hi Stanislav, Yes, ideally the simple map I can feed with pair that could be accessed using H2 SQL. Thank you for the address, I will try to post my question there. regards, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Private cache?

2018-03-12 Thread zbyszek
ank you in advance, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: IndexingSpi#remove not called on key migration

2018-02-02 Thread zbyszek
informed about keys migration? In addition, what would be the use case that would require calling store() for backup keys? Thank you again, Zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

IndexingSpi#remove not called on key migration

2018-01-30 Thread zbyszek
node joining the cluster). Is that by design or rather a bug? I would expect the receive remove() callback when primary keys migrate from the node, so I can free resources occupied by corresponding index. Thank you in advance for your help, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cursor in TextQuery - first hasNex() is slow

2018-01-19 Thread zbyszek
direction of implementing IndexingSpi based on Lucene which solves nicely the performance problem but brings another question, which I shall post in another thread. Regards, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Create BinaryObject without starting Ignite?

2018-01-16 Thread zbyszek
nce to Ignite hence my particular problem is solved. But it is good to know that it is not easily achievable. thanx and regards, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Create BinaryObject without starting Ignite?

2018-01-15 Thread zbyszek
PE on builder.build() due to null transport member in MarshallerContextImpl. Thank you for your help, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cursor in TextQuery - first hasNex() is slow

2018-01-05 Thread zbyszek
, pageSize). In addition, you do not utilize Lucene's public TopDocs searchAfter(final ScoreDoc after, Query query, int numHits) to properly implement cursor advancing. Do you think this can be improved? thanx, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cursor in TextQuery - first hasNex() is slow

2018-01-04 Thread zbyszek
small fraction of the time needed to fetch all data? thanx, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Cursor in TextQuery - first hasNex() is slow

2018-01-03 Thread zbyszek
execution time of the first hasNext() is 1327 ms. what is rather unacceptable for our auto-suggest solution (we are planning to search over hundreds of millions of entries). Example and code is below. Could you confirm this as a bug or feature? Regards, zbyszek All time: (393 items ) 42 ms

Re: Memory leak in GridCachePartitionExchangeManager?

2017-12-18 Thread zbyszek
Hi Mike, Yes, this is version 2.3. thank you, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Memory leak in GridCachePartitionExchangeManager?

2017-12-18 Thread zbyszek
sec at the end of the test. Please let me know if this is a know issue - and if not - if you would be interested in simple repro app. Thank you in advance, zbyszek. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Sorting or ranking TextQuery?

2017-12-14 Thread zbyszek
the query result would be really helpful. Seems like H2 integration with Lucene could do the trick. Regards, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Lucene query syntaxt support in TextQuery ?

2017-11-30 Thread zbyszek
the casing used to name the fields (lowercase in that case) reagrds, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Lucene query syntaxt support in TextQuery ?

2017-11-29 Thread zbyszek
Val, thank you for confirmation. zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Lucene query syntaxt support in TextQuery ?

2017-11-28 Thread zbyszek
TextQuery(Person.class, "resume:Master");), but cannot get it running for some reason. Could you advise? Thank you in advance, zbyszek private static void test() { // start ignite IgniteConfiguration iCfg = new IgniteConfiguration(); String wor

Sorting or ranking TextQuery?

2017-11-23 Thread zbyszek
I would like to rank returned entities by the source (or other arbitrary field in general).Thank you for the help,zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: NullPointerException at unwrapBinariesIfNeeded(GridCacheContext.java:1719)

2017-08-31 Thread zbyszek
Thank you Andrey, I will upgrade asap. regards, zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

NullPointerException at unwrapBinariesIfNeeded(GridCacheContext.java:1719)

2017-08-28 Thread zbyszek
at com.markit.n6platform.s6.dao.DynamicDAO.execute(DynamicDAO.java:42) Thank you in advance, zbyszek -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/NullPointerException-at-unwrapBinariesIfNeeded-GridCacheContext-java-1719-tp16459.html Sent from the

Re: Equally distributing Kafka topics within the cluster

2017-08-28 Thread zbyszek
Thank you Slava, I am testing some solutions and if this yields something to be proud of then I will share definitely... regards, zbyszek -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Equally-distributing-Kafka-topics-within-the-cluster-tp16377p16458.html

Equally distributing Kafka topics within the cluster

2017-08-23 Thread zbyszek
you in advance, zbyszek -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Equally-distributing-Kafka-topics-within-the-cluster-tp16377.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: java.lang.IllegalStateException: Data streamer has been closed.

2017-07-20 Thread zbyszek
Thank you for confirming Valentin! zb From: vkulichenko [via Apache Ignite Users] To: zbyszek Sent: Thursday, July 20, 2017 8:13 PM Subject: Re: java.lang.IllegalStateException: Data streamer has been closed. Hi Zbyszek, You're subscribed now, all good. -Val If you

Re: java.lang.IllegalStateException: Data streamer has been closed.

2017-07-20 Thread zbyszek
Hi,I believe I have subscribed properly... clicked 'Subscribe' button on the web page and sent separate email followed by executing received instructions. Is there anything else I can do? Thanx,Zbyszek Sent from Yahoo Mail for iPhone On Tuesday, July 18, 2017, 11:37 PM, vkulichenko [

Re: java.lang.IllegalStateException: Data streamer has been closed

2017-07-18 Thread zbyszek
Thank you Mikhail, Your answer is very helpful. Just needed confirmation that this was a known issue. Regards, Zbyszek -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/java-lang-IllegalStateException-Data-streamer-has-been-closed-tp15061p15067.html Sent from

java.lang.IllegalStateException: Data streamer has been closed

2017-07-18 Thread zbyszek
n the DataStreamer. I seem to never observe this issue when I start only the first (one) server. Fragment of the log is attached below. Thank you in advance for any help or suggestion, Zbyszek evt=DISCOVERY_CUSTOM_EVT, node=918cd6f8-e761-43d7-9467-a28f65163c8c] 2017-07-17 21:4