Re: Is there any change to integrate ignite into Android environment?

2020-11-11 Thread Denis Magda
We are not running Ignite test suites on Android, thus, don't have a full picture of what works or fails. Please file a ticket with the stack trace and details about your Android environment. But, you have the REST protocol at your service that will work on any edge device. Use Android networking

Re: Is there any change to integrate ignite into Android environment?

2020-11-11 Thread xingjl6280
Hi IIya, yes, I tried, with the java thin client. There's no issue with build, but get fatal error during client initiation. Ignite try to call some virtual method of Object by reflection, but the method doesn't exist. I guess it's due to the difference of Android SDK and JDK. Actually, in man

Query on IgniteApplication running on java11

2020-11-11 Thread vbm
Hi, In my machine jdk 11 is installed and I am trying to write an Ignite application to run on this environment. In my pom.xml, I have added below maven-compiler-plugin configuration and compiled the code. org.apache.maven.plugins maven-compiler-plugi

Re: Performance of indexing on varchar columns without specific length

2020-11-11 Thread Ilya Kasnacheev
Hello! The actual VARCHAR lengths means less than you think. Instead, you can supply a correct INLINE_SIZE when creating this index: https://ignite.apache.org/docs/latest/SQL/sql-tuning#increasing-index-inline-size https://ignite.apache.org/docs/latest/SQL/indexes#configuring-index-inline-size By

Re: Workaround for getting ContinuousQuery to support transactions

2020-11-11 Thread Ilya Kasnacheev
Hello! I think it's OK to try. Regards, -- Ilya Kasnacheev пн, 9 нояб. 2020 г. в 19:56, ssansoy : > interesting! might just work. We will try it out. > E.g. A chance of 500 V's. V has fields a, b, c, (b=foo on all records) and > some client app wants to run a continuous query on all V where b

Re: How to get column names for a query in Ignite thin client mode

2020-11-11 Thread Ilya Kasnacheev
Hello! You can find out data types while using JDBC API, by using ResultSetMetaData and DatabaseMetaData interfaces. Regards, -- Ilya Kasnacheev пн, 9 нояб. 2020 г. в 10:42, Shravya Nethula < shravya.neth...@aline-consulting.com>: > Hi, > > Any update on this? > Any help is much apppreciated!

Re: partition-exchanger system-critical thread blocked

2020-11-11 Thread Ilya Kasnacheev
Hello! Can you please find an actual stack trace from partition-exchanger thread in that log? One that starts with Thread [name="partition-exchanger" ? Regards, -- Ilya Kasnacheev вт, 10 нояб. 2020 г. в 15:54, Kamlesh Joshi : > Hi Igniters, > > > > Sometimes 'Blocked system-critical thread'

Re: Limit ignite-rest-http threads

2020-11-11 Thread Ilya Kasnacheev
Hello! I guess you can supply your own jetty XML configuration (in ClientConnectorConfiguration) and there you can limit # of its threads. Please refer to Jetty's docs. Regards, -- Ilya Kasnacheev пн, 9 нояб. 2020 г. в 14:37, ashishb888 : > Hi Vladimir, > > I want to limit those threads. I w

Re: Is there any change to integrate ignite into Android environment?

2020-11-11 Thread Ilya Kasnacheev
Hello! Did you actually try to do that? I recommend starting with some flavor of thin client since it is much simpler. Regards, -- Ilya Kasnacheev вт, 10 нояб. 2020 г. в 10:37, xingjl6280 : > Hi Denis, > > It's a Android Pad, with 8 cores CPU and 6GB RAM. > > We use the Pad to connect servers

Re: [2.9.0]Entryprocessor cannot be hot deployed properly via UriDeploymentSpi

2020-11-11 Thread Ilya Kasnacheev
Hello! Did that work under 2.8? Can you check If it wasn't, then maybe it is not implemented in the first place. If it is a regression, we could try to address that. Regards. -- Ilya Kasnacheev ср, 11 нояб. 2020 г. в 05:55, 18624049226 <18624049...@163.com>: > Any further conclusions? > > 在