Spark 3 support plans

2021-04-01 Thread Evgenii Zhuravlev
Hi Nikolay, As a main spark integration maintainer, do you have any plans for upgrading spark dependencies to version 3+? I see that some users are asking for it: https://issues.apache.org/jira/browse/IGNITE-13181. Thanks, Evgenii

Re: [DISCUSSION] Common approach to print sensitive information

2021-04-05 Thread Evgenii Zhuravlev
Ivan, I've been talking with different users from different industries and some of them(definitely not all of them) consider schema sensitive information. As a framework, that can be used by different types of users, we should cover this use case too. The solution, suggested by Ilya sounds very re

Re: Issue with replicated cache

2019-12-27 Thread Evgenii Zhuravlev
Hi Prasad, Can you please share logs from all nodes, so I can check what was happening with a cluster before an incident? It would be great to see logs since nodes start. Thanks, Evgenii чт, 26 дек. 2019 г. в 11:42, Denis Magda : > Let me loop in the Ignite dev list as long as I've not heard ab

Re: IGNITE-12361 Migrate Flume module to ignite-extensions

2020-02-12 Thread Evgenii Zhuravlev
Hi Saikat, I left a couple of comments in pr: https://github.com/apache/ignite-extensions/pull/4#pullrequestreview-357891629. Please tell me what do you think about it. Best Regards, Evgenii вт, 11 февр. 2020 г. в 17:15, Saikat Maitra : > Hi, > > Can someone please help in review for these foll

Re: Out of memory with eviction failure on persisted cache

2020-03-04 Thread Evgenii Zhuravlev
Hi, How are you loading the data? Do you use putAll or DataStreamer? Evgenii ср, 4 мар. 2020 г. в 15:37, Raymond Wilson : > To add some further detail: > > There are two processes interacting with the cache. One process is writing > data into the cache, while the second process is extracting da

Re: Out of memory with eviction failure on persisted cache

2020-03-05 Thread Evgenii Zhuravlev
compute function applies > validation logic and uses PutIfAbsent() to write the data into the cache. > > Sorry for the confusion. > > Raymond. > > > On Thu, Mar 5, 2020 at 1:09 PM Evgenii Zhuravlev > wrote: > >> Hi, >> >> How are you loading the data

Re: Apache Ignite 2.8.0 spring services configuration null fields

2020-03-23 Thread Evgenii Zhuravlev
Hi, I tried to reproduce the behaviour you described, but everything works fine for me. Please check if I missed something: https://github.com/ezhuravl/ignite-code-examples/tree/master/src/main/java/examples/service/parameters https://github.com/ezhuravl/ignite-code-examples/blob/master/src/main/r

Re: Out of memory with eviction failure on persisted cache

2020-04-08 Thread Evgenii Zhuravlev
error that is possible or >>> expected to occur when using a cache with a persistent data region defined? >>> >>> I'll see if I can make a small reproducer. >>> >>> On Fri, Mar 6, 2020 at 11:34 AM Evgenii Zhuravlev < >>> e.zhuravlev...@gma

Re: Unable to deploy Ignite Web Console in Kubernetes

2020-04-23 Thread Evgenii Zhuravlev
Hi, Usually it means that backend wasn't fully started yet. Have you checked logs? Evgenii чт, 23 апр. 2020 г. в 07:27, Lovell Mathews : > *Hi, * > > *I am trying to deploy Apache Ignite web console in Google Kubernetes > Engine. I have been following the instructions in the gridgain developer

Re: [DISCUSSION] Add autocompletion for commands in control.sh

2020-06-17 Thread Evgenii Zhuravlev
Hi, +1 for both moving control.sh to the separate module and adding autocompletion. Will API remain the same in control.sh? Evgenii пт, 5 июн. 2020 г. в 01:59, ткаленко кирилл : > Folks have created a ticket [1]. > > 1 - https://issues.apache.org/jira/browse/IGNITE-13120 > > 02.06.2020, 16:48,

Re: JVM_OPTS in control.sh and ignite.sh

2020-09-24 Thread Evgenii Zhuravlev
Ilya, You can get absolutely the same behaviour when you set JVM_OPTS even without Docker. Evgenii чт, 24 сент. 2020 г. в 05:44, Ilya Kasnacheev : > Hello! > > If the issue is with docker only, then maybe we should get rid of JVM_OPTS > with docker entirely? E.g. pass them as parameters. > > I'

Re: [DISCUSSION] IEP-59: CDC - Capture Data Change

2020-10-14 Thread Evgenii Zhuravlev
Hi, >On the segment archiving, utility iterates it using existing WALIterator >Wait and respond to some specific events or data changes. It seems like this solution will have an unpredictable delay for synchronization for handling events. Why can't we just implement a Debezium connector for Ignit

Re: Should we take care of Java 9 in Ignite 2.0 scope?

2017-03-21 Thread Evgenii Zhuravlev
Denis, I've found that some internal classes like sun.misc.SharedSecrets, sun.misc.URLClassPath, sun.misc.PerfCounter, sun.misc.Cleaner changed their packages. I can create wrapper for this classes with 2 modules, that can be enabled by profiles for java9 and java7-8. For using internal classes th

Re: Should we take care of Java 9 in Ignite 2.0 scope?

2017-03-24 Thread Evgenii Zhuravlev
> > settings. > > I'm pretty sure JB's IDEA will handle this right after Java9 release :) > > > > On Wed, Mar 22, 2017 at 1:43 AM, Denis Magda wrote: > > > >> For using internal classes that not exported by default, we will need to > >>

Re: Resurrect FairAffinityFunction

2017-08-09 Thread Evgenii Zhuravlev
Dmitriy, Yes, you're right. Moreover, it looks like a good practice to combine caches that will be used for collocated JOINs in one group since it reduces overall overhead. I think it's not a problem to add this restriction to the SQL JOIN level if we will decide to use this solution. Evgenii

Re: DataStreamer usability

2017-09-03 Thread Evgenii Zhuravlev
Dmitriy, I've seen several questions on StackOverflow and on the user list, that seems to be connected with Data Streamer at first sight, but after some investigation, it was clear that they were not related to Data Streamer at all. Usually, as it was in this question on SO, it was a wrong configu

Re: DataStreamer usability

2017-09-03 Thread Evgenii Zhuravlev
ration or bad error messages. > Could we provide a better error message for this SO issue? > > Evgenii, can I please ask you to provide links to all the data streamer > questions you looked at here? This way we may have a chance to spot some > area for improvement. > > D. >

Re: DataStreamer usability

2017-09-03 Thread Evgenii Zhuravlev
it's possible to use a different Data Streamers from different nodes for the one cache or even different streamers for one cache on the one node. Evgenii 2017-09-03 19:59 GMT+03:00 Dmitriy Setrakyan : > On Sun, Sep 3, 2017 at 9:36 AM, Evgenii Zhuravlev < > e.zhuravlev...@gmail.com> >

Re: DataStreamer usability

2017-09-03 Thread Evgenii Zhuravlev
eamers on one node in use cases I've seen. But at the same time, I can come up with the use case in order to configure different StreamReceivers when uploading data from different data sources. Evgenii 2017-09-03 20:18 GMT+03:00 Dmitriy Setrakyan : > On Sun, Sep 3, 2017 at 10:09 AM,

Fwd: Cassandra failing to ReadThrough using Cache.get(key) without preloading

2017-09-08 Thread Evgenii Zhuravlev
Hi Igor, Could you check this message from user list? I can't find any reasons why readThrough doesn't work with Cassandra here Thanks, Evgenii -- Forwarded message -- From: Kenan Dalley Date: 2017-08-31 17:14 GMT+03:00 Subject: Re: Cassandra failing to ReadThrough using Cache.g

Re: Add cluster (de)activation events IGNITE-8376

2018-07-05 Thread Evgenii Zhuravlev
Guys, Do we really need events for activation/deactivation? We already have a ticket for implementation lifecycle events for it: https://issues.apache.org/jira/browse/IGNITE-5427, won't it be enough? Evgenii 2018-07-03 16:06 GMT+03:00 Ken Cheng : > Hi dsetrakyan, > > I checked the source again

Re: Add cluster (de)activation events IGNITE-8376

2018-07-06 Thread Evgenii Zhuravlev
I've linked them as duplicates, however, one ticket suggests to add Lifecycle events, while another is for adding our simple events from EventType Evgenii 2018-07-06 1:10 GMT+03:00 Dmitriy Setrakyan : > On Thu, Jul 5, 2018 at 1:55 AM, Evgenii Zhuravlev < > e.zhuravlev...@gmai

QueryDetailMetrics for cache-less SQL queries

2018-08-16 Thread Evgenii Zhuravlev
Hi Igniters, I've started to work on adding QueryDetailMetrics for cache-less SQL queries(issue https://issues.apache.org/jira/browse/IGNITE-6677) and found that it's required to change API. I don't think that adding methods like queryDetailMetrics, resetQueryDetailMetrics, as in IgniteCache to Ig

Re: QueryDetailMetrics for cache-less SQL queries

2018-08-20 Thread Evgenii Zhuravlev
directly without using cache as > > > "gateway". > > > > > > And if we execute query directly, metrics not update. > > > > > > > > > > > > > > > On Fri, Aug 17, 2018 at 4:21 AM Dmitriy Setrakyan < > dsetrak...@apa

Re: QueryDetailMetrics for cache-less SQL queries

2018-08-21 Thread Evgenii Zhuravlev
yDetailMetrics? I think > you can't move all metrics into one place. Pluggable components and > different SPI implementations may have their own metric sets, and perhaps > it's not such a good idea to try to fit them in one common fixed interface. > > 2018-08-20 18:14 GMT+

Re: QueryDetailMetrics for cache-less SQL queries

2018-08-27 Thread Evgenii Zhuravlev
to the problem. > > On Tue, Aug 21, 2018 at 1:09 PM Evgenii Zhuravlev < > e.zhuravlev...@gmail.com> > wrote: > > > Hi Alex, > > > > I agree that we can't move all metrics to ignite.metrics() and SPI > metrics > > is a good example here. I propos

Re: Ignite contibutors page

2018-03-06 Thread Evgenii Zhuravlev
Hi Dmitriy, thank you for noticing this! Unfortunately, I'm not mentioned in this list too. Evgenii 2018-03-06 18:40 GMT+03:00 Andrey Kuznetsov : > +1 > > -- > Best regards, > Andrey Kuznetsov. >

[jira] [Created] (IGNITE-12809) Python client returns fields in wrong order since the 2 row when fields_count>10

2020-03-19 Thread Evgenii Zhuravlev (Jira)
Evgenii Zhuravlev created IGNITE-12809: -- Summary: Python client returns fields in wrong order since the 2 row when fields_count>10 Key: IGNITE-12809 URL: https://issues.apache.org/jira/browse/IGNITE-12

[jira] [Created] (IGNITE-13391) Ignite-hibernate doesn't recreate cache proxies after full reconnect to the cluster

2020-08-28 Thread Evgenii Zhuravlev (Jira)
Evgenii Zhuravlev created IGNITE-13391: -- Summary: Ignite-hibernate doesn't recreate cache proxies after full reconnect to the cluster Key: IGNITE-13391 URL: https://issues.apache.org/jira/browse/IGNITE-

[jira] [Created] (IGNITE-11015) AveragePutTime metrics doesn't work properly in case of remote puts

2019-01-21 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11015: -- Summary: AveragePutTime metrics doesn't work properly in case of remote puts Key: IGNITE-11015 URL: https://issues.apache.org/jira/browse/IGNITE-

[jira] [Created] (IGNITE-11052) Add documentation for "failed to wait for partition map exchange" message

2019-01-23 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11052: -- Summary: Add documentation for "failed to wait for partition map exchange" message Key: IGNITE-11052 URL: https://issues.apache.org/jira/browse/IG

[jira] [Created] (IGNITE-11096) Webagent: flag --disable-demo doesn't work

2019-01-25 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11096: -- Summary: Webagent: flag --disable-demo doesn't work Key: IGNITE-11096 URL: https://issues.apache.org/jira/browse/IGNITE-11096 Project: I

[jira] [Created] (IGNITE-11165) Add note to the documentation that cache name will be used as folder name in case of using persistence

2019-01-31 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11165: -- Summary: Add note to the documentation that cache name will be used as folder name in case of using persistence Key: IGNITE-11165 URL: https://issues.apache.org/jira

[jira] [Created] (IGNITE-11219) CREATE TABLE with template doesn't work properly with data inserted from KV API

2019-02-05 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11219: -- Summary: CREATE TABLE with template doesn't work properly with data inserted from KV API Key: IGNITE-11219 URL: https://issues.apache.org/jira/browse/IGNITE-

[jira] [Created] (IGNITE-11373) varchar_ignorecase doesn't work properly

2019-02-20 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11373: -- Summary: varchar_ignorecase doesn't work properly Key: IGNITE-11373 URL: https://issues.apache.org/jira/browse/IGNITE-11373 Project: I

[jira] [Created] (IGNITE-11487) Document IGNITE_SQL_MERGE_TABLE_MAX_SIZE property

2019-03-05 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11487: -- Summary: Document IGNITE_SQL_MERGE_TABLE_MAX_SIZE property Key: IGNITE-11487 URL: https://issues.apache.org/jira/browse/IGNITE-11487 Project: Ignite

[jira] [Created] (IGNITE-11494) Change message log message in case of too small IGNITE_SQL_MERGE_TABLE_MAX_SIZE parameter

2019-03-06 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11494: -- Summary: Change message log message in case of too small IGNITE_SQL_MERGE_TABLE_MAX_SIZE parameter Key: IGNITE-11494 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-11495) document IGNITE_SQL_MERGE_TABLE_PREFETCH_SIZE parameter

2019-03-06 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11495: -- Summary: document IGNITE_SQL_MERGE_TABLE_PREFETCH_SIZE parameter Key: IGNITE-11495 URL: https://issues.apache.org/jira/browse/IGNITE-11495 Project: Ignite

[jira] [Created] (IGNITE-11496) Long running SQL queries could be randomly canceled from WC

2019-03-06 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11496: -- Summary: Long running SQL queries could be randomly canceled from WC Key: IGNITE-11496 URL: https://issues.apache.org/jira/browse/IGNITE-11496 Project

[jira] [Created] (IGNITE-11554) Create detailed documentation for peerClassLoading with places where and how it can be used

2019-03-15 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11554: -- Summary: Create detailed documentation for peerClassLoading with places where and how it can be used Key: IGNITE-11554 URL: https://issues.apache.org/jira/browse

[jira] [Created] (IGNITE-11598) Add possibility to have different rebalance thread pool size for nodes in cluster

2019-03-21 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11598: -- Summary: Add possibility to have different rebalance thread pool size for nodes in cluster Key: IGNITE-11598 URL: https://issues.apache.org/jira/browse/IGNITE-11598

[jira] [Created] (IGNITE-11599) Thin client doesn't have proper retry

2019-03-21 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11599: -- Summary: Thin client doesn't have proper retry Key: IGNITE-11599 URL: https://issues.apache.org/jira/browse/IGNITE-11599 Project: Ignite

[jira] [Created] (IGNITE-11610) Add note to the DROP TABLE doc that it can be used only for table created with DDL

2019-03-22 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11610: -- Summary: Add note to the DROP TABLE doc that it can be used only for table created with DDL Key: IGNITE-11610 URL: https://issues.apache.org/jira/browse/IGNITE-11610

[jira] [Created] (IGNITE-11695) AverageGetTime metric doesn't work properly with ScanQuery predicate

2019-04-08 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11695: -- Summary: AverageGetTime metric doesn't work properly with ScanQuery predicate Key: IGNITE-11695 URL: https://issues.apache.org/jira/browse/IGNITE-

[jira] [Created] (IGNITE-11696) Create JMX metric for current PME execution time

2019-04-08 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11696: -- Summary: Create JMX metric for current PME execution time Key: IGNITE-11696 URL: https://issues.apache.org/jira/browse/IGNITE-11696 Project: Ignite

[jira] [Created] (IGNITE-11830) Visor cmd shows up time in HH:MM:SS format

2019-05-02 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11830: -- Summary: Visor cmd shows up time in HH:MM:SS format Key: IGNITE-11830 URL: https://issues.apache.org/jira/browse/IGNITE-11830 Project: Ignite

[jira] [Created] (IGNITE-11831) Eviction doesn't work properly for data region with big objects of different sizes

2019-05-03 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11831: -- Summary: Eviction doesn't work properly for data region with big objects of different sizes Key: IGNITE-11831 URL: https://issues.apache.org/jira/browse/IGNITE-

[jira] [Created] (IGNITE-11832) Creating cache with EvictionPolicy and without onHeap cache kills the cluster

2019-05-03 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11832: -- Summary: Creating cache with EvictionPolicy and without onHeap cache kills the cluster Key: IGNITE-11832 URL: https://issues.apache.org/jira/browse/IGNITE-11832

[jira] [Created] (IGNITE-11847) Change note on the capacity planning page about memory usage

2019-05-14 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-11847: -- Summary: Change note on the capacity planning page about memory usage Key: IGNITE-11847 URL: https://issues.apache.org/jira/browse/IGNITE-11847 Project

[jira] [Created] (IGNITE-12032) Server node prints exception when ODBC driver disconnects

2019-08-01 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-12032: -- Summary: Server node prints exception when ODBC driver disconnects Key: IGNITE-12032 URL: https://issues.apache.org/jira/browse/IGNITE-12032 Project

[jira] [Created] (IGNITE-4869) Unnecessary benchmarcs for legacy minary identity

2017-03-27 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-4869: - Summary: Unnecessary benchmarcs for legacy minary identity Key: IGNITE-4869 URL: https://issues.apache.org/jira/browse/IGNITE-4869 Project: Ignite

[jira] [Created] (IGNITE-4925) IgniteCacheEntryListenerEagerTtlDisabledTest.testSynchronousEventsObjectKeyValue test fails while invoking from IgniteBinaryCacheTestSuite

2017-04-06 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-4925: - Summary: IgniteCacheEntryListenerEagerTtlDisabledTest.testSynchronousEventsObjectKeyValue test fails while invoking from IgniteBinaryCacheTestSuite Key: IGNITE-4925

[jira] [Created] (IGNITE-5118) Table with name Object lead to compilation error in code generated by webconsole

2017-04-28 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5118: - Summary: Table with name Object lead to compilation error in code generated by webconsole Key: IGNITE-5118 URL: https://issues.apache.org/jira/browse/IGNITE-5118

[jira] [Created] (IGNITE-5232) GridDhtPartitionDemander.requestPartitions invokes sendMessages consequently, which lead to significant increase of node start time on large clusters with ssl

2017-05-16 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5232: - Summary: GridDhtPartitionDemander.requestPartitions invokes sendMessages consequently, which lead to significant increase of node start time on large clusters with ssl Key: IGNITE-5232

[jira] [Created] (IGNITE-5299) Don't set IgniteLock as broken if lock is failoverSafe

2017-05-26 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5299: - Summary: Don't set IgniteLock as broken if lock is failoverSafe Key: IGNITE-5299 URL: https://issues.apache.org/jira/browse/IGNITE-5299 Project: I

[jira] [Created] (IGNITE-5369) Add possibility to generate alias for primary key in WebConsole

2017-06-01 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5369: - Summary: Add possibility to generate alias for primary key in WebConsole Key: IGNITE-5369 URL: https://issues.apache.org/jira/browse/IGNITE-5369 Project

[jira] [Created] (IGNITE-5597) Wrong javadoc in Affinity and AffinityFunction for REPLICATED cache

2017-06-27 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5597: - Summary: Wrong javadoc in Affinity and AffinityFunction for REPLICATED cache Key: IGNITE-5597 URL: https://issues.apache.org/jira/browse/IGNITE-5597

[jira] [Created] (IGNITE-10398) CacheMetrics always return 0 for local cache

2018-11-23 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-10398: -- Summary: CacheMetrics always return 0 for local cache Key: IGNITE-10398 URL: https://issues.apache.org/jira/browse/IGNITE-10398 Project: Ignite

[jira] [Created] (IGNITE-10414) IF NOT EXISTS in CREATE TABLE doesn't work

2018-11-26 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-10414: -- Summary: IF NOT EXISTS in CREATE TABLE doesn't work Key: IGNITE-10414 URL: https://issues.apache.org/jira/browse/IGNITE-10414 Project: I

[jira] [Created] (IGNITE-10626) Save authenticated Webconsole session for more than one page refresh

2018-12-10 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-10626: -- Summary: Save authenticated Webconsole session for more than one page refresh Key: IGNITE-10626 URL: https://issues.apache.org/jira/browse/IGNITE-10626

[jira] [Created] (IGNITE-10627) Support custom preferences like date format and other similar features

2018-12-10 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-10627: -- Summary: Support custom preferences like date format and other similar features Key: IGNITE-10627 URL: https://issues.apache.org/jira/browse/IGNITE-10627

[jira] [Created] (IGNITE-10734) Add documentation for the list of operations that should be retried in case of cluster topology changes

2018-12-18 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-10734: -- Summary: Add documentation for the list of operations that should be retried in case of cluster topology changes Key: IGNITE-10734 URL: https://issues.apache.org/jira

[jira] [Created] (IGNITE-10838) Ignite wrap byte[] value with UserCacheObjectByteArrayImpl before saving it and copying the whole array

2018-12-27 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-10838: -- Summary: Ignite wrap byte[] value with UserCacheObjectByteArrayImpl before saving it and copying the whole array Key: IGNITE-10838 URL: https://issues.apache.org

[jira] [Created] (IGNITE-5663) ODBC: Few consecutive inserts lead to exception

2017-07-03 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5663: - Summary: ODBC: Few consecutive inserts lead to exception Key: IGNITE-5663 URL: https://issues.apache.org/jira/browse/IGNITE-5663 Project: Ignite

[jira] [Created] (IGNITE-5700) Port range defines in addresses should override TcpDiscoverySpi.localPortRange

2017-07-05 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5700: - Summary: Port range defines in addresses should override TcpDiscoverySpi.localPortRange Key: IGNITE-5700 URL: https://issues.apache.org/jira/browse/IGNITE-5700

[jira] [Created] (IGNITE-5731) Wrong metrics calculation in ClusterMetricsSnapshot

2017-07-11 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5731: - Summary: Wrong metrics calculation in ClusterMetricsSnapshot Key: IGNITE-5731 URL: https://issues.apache.org/jira/browse/IGNITE-5731 Project: Ignite

[jira] [Created] (IGNITE-5738) Add support of batch requests for jdbc2

2017-07-12 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5738: - Summary: Add support of batch requests for jdbc2 Key: IGNITE-5738 URL: https://issues.apache.org/jira/browse/IGNITE-5738 Project: Ignite Issue

[jira] [Created] (IGNITE-5751) In TcpCommunicationSpi.createTcpClient U.filterReachable waits all addresses to check if they are reachable

2017-07-13 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5751: - Summary: In TcpCommunicationSpi.createTcpClient U.filterReachable waits all addresses to check if they are reachable Key: IGNITE-5751 URL: https://issues.apache.org

[jira] [Created] (IGNITE-5775) Compute runs one job in MetricsUpdateFrequency per thread after all jobs was submitted(as onCollision is not invokes)

2017-07-18 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5775: - Summary: Compute runs one job in MetricsUpdateFrequency per thread after all jobs was submitted(as onCollision is not invokes) Key: IGNITE-5775 URL: https

[jira] [Created] (IGNITE-5776) Add option to turn out filter reachable addresses in TcpCommunicationSpi

2017-07-18 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5776: - Summary: Add option to turn out filter reachable addresses in TcpCommunicationSpi Key: IGNITE-5776 URL: https://issues.apache.org/jira/browse/IGNITE-5776

[jira] [Created] (IGNITE-5778) Update JobMetrics on each job add/start/finish methods and add possibility to turn out JobMetrics and

2017-07-18 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5778: - Summary: Update JobMetrics on each job add/start/finish methods and add possibility to turn out JobMetrics and Key: IGNITE-5778 URL: https://issues.apache.org/jira

[jira] [Created] (IGNITE-5789) After client reconnects to server if server was restarted, client doesn't create caches defined in config file

2017-07-20 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5789: - Summary: After client reconnects to server if server was restarted, client doesn't create caches defined in config file Key: IGNITE-5789 URL: https://issues.apach

[jira] [Created] (IGNITE-5814) Service deploy fails with NPE if it implements ExecutorService interface

2017-07-24 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5814: - Summary: Service deploy fails with NPE if it implements ExecutorService interface Key: IGNITE-5814 URL: https://issues.apache.org/jira/browse/IGNITE-5814

[jira] [Created] (IGNITE-5860) Client disconnects if server it is connected to goes unresponsive

2017-07-27 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5860: - Summary: Client disconnects if server it is connected to goes unresponsive Key: IGNITE-5860 URL: https://issues.apache.org/jira/browse/IGNITE-5860 Project

[jira] [Created] (IGNITE-5867) Web console: Add parameter for adding primary key columns to generated POJO class

2017-07-28 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5867: - Summary: Web console: Add parameter for adding primary key columns to generated POJO class Key: IGNITE-5867 URL: https://issues.apache.org/jira/browse/IGNITE-5867

[jira] [Created] (IGNITE-5922) Improve collisionSpi doc - ParallelJobsNumber should be less than PublicThreadPoolSize

2017-08-03 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5922: - Summary: Improve collisionSpi doc - ParallelJobsNumber should be less than PublicThreadPoolSize Key: IGNITE-5922 URL: https://issues.apache.org/jira/browse/IGNITE-5922

[jira] [Created] (IGNITE-5985) WebConsole: add generation of keyFields for queryEntity for multiple primary key

2017-08-08 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-5985: - Summary: WebConsole: add generation of keyFields for queryEntity for multiple primary key Key: IGNITE-5985 URL: https://issues.apache.org/jira/browse/IGNITE-5985

[jira] [Created] (IGNITE-6053) IgniteCache.clear clears local cache with same names on all server nodes

2017-08-14 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6053: - Summary: IgniteCache.clear clears local cache with same names on all server nodes Key: IGNITE-6053 URL: https://issues.apache.org/jira/browse/IGNITE-6053

[jira] [Created] (IGNITE-6088) Socket#shutdownOutput in ServerImpl lead UnsupportedOperationException on SSLSocket

2017-08-16 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6088: - Summary: Socket#shutdownOutput in ServerImpl lead UnsupportedOperationException on SSLSocket Key: IGNITE-6088 URL: https://issues.apache.org/jira/browse/IGNITE-6088

[jira] [Created] (IGNITE-6248) Check Java 7 builds for compatibility with Ignite and update documentation

2017-09-03 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6248: - Summary: Check Java 7 builds for compatibility with Ignite and update documentation Key: IGNITE-6248 URL: https://issues.apache.org/jira/browse/IGNITE-6248

[jira] [Created] (IGNITE-6345) Wrong message about cluster activation

2017-09-11 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6345: - Summary: Wrong message about cluster activation Key: IGNITE-6345 URL: https://issues.apache.org/jira/browse/IGNITE-6345 Project: Ignite Issue Type

[jira] [Created] (IGNITE-6365) Wrong EventType and oldValue in RemoteFilter of CQ on not primary node due to reordering after EntryProcessor update

2017-09-13 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6365: - Summary: Wrong EventType and oldValue in RemoteFilter of CQ on not primary node due to reordering after EntryProcessor update Key: IGNITE-6365 URL: https

[jira] [Created] (IGNITE-6533) Jdbc Client friver connection creation could hang if client node can't start in parallel

2017-09-29 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6533: - Summary: Jdbc Client friver connection creation could hang if client node can't start in parallel Key: IGNITE-6533 URL: https://issues.apache.org/jira/browse/I

[jira] [Created] (IGNITE-6591) JdbcThinErrorsSelfTest.testBatchUpdateException() should be removed, as batch updates already supported

2017-10-10 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6591: - Summary: JdbcThinErrorsSelfTest.testBatchUpdateException() should be removed, as batch updates already supported Key: IGNITE-6591 URL: https://issues.apache.org/jira

[jira] [Created] (IGNITE-6691) Run ServiceTopologyCallable from GridServiceProcessor.serviceTopology in management pool

2017-10-20 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6691: - Summary: Run ServiceTopologyCallable from GridServiceProcessor.serviceTopology in management pool Key: IGNITE-6691 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-6755) Add possibility to create sql tables with DDL without defined PRIMARY KEY, by adding it implicitly

2017-10-25 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6755: - Summary: Add possibility to create sql tables with DDL without defined PRIMARY KEY, by adding it implicitly Key: IGNITE-6755 URL: https://issues.apache.org/jira/browse

[jira] [Created] (IGNITE-6992) Ignite MR problem with accessing hdfs with enabled Kerberos

2017-11-22 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-6992: - Summary: Ignite MR problem with accessing hdfs with enabled Kerberos Key: IGNITE-6992 URL: https://issues.apache.org/jira/browse/IGNITE-6992 Project

[jira] [Created] (IGNITE-8810) Create failoverSafe for ReentrantLock

2018-06-15 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-8810: - Summary: Create failoverSafe for ReentrantLock Key: IGNITE-8810 URL: https://issues.apache.org/jira/browse/IGNITE-8810 Project: Ignite Issue Type

[jira] [Created] (IGNITE-8899) IgniteJdbcDriver directly create JavaLogger in static context

2018-06-29 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-8899: - Summary: IgniteJdbcDriver directly create JavaLogger in static context Key: IGNITE-8899 URL: https://issues.apache.org/jira/browse/IGNITE-8899 Project

[jira] [Created] (IGNITE-8934) LongJVMPauseDetector prints error on thread interruption when node stopping

2018-07-05 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-8934: - Summary: LongJVMPauseDetector prints error on thread interruption when node stopping Key: IGNITE-8934 URL: https://issues.apache.org/jira/browse/IGNITE-8934

[jira] [Created] (IGNITE-9016) Byte arrays are not working as cache keys

2018-07-17 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-9016: - Summary: Byte arrays are not working as cache keys Key: IGNITE-9016 URL: https://issues.apache.org/jira/browse/IGNITE-9016 Project: Ignite Issue

[jira] [Created] (IGNITE-9019) Ignite prints redundant warnings on node start

2018-07-17 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-9019: - Summary: Ignite prints redundant warnings on node start Key: IGNITE-9019 URL: https://issues.apache.org/jira/browse/IGNITE-9019 Project: Ignite

[jira] [Created] (IGNITE-9052) Add possibility to configure Ignite instance name for springData repository in IgniteRepositoryFactoryBean

2018-07-23 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-9052: - Summary: Add possibility to configure Ignite instance name for springData repository in IgniteRepositoryFactoryBean Key: IGNITE-9052 URL: https://issues.apache.org/jira

[jira] [Created] (IGNITE-9153) Accessing cache from transaction on client node, where it was not accessed yet throws an exception

2018-08-01 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-9153: - Summary: Accessing cache from transaction on client node, where it was not accessed yet throws an exception Key: IGNITE-9153 URL: https://issues.apache.org/jira/browse

[jira] [Created] (IGNITE-9199) Ignite doesn't save history for SQL queries after setting queryDetailMetricsSize

2018-08-06 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-9199: - Summary: Ignite doesn't save history for SQL queries after setting queryDetailMetricsSize Key: IGNITE-9199 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-9383) Add to the documentation that Ignite cluster requires that each nodes have direct connection to any nodes of grid.

2018-08-27 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-9383: - Summary: Add to the documentation that Ignite cluster requires that each nodes have direct connection to any nodes of grid. Key: IGNITE-9383 URL: https

[jira] [Created] (IGNITE-9486) JobStealing doesn't work with affinityRun

2018-09-06 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-9486: - Summary: JobStealing doesn't work with affinityRun Key: IGNITE-9486 URL: https://issues.apache.org/jira/browse/IGNITE-9486 Project: Ignite

[jira] [Created] (IGNITE-9657) socket leak in TcpDiscoverySpi

2018-09-20 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-9657: - Summary: socket leak in TcpDiscoverySpi Key: IGNITE-9657 URL: https://issues.apache.org/jira/browse/IGNITE-9657 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-7088) Wrong implementation of DIRECT comparator for ordering cache start operations

2017-12-01 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-7088: - Summary: Wrong implementation of DIRECT comparator for ordering cache start operations Key: IGNITE-7088 URL: https://issues.apache.org/jira/browse/IGNITE-7088

[jira] [Created] (IGNITE-7114) C++ node can't start without java examples folder

2017-12-05 Thread Evgenii Zhuravlev (JIRA)
Evgenii Zhuravlev created IGNITE-7114: - Summary: C++ node can't start without java examples folder Key: IGNITE-7114 URL: https://issues.apache.org/jira/browse/IGNITE-7114 Project: I

  1   2   >