Client nodes are unable to discover server nodes using kubernetes IpFinder

2020-01-24 Thread Manu
ode(s) [...] https://kubernetes.default.svc.cluster.local:443"/> [...] Regards! Manu. -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Lucene text index persistent ?

2020-02-10 Thread Manu
Hi! take a look to https://github.com/hawkore/examples-apache-ignite-extensions/ they are implemented a solution for persisted lucene and spatial indexes -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

IGFS is alive: proposals of vertical solutions

2020-07-01 Thread Manu
Hi! I read in other post that IGFS is going to be discontinued, isn't it? I have a proposal to come alive again IGFS, it has interesting applications, this could be one: -- Sent from: http://apache-ignite-develope

Hello Ignite Community

2019-01-15 Thread Manu
Hello Ignite Community! My name is Manu. I want to contribute to Apache Ignite. My JIRA username mnusan. Any help on this will be appreciated. Thanks! -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

NATIVE PERSISTENCE: Cache data is destroyed after disable WAL and restart

2019-04-28 Thread Manu
Hi! I have a question, is it normal that if WAL is deactivated for a persisted cache when the server node(s) is restarted, the persisted content of the cache is completely destroyed? I need to disable WAL for large heavy ingestion processes, but eventually ingestion may fail (OS, machine crash),

Re: [ML] Machine Learning Pipeline Improvement

2019-04-30 Thread Manu
Hi, all! Could be viable to integrate Apache Arrow to improve ML computation using GPU? Out of this thread, could be viable to integrate Apache Arrow to improve Indexing computation using GPU? Regards https://rapids.ai https://arrow.apache.org

Lucene CorruptIndexException (checksum failed) on GridLuceneIndex - suggested patch

2018-04-06 Thread Manu
merge index Suggested patch to fix CorruptIndexException on GridLuceneIndex FIX-IGNITE-LUCENE-STREAM-CRC.patch <http://apache-ignite-developers.2346864.n4.nabble.com/file/t242/FIX-IGNITE-LUCENE-STREAM-CRC.patch> Hope it helps!! Bye! Manu -- Sent from: http://apache-ignite-developers

Lucene CorruptIndexException (checksum failed) on GridLuceneIndex - suggested patch

2018-04-06 Thread Manu
index Suggested patch to fix CorruptIndexException on GridLuceneIndex FIX-IGNITE-LUCENE-STREAM-CRC.patch <http://apache-ignite-developers.2346864.n4.nabble.com/file/t242/FIX-IGNITE-LUCENE-STREAM-CRC.patch> Hope it helps!! Bye! Manu -- Sent from: http://apache-ignite-developers

Re: [GitHub] ignite pull request #3719: IGNITE-8048 merge query entities for dynamic cach...

2018-04-17 Thread Manu
Hi! I have taken a look at this new functionality and it is very interesting. But I have a couple of doubts about the performance. For each modification of the same QueryEntitity, a new SchemaAbstractOperation is generated, in the case of adding columns the performance is not affected, but in th

Re: [GitHub] ignite pull request #3719: IGNITE-8048 merge query entities for dynamic cach...

2018-04-18 Thread Manu
Hi, Sorry, I assumed that QueryEntities merge process was always applied (on active or inactive cluster) and that it was responsible for auto creating and populate new indexes and columns on the fly... my fault. Then, in addition to updating CacheConfiguration and QuerySchema, does it do somethin

Re: Transparent Data Encryption (TDE) in Apache Ignite

2018-04-20 Thread Manu
Hi, Have you think about implementing TDE per DataRegion instead of per Cache? And using a transparent encrypted java file system? This GitHub project is interesting https://github.com/usrflo/encfs4j . Hope it helps! Regards! -- Sent from: http://apac