RE: DotNet version issue Invalid flag value: 0

2018-06-15 Thread Mathias Herbaux
Hello That’s really strange, I’ve been able to run it using Visual Studio 2015. But using Visual Studio 2017 (I’ve restarted the editor), I still get the issue. Kind regards [cid:B4C12B98-8B1E-4E3E-9273-44D89CEED820] Mathias Herbaux mathias.herb...@xbrain.io

Re: DotNet version issue Invalid flag value: 0

2018-06-15 Thread Pavel Tupitsyn
I am able to clone that repository and run the application as is, it works. Please check again that no IGNITE_ environment variables are set. Environment variable changes take effect only when you re-open the application (Visual Studio, etc). You can log off to make sure. PS Do not put NuGet

Re: Ignite RPM Package Installation error: Failed dependencies: java-1.8.0 is needed by apache-ignite-2.4.0-1.noarch

2018-06-15 Thread Petr Ivanov
Bhaskar, That’s right. ${IGNITE_HOME} is right at /usr/share/apache-ignite > On 15 Jun 2018, at 20:39, bhaskar wrote: > > Thanks > > what will be the IGNITE_HOME in this case? "/usr/share/apache-ignite/"? > I am integrating sparj with Ignite, so need to provide $IGNITE_HOME/libs in >

Re: Ignite 2.5 uncatched BufferUnderflowException while reading WAL on startup

2018-06-15 Thread Pavel Kovalenko
David, No this problem exists in older versions also. пт, 15 июн. 2018 г. в 17:54, David Harvey : > Is https://issues.apache.org/jira/browse/IGNITE-8780 a regression in 2.5 ? > > On Thu, Jun 14, 2018 at 7:03 AM, Pavel Kovalenko > wrote: > >> DocDVZ, >> >> Most probably you faced with the

RE: DotNet version issue Invalid flag value: 0

2018-06-15 Thread Mathias Herbaux
Hello, Here’s the solution on github https://github.com/mathrb/test_ignite Kind regards Mathias Herbaux mathias.herb...@xbrain.io Skype: mathias.herbaux From: Pavel Tupitsyn [mailto:ptupit...@apache.org] Sent: Friday, 15 June, 2018 01:35 To:

Re: Failsafe re-entrant locks still held after a node exits.

2018-06-15 Thread ezhuravlev
Hi, I've checked code and it looks like the current implementation of ReentrantLock doesn't have proper processing of failoverSafe flag. I've created ticket for it's implementation: https://issues.apache.org/jira/browse/IGNITE-8810. As for workaround, you can use reentrantLock without

Re: Off-heap eviction configuration

2018-06-15 Thread dkarachentsev
Check your configuration. This code works perfectly well for me. If set page eviction mode to disabled - IOOME will be thrown: IgniteConfiguration igniteConfiguration = new IgniteConfiguration(); DataStorageConfiguration dataStorageConfig = new DataStorageConfiguration(); long

Re: Ignite 2.5 uncatched BufferUnderflowException while reading WAL on startup

2018-06-15 Thread David Harvey
Is https://issues.apache.org/jira/browse/IGNITE-8780 a regression in 2.5 ? On Thu, Jun 14, 2018 at 7:03 AM, Pavel Kovalenko wrote: > DocDVZ, > > Most probably you faced with the following issue https://issues.apache. > org/jira/browse/IGNITE-8780. > You can try to remove END file marker, in

Re: DotNet version issue Invalid flag value: 0

2018-06-15 Thread ilya.kasnacheev
Hello! I have to concur that I have just tried to run existing project with dotnet core on 2.5.0, and it runs flawlessly. So it has to be something in your setup. Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Memcached compatible mode

2018-06-15 Thread ilya.kasnacheev
Hello! It turns out that Dalli will marshal data by default, and set 'serialized' flag in memcached message. Apache Ignite will treat 'serialized' data as Java Serialized Objects, will attempt to deserialize, which will promptly fail. To avoid this, pass :raw => true option: irb(main):022:0>

RE: SQL cannot find data of new class definition

2018-06-15 Thread Cong Guo
I run the SQL query only after the cache size has changed. The new data should be already in the cache when I run the query. From: Cong Guo Sent: 2018年6月15日 10:01 To: user@ignite.apache.org Subject: RE: SQL cannot find data of new class definition Hi, Thank you for the reply. In my original

RE: SQL cannot find data of new class definition

2018-06-15 Thread Cong Guo
Hi, Thank you for the reply. In my original test, I do not create a table using SQL. I just create a cache. I think a table using the value class name is created implicitely. I add the new field/column using ALTER TABLE before I put new data into the cache, but I still cannot find the data of

Re: Text Query via SQL or REST API?

2018-06-15 Thread dkarachentsev
Jose, Unfortunately there is no other tools at the moment. But you still can contribute to Apache Ignite and implement that ticket which will persist Lucene indexes. It would be a great help! Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: SQL cannot find data of new class definition

2018-06-15 Thread Ilya Kasnacheev
Hello! You can add fields to existing SQL-backed cache using ALTER TABLE ... ADD COLUMN command: https://apacheignite-sql.readme.io/docs/alter-table The recommendation for your use case, where the layout of dat1a is expected to change, is to just use SQL (DDL) defined tables and forget about

SQL cannot find data of new class definition

2018-06-15 Thread Cong Guo
Hi all, I am trying to use BinaryObject to support data of different class definitions in one cache. This is for my system upgrade. I first start a cache with data, and then launch a new node to join the cluster and put new data into the existing cache. The new data has a different class

Ignite docker container not able to join in cluster

2018-06-15 Thread Ashok Reddy Gangasani
Hello Team, I'm using apacheignite:2.5.0 docker image deployed in 2 different ec2-instances and using staticip finder config below is config file , one of node is unable to join in cluster.I have attached logs also please find below (apache.txt file)

ignite docker container not able to join cluster

2018-06-15 Thread tesst12
apache.txt Hello Team, I'm using apacheignite:2.5.0 docker image deployed in 2 different ec2-instances and using staticip finder config below is config file , one of node is unable to join in cluster.I have attached logs

ignite docker container not able to join cluster

2018-06-15 Thread tesst12
Hello Team, I'm using apacheignite:2.5.0 docker image deployed in 2 different ec2-instances and using staticip finder config below is config file , one of node is unable to join in cluster.I have attached logs also please find below http://www.springframework.org/schema/beans;

Re: Off-heap eviction configuration

2018-06-15 Thread Jose Otavio Rizzatti
Hi Dmitry, I tried that already but it didn't help either. *Jose Otavio Rizzatti* Senior Software Engineer - Mobile Developer Platform +31 6 22257080 | joseo...@uber.com | uber.com On Fri, Jun 15, 2018 at 1:48 PM dkarachentsev wrote: > Hi, > > I see you used your data region as default and

Re: Text Query via SQL or REST API?

2018-06-15 Thread joseheitor
Thanks, Dmitry. What is the recommended strategy to most efficiently perform searches on a persistent store table containing a column with text (JSON document)...? Jose -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Off-heap eviction configuration

2018-06-15 Thread dkarachentsev
Hi, I see you used your data region as default and set name for it. Try to set it to DataStorageConfiguration.setDataRegionConfigurations(). Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Text Query via SQL or REST API?

2018-06-15 Thread dkarachentsev
Hi, REST API does not have such option, but you can write your own compute task (that uses Java API) and call it from REST [1]. It's not possible to use Lucene search from SQL interfaces. To use full text search you need to annotate fields with @QueryTextField [2] and add to indexed types [3].

Text Query via SQL or REST API?

2018-06-15 Thread joseheitor
Is it possible to perform a full text search query operation via either the SQL interface? Or the REST API interface? And does this (or the Java API) automatically leverage Lucene indexing as per the documentation example for a TextQuery? Or are there other specific operations or configurations

Re: Off-heap eviction configuration

2018-06-15 Thread Jose Otavio Rizzatti
Forgot to mention that I'm using Ignite 2.3. And the same behavior persists if I try using the MemoryConfiguration APIs. On Fri, Jun 15, 2018 at 12:09 PM Jose Otavio Rizzatti wrote: > Hi everyone, > > I'm having issues getting the off-heap eviction to work. The nodes in my > cluster are

Off-heap eviction configuration

2018-06-15 Thread Jose Otavio Rizzatti
Hi everyone, I'm having issues getting the off-heap eviction to work. The nodes in my cluster are failing due to OutOfMemory errors. I'm currently trying to get it to work like this: IgniteConfuration igniteConfiguration = new IgniteConfiguration(); DataStorageConfiguration

Re: "WAL segment tail is reached", Is it a problem ?

2018-06-15 Thread dkarachentsev
Hi Mikael! Don't worry about this message and you may just ignore it. It's absolutely OK and means that WAL was read fully. The question is why it's WARNING... In future releases it would be changed to INFO and message content to avoid such confusing. Thanks! -Dmitry -- Sent from:

Re: DotNet version issue Invalid flag value: 0

2018-06-15 Thread Pavel Tupitsyn
Can you please post your entire solution? On GitHub or any other way. On Fri, Jun 15, 2018 at 12:28 AM, Mathias Herbaux wrote: > Hello Pavel, > > > > Thanks for the reply. > > I removed the IGNITE_HOME from my environment vars. > > I still get the same issue with a fresh project, installing