Re: Create two table with the same VALUE_TYPE

2020-07-07 Thread Nikolay Izhikov
Hello, Alexander. > Can I somehow solve this problem? You can't use same VALUE_TYPE for two tables with inconsistent field type. This happens because VALUE_TYPE name actually used to specify `BinaryObjectType` name. After it all rows with the same VALUE_TYPE name checked according to the first c

Re: RE: Failed to find security context for subject with given ID

2021-12-06 Thread Nikolay Izhikov
Hello y. We are searching for the root casue of your issues. Investigation shows, that we are using String#getBytes() call that is locale dependent and use that bytes for login hash. Therefore hash can be different on nodes it started with different default locale. Can you, please confirm - are y

Re: Ignite .NET + CDC replication using Kafka

2024-06-17 Thread Nikolay Izhikov
CDC not related to Ignite.NET . It captures changes that happens on storage (WAL) layer of Ignite. So, all you need is to follow the examples from documentation and configure CDC replication. > 12 июня 2024 г., в 14:02, Pavel Tupitsyn написал(а): > > Can you share some wo

Re: Ignite cache with custom key : key not found

2024-07-22 Thread Nikolay Izhikov
Hello. It common issue with the thin client. Please, set same value of BinaryConfiguration#compactFooter explicitly to false both on the server side and client side. > On 22 Jul 2024, at 10:32, Pavel Tupitsyn wrote: > > Hello, could you please attach a reproducer? > > This might have to do wi

Re: Spark dataframe to Ignite write issue .

2019-03-26 Thread Nikolay Izhikov
Hello, Harshal Can you, please, share your Ignite config? Especially, "*ENTITY_PLAYABLE*" cache definition вт, 26 мар. 2019 г. в 05:35, Denis Magda : > Hi, as far as I can guess from the shared details, you should pass the > IgniteCache name as a SQL schema if SQL metadata was configured via XML

Re: Apache Ignite support for continuous queries over sliding windows

2019-04-19 Thread Nikolay Izhikov
Hello, Stefano. > Does Apache Ignite support continuous queries over sliding windows? Seems, you can easily implement this on top of regular ContinuousQuery. You can combine several event batches based on your logic and apply it to your internal consumer. пт, 19 апр. 2019 г. в 11:08, stefano.reb

Re: Certificate upgrade in Ignite Cluster

2019-05-09 Thread Nikolay Izhikov
Hello, Ankit. Please, clarify, what do you mean by "secure mode"? В Чт, 09/05/2019 в 05:33 -0700, Ankit Singhai пишет: > Hello, > We are running Ignite Cluster with 3 servers and 10 client nodes in secure > mode. Now as the certificate is going to expire, how can we configure the > new certificat

Re: Ignite 2.7.5

2019-05-09 Thread Nikolay Izhikov
Hello, Dmitriy. Can you, please, help up with the dates? В Чт, 02/05/2019 в 08:21 -0700, Loredana Radulescu Ivanoff пишет: > Hello, > > Would you happen to have any news about the 2.7.5 release date? > > Thank you, > Loredana signature.asc Description: This is a digitally signed message part

Re: Node not joined to the cluster - joining node doesn't have encryption data

2019-07-04 Thread Nikolay Izhikov
Hello, shahidv. > What it means? It's not a casue of an error. It just info message. Can you please, send your Ignite configuration and log with error. В Чт, 04/07/2019 в 00:46 -0700, shahidv пишет: > I am trying to add nodes to ignite cluster, when same host it will work, but > when we add nod

Re: Node not joined to the cluster - joining node doesn't have encryption data

2019-07-04 Thread Nikolay Izhikov
> What it means? It means "Your TDE feature disabled". В Чт, 04/07/2019 в 13:04 +0300, Nikolay Izhikov пишет: > Hello, shahidv. > > > What it means? > > It's not a casue of an error. > It just info message. > > Can you please, send your Ignite co

Re: [External]Re: Exporter usage of Ignite 2.8.0

2020-03-26 Thread Nikolay Izhikov
Hello, Kamlesh! Thanks for trying out open census integration. You can find self-explained example in Ignite sources [1]. To integrate with prometheus you have: 1. Enable `ignite-opencensus`. 2. Configure opencensus exporter in IgniteConfiguration: ``` OpenCensusMetricExporterSpi openCe

Re: prometheus jmx scrape failed

2020-04-07 Thread Nikolay Izhikov
Hello, Zipporah. AFAIK Zabbix doesn’t support scraping of the tabular data JMX beans. We add this kind of beans in 2.8. It’s a system view beans [1] By default, system views exported in the form of JMX beans and SQL views. You can: a. Disable system view JMX exporter via configuration IgniteC

[VOTE][EXTENSION] Release Apache Ignite Spring Boot extensions 1.0.0 RC1

2020-04-27 Thread Nikolay Izhikov
Dear Community, I have uploaded a release candidate of the two extension modules `ignite-spring-boot-autoconfigure` and `ignite-spring-boot-client-autoconfigure`. The following staging can be used for testing: https://repository.apache.org/content/repositories/orgapacheignite-1478/ Tag with na

[ANNOUNCE] Apache Ignite Spring Boot extensions 1.0.0 Released

2020-05-07 Thread Nikolay Izhikov
-autoconfigure-ext/1.0.0/ * https://repo.maven.apache.org/maven2/org/apache/ignite/ignite-spring-boot-thin-client-autoconfigure-ext/1.0.0/ Please let us know [2] if you encounter any problems. Regards, Nikolay Izhikov on behalf of Apache Ignite community [1] https://ignite.apache.org [2] https

[ANNOUNCE] Apache Ignite 2.8.1 Released

2020-05-27 Thread Nikolay Izhikov
know if you encounter any problems: https://ignite.apache.org/community/resources.html#ask Regards, Nikolay Izhikov on behalf of Apache Ignite community.

[ANNOUNCE] Apache Ignite 2.7.0 Released

2018-12-05 Thread Nikolay Izhikov
release introduce several major features and fixes some critical issues https://ignite.apache.org/releases/2.7.0/release_notes.html Download the latest Ignite version from here: https://ignite.apache.org/download.cgi Please let us know [2] if you encounter any problems. Regards, Nikolay Izhikov on

Re: List of running Continuous queries or CacheEntryListener per cache or node

2017-12-21 Thread Nikolay Izhikov
Hello, Dmitry. I think it a great idea. Do we a feature to list all running ComputeTasks? I, personally, think we have to implement possibility to track all user-provided tasks - CacheListener, ContinuousQuery, ComputeTasks, etc. В Чт, 21/12/2017 в 10:13 +0300, Dmitry Karachentsev пишет: > Cros

Re: Spark data frames integration merged

2017-12-29 Thread Nikolay Izhikov
ata frame into Ignite via > DataFrameWrite API [3]. > > [1] https://issues.apache.org/jira/browse/IGNITE-3084 > [2] https://issues.apache.org/jira/browse/IGNITE-7077 > [3] https://issues.apache.org/jira/browse/IGNITE-7337 > > Nikolay Izhikov, thanks for the contribution and for all the hard > work! > > -Val

Re: Spark data frames integration merged

2018-01-05 Thread Nikolay Izhikov
Hello, guys. Currently `getPreferredLocations` implemented in `IgniteRDD -> IgniteAbstractRDD`. But DataFrame implementation uses `IgniteSQLDataFrameRDD -> IgniteSqlRDD -> IgniteAbstractRDD` Where `->` is extension. So, for now, getPreferredLocation doesn't implemented for a IgniteDataFrame.

Re: xml and java configuration

2018-01-09 Thread Nikolay Izhikov
Hello, Mikael. Yes, it possible. You can load IgniteConfiguration throw Ignition.loadSpringBean [1] method. After it you can modify result if you want. Please, look at example: ``` final String cfg = "modules/yardstick/config/ignite-localhost- config.xml"; IgniteConfiguration nodeCfg = Ignitio

Re: [Ignite 2.0.0] Stopping the node in order to prevent cluster wide instability.

2018-02-01 Thread Nikolay Izhikov
Hello, Valentin. I try to take a look at this bug. В Чт, 01/02/2018 в 12:35 -0700, vkulichenko пишет: > Well, then you need IGNITE-3653 to be fixed I believe. Unfortunately, it's > not assigned to anyone currently, so apparently no one is working on it. Are > you willing to pick it up and contri

Re: About Apache Ignite 2.4 with jdk

2018-03-19 Thread Nikolay Izhikov
Hello, Lucky. You can download source of Ignite from official repository: https://ignite.apache.org/download.cgi#sources В Пн, 19/03/2018 в 16:39 +0800, Lucky пишет: > Hi, >Apache Ignite 2.4 is built in JDK1.8. > Can you provide a JDK1.7 version? > Or Give the dependency jar list ,the

Re: DataFrame support for Apache Spark 1.6

2018-03-19 Thread Nikolay Izhikov
Hello, Ray. Currently, There is no plans to support Spark 1.6 in Ignite. I doubt if it can be done without significat changes in existing code base. Anyway, you can create a ticket [1]. And I will try to look what can be done. [1] https://issues.apache.org/jira/browse/IGNITE В Пн, 19/03/2018 в

Re: Saving a DataFrame from Spark and accessing data as key/value externally

2018-03-23 Thread Nikolay Izhikov
Hello, Luca. Can you attach some simple reproducer or code piece that cause exception? В Пт, 23/03/2018 в 14:31 +0100, Rosellini, Luca пишет: > Hi all, > I am using Apache Ignite 2.4 and I've successfully saved a Spark Dataframe as > a SQL table in the Ignite caching layer. > > I am trying to a

Re: Different behavior when saving date from Dataframe API and RDD API

2018-03-26 Thread Nikolay Izhikov
Hell, ray. > Please advise is this behavior expected? I think this behavior is expected. Because it's more efficient to query specific affinity key value. Anyway, I'm not an expert in SQL engine, so I send your question to the dev-list. Igniters, I think this user question is related to the SQ

Re: Saving a DataFrame from Spark and accessing data as key/value externally

2018-03-26 Thread Nikolay Izhikov
oManager.java:579) > at > org.apache.ignite.internal.processors.cache.GridCacheIoManager.handleMessage(GridCacheIoManager.java:378) > at > org.apache.ignite.internal.processors.cache.GridCacheIoManager.handleMessage(GridCacheIoManager.java:304) > at > org.apache.ignite.

Re: Continuous query - Exactly once based event across multiple nodes..

2018-05-06 Thread Nikolay Izhikov
Hello, JP. You should use target node in remote filter. You should check "Is primary node for some record equal to target node?" in your filter. Please, see code below. You can find related discussion and full example here [1]. @IgniteAsyncCallback public static class RemoteFactory impl

Re: Continuous query - Exactly once based event across multiple nodes..

2018-05-07 Thread Nikolay Izhikov
Hello, JP. So what? What is issue with multiple filter instance? пн, 7 мая 2018 г., 12:47 JP : > Thanks... This solution worked but problem is, it creating multiple remote > filter instance.. > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >

Re: Is there any way to listener to a specific remote cache's update events ?

2017-09-05 Thread Nikolay Izhikov
Hello, Aaron. I think continuous query is what you need: https://apacheignite.readme.io/docs/continuous-queries#section-local-listener You can also use Ignite as jcache implementation and register jcache listener on IgniteCache: https://static.javadoc.io/javax.cache/cache-api/1.0.0/javax/cac