RE: SQL Query error

2018-06-01 Thread Stéphane Gayet
Hi Ilya, Please find attached the jstack dump for the 3 nodes. Yesterday, I modified the java configuration of servers to pass the -Xms512m -Xmx8g arguments to jvm. The cluster runs fine since yesterday evening 18:30 CET. The "Failed to execute local query." started to appear at 08:00 CET

Re: Spark + Ignite standalone mode on Kubernetes cluster.

2018-06-01 Thread Ray
Currently, Ignite supports Spark up to version 2.2.0. Please try with Spark 2.2.0 or wait until this ticket is resolved. https://issues.apache.org/jira/browse/IGNITE-8534 -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Spark + Ignite standalone mode on Kubernetes cluster.

2018-06-01 Thread Premachandran, Mahesh (Nokia - IN/Bangalore)
Hello, I have been trying to use Spark with Ignite (standalone mode) on a Kubernetes cluster and is running into some issues. Some details about the setup. K8s Version: 1.9.7 Spark Version: 2.3.0 Ignite Version: 2.4.0 RBAC disabled. I have been using the example provided

Messages and topics

2018-06-01 Thread Mikael
Hi! As I understand it topics are used on the receiving side, so if one node send a message, it will be sent to all nodes in that cluster no matter if they subscribe to a specific topic or not, so I cannot use topics to limit the amount of nodes a message is sent to, is that correct (to keep

Re: Apache Ignite with PosgreSQL

2018-06-01 Thread Evgenii Zhuravlev
Hi, Looks like your questions were already answered on SO: https://stackoverflow.com/questions/50598925/apache-ignite-with-posgresql/50605396#50605396 Evgenii 2018-05-31 5:55 GMT+03:00 Harsh Mishra : > *Objective:* To scale existing application where PostgreSQL is used as a > data store. > >

Yardstick benchmark with K8s cluster

2018-06-01 Thread vbm
Hi, Has anyone tried yardstick benchmark with K8s ignite cluster. Regards, Vishwas -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Apache Ignite with PosgreSQL

2018-06-01 Thread Denis Magda
Harsh, Please check out a recording of the webinar below where it's explained and demonstrated how to deploy Ignite as in-memory data grid above PostgreSQL: https://www.gridgain.com/resources/webinars/part-1-adding-speed-and-scale-existing-applications-no-rip-and-replace-using Hopefully, all of

Session.removeAttribute is not working as expected

2018-06-01 Thread Dana Shaw
Posted a while back, am still struggling with the same issue. Really want to use ignite but am struggling to get this working correctly. What I'm noticing is that session.removeAttribute doesn't really remove the attribute, it only sets the value to null. I'm not sure if this is a setup issue

RE: SQL Query error

2018-06-01 Thread Stéphane Gayet
Hi Ilya, Ok, I will update if error raises again. Thanks and regards De : ilya.kasnacheev Envoyé : vendredi 1 juin 2018 18:52:48 À : user@ignite.apache.org Objet : RE: SQL Query error Hello! Unfortunately, from those stack traces it looks like nothing is

Does equals method have relevance in Custom Key Class

2018-06-01 Thread the_palakkaran
Hi, Does overriding equals method in my CustomKey class has any relevance in cache.put and cache.get ? When I checked, they were not getting executed while put and get. Also I understand that ignite does not want us to override of equals method in Binary Objects. Is there any way to override

Re: IgniteJdbcThinDriver - Not supporting transactions

2018-06-01 Thread Denis Magda
Hi, MVCC + Transactional SQL will be available in the GA mode ~ Q3-Q4. Presently, we tell it loud and clear in our docs that transactions are supported for key-value APIs only. -- Denis On Fri, Jun 1, 2018 at 5:12 AM, UCDeveloper wrote: > We are planning to use the Apache Ignite inmemory

Re: Apache Flink Sink + Ignite: Ouch! Argument is invalid

2018-06-01 Thread Burt Parkers
Hi, it runs fine in a single VM, but if I build the uber-jar (contains the application and all required ignite dependencies) and submit it to the flink cluster (with master and worker nodes each in different VM's) the cache configuration isn't loaded: 2018-06-01 22:05:30,665 INFO

Re: QueryCursor.getAll() performance is very very low !!!

2018-06-01 Thread the_palakkaran
Hi Ilya, I was missing the index=true annotation in my server deployed jars. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Agent not able to connect

2018-06-01 Thread Humphrey
Hi Roman, I do understand the front-end part, I think that is the UI we get when we connect to the web console when we go to http://webconsole and we get the login page. What I don't understand is the backend part, what does it do? I thought that was where the agent is suppose to connect to

IgniteJdbcThinDriver - Not supporting transactions

2018-06-01 Thread UCDeveloper
We are planning to use the Apache Ignite inmemory database as a replacement for the RDBMS that we are currently using. I am using the IgniteJdbcThinDriver to query/modify data on the database. Though the queries are executed within a transaction scope , they are actually getting executed in the

Apache Flink Sink + Ignite: Ouch! Argument is invalid

2018-06-01 Thread Burt Parkers
Hi, I'm trying to run an Apache Flink Programm with the flink-ignite Sink. Everything is working fine if I start the Application from my IDE, but if I submit the Application to the Flink Cluster I get this error: java.lang.ExceptionInInitializerError at

Re: Messages and topics

2018-06-01 Thread dkarachentsev
Hi, Yes, Ignite will send messages to all nodes, but you may use filter: ignite.message(ignite.cluster().forAttribute("topic1", Boolean.TRUE)); In this case messages would be sent to all nodes from the cluster group, in this example - only nodes with set attribute "topic1" [1]. [1]

Re: Apache Flink Sink + Ignite: Ouch! Argument is invalid

2018-06-01 Thread Humphrey
It is working fine here. Tweaked the main method a bit: public static void main(String[] args) throws Exception { System.setProperty("IGNITE_QUIET", "false"); final StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();

Re: IgniteJdbcThinDriver - Not supporting transactions

2018-06-01 Thread ilya.kasnacheev
Hello! See this answer: https://stackoverflow.com/questions/50644018/ignitejdbcthindriver-is-not-supporting-transactional-mode Long story short, it's not implemented yet. Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Yardstick benchmark with K8s cluster

2018-06-01 Thread ilya.kasnacheev
Hello! Why don't you try it, share results with us? Why do you expect the results to be different from any other cluster? Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Blocked: Migrate PosgreSQL JSONB data in Apache Ignite

2018-06-01 Thread ilya.kasnacheev
Hello! It should be possible to do all four using Cache API: 1. cache.put() 2. cache.invoke() 3. cache.remove() 4. cache.query(new SqlQuery()) Now 5. is problematic with cache API, since doing joins limits you to SQL, which can't have any specific handling for your JSON. Regards, -- Sent

[CVE-2014-0114]: Apache Ignite is vulnerable to existing CVE-2014-0114

2018-06-01 Thread Denis Magda
[CVE-2014-0114]: Apache Ignite is vulnerable to existing CVE-2014-0114 Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Ignite 2.4 or earlier Impact: An attacker can execute arbitrary code on Ignite nodes in the case when Ignite classpath contains arbitrary

RE: SQL Query error

2018-06-01 Thread ilya.kasnacheev
Hello! Unfortunately, from those stack traces it looks like nothing is happening on the cluster at the moment. Can you wait for "Failed to wait for partition map exchange" message to start appearing in logs, and then collect stack traces? Regards, -- Sent from:

ClassCastException When Using CacheEntryProcessor in StreamVisitor

2018-06-01 Thread Cong Guo
Hi, I want to use IgniteDataStreamer to handle data updates. Is it possible to use CacheEntryProcessor in StreamVisitor? I write a simple program as follows. It works on a single node, but gets a ClassCastException on two nodes. The two nodes are on two physical machines. I have set