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
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
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
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
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
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
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
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
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
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,
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'
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
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
> > 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
> >>
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
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
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.
>
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>
>
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,
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
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
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
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
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
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+
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
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.
>
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
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-
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-
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
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
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
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-
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
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
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
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
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
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
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
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
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
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-
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
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
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-
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
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
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
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
Evgenii Zhuravlev created IGNITE-4925:
-
Summary:
IgniteCacheEntryListenerEagerTtlDisabledTest.testSynchronousEventsObjectKeyValue
test fails while invoking from IgniteBinaryCacheTestSuite
Key: IGNITE-4925
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 112 matches
Mail list logo