Re: Re[2]: [VOTE] Apache Ignite PMC Chair

2019-10-31 Thread Ilya Lantukh
+1 Alexey Goncharuk On Thu, Oct 31, 2019 at 12:53 PM Sergey Antonov wrote: > +1 Dmitry Pavlov > > чт, 31 окт. 2019 г. в 13:59, Вячеслав Коптилин : > > > +1 Dmitry Pavlov > > > > Thanks, > > S. > > > > чт, 31 окт. 2019 г. в 12:31, Алексей Платонов : > > > > > +1 for Dmitry Pavlov > > > > > > чт,

Re: Default failure handler was changed for tests

2019-01-11 Thread Ilya Lantukh
throw new AssertionFailedError(message); > >> > > > >> > > So, yes, for now it is absolutely valid reason to revert and rework > >> fix > >> > > > >> > > - as Nikolay suggested to reduce method override ocurrences. > >>

Re: New committer: Ilya Lantukh

2019-02-15 Thread Ilya Lantukh
glad that it eventually happened. > > > > > > > > пт, 15 февр. 2019 г. в 11:04, Alexey Goncharuk < > agoncha...@apache.org > > >: > > > > > > > > > Dear Ignite Developers, > > > > > > > > >

Re: DataRegionConfiguration is a FINAL class but could we make it not final?

2019-03-21 Thread Ilya Lantukh
Hi, I couldn't find any strong reason why this class needs to be final. So, if that is a restriction for you, feel free to create a ticket and submit a pull request. On Fri, Mar 15, 2019 at 11:47 PM hlopez wrote: > Is there a very good reason why the DataRegionConfiguration is a *FINAL* > class

Re: IGNITE-4536 metrics of new offheap storage

2017-03-17 Thread Ilya Lantukh
Denis, Sergey, Changes in https://issues.apache.org/jira/browse/IGNITE-4535 won't be so global. I am not going to replace older mechanics, but rather re-enable and adjust them to work with PageMemory. We will still use the same distributed hash table and evict entries based on existing EvictionPol

IGNITE-4535 : Add option to store deserialized values on-heap

2017-04-04 Thread Ilya Lantukh
Hi Igniters, Since review of IGNITE-4535 implementation caused some misunderstandings, I'd like to open a discussion here and see if everyone agrees with the chosen approach or can suggest a better one. We are going to re-use existing EvictionPo

Re: IGNITE-4535 : Add option to store deserialized values on-heap

2017-04-05 Thread Ilya Lantukh
; to test the scenario with on-heap caches. > > D. > > On Tue, Apr 4, 2017 at 8:12 AM, Ilya Lantukh > wrote: > > > Hi Igniters, > > > > Since review of IGNITE-4535 > > <https://issues.apache.org/jira/browse/IGNITE-4535> implementation > caused

Re: Message.directType

2017-05-19 Thread Ilya Lantukh
Yury, All message type IDs are listed in GridIoMessageFactory#create(...) method in switch block. You can check there which IDs are still free. On Fri, May 19, 2017 at 6:44 PM, Yury Babak wrote: > Hi all! > > I want to create new custom implementation of > org.apache.ignite.plugin.extensions.co

Re: contention on DataStructure creation/removing

2017-06-01 Thread Ilya Lantukh
Hi all, There are other problems with current data structures implementation, which are related to new persistence mechanics. For example, take a look at this ticket: https://issues.apache.org/jira/browse/IGNITE-5324 I think the best approach is to store data structures not in special system cache

Re: contention on DataStructure creation/removing

2017-06-01 Thread Ilya Lantukh
This is how I see API to create data structures in user-defined caches: https://github.com/apache/ignite/pull/2058 On Thu, Jun 1, 2017 at 2:56 PM, Ilya Lantukh wrote: > Hi all, > > There are other problems with current data structures implementation, > which are related to new

Re: contention on DataStructure creation/removing

2017-06-01 Thread Ilya Lantukh
gt;> add groupName to Atomics and Collection configuration. >> >> Thoughts? >> >> 2017-06-01 16:32 GMT+03:00 Ilya Lantukh : >> >>> This is how I see API to create data structures in user-defined caches: >>> https://github.com/apache/ignite/pull/2058 >&g

Applicability of term 'cache' to Apache Ignite

2018-10-15 Thread Ilya Lantukh
Hi Igniters, I would like to rise a question how we use the term *'cache'* in Ignite and how it corresponds to terminology in IT industry in general. >From wikipedia: In computing , a *cache* /kæʃ/ *kash*

Re: Applicability of term 'cache' to Apache Ignite

2018-10-16 Thread Ilya Lantukh
hat allows to store > > key-value pairs and implements JCache API > > - IgniteSql (we’re doing it eventually, right?) is a wrapper around > > IgniteSpace that allows to store SQL tables and implements ANSI SQL > > - IgniteQueue is a wrapper that implements Queue > > and

Re: Abbreviation code-style requirement.

2018-10-17 Thread Ilya Lantukh
+ 1 from me to make abbreviations optional. On Wed, Oct 17, 2018 at 1:00 PM Sergey Antonov wrote: > + 1 > > But, I think that we must leave abbreviations for common words with single > meaning. For example, group -> grp, transaction -> tx, context -> ctx. > > ср, 17 окт. 2018 г. в 12:46, Alexey

Re: Applicability of term 'cache' to Apache Ignite

2018-10-17 Thread Ilya Lantukh
Unfortunately, we already use the word *"store"* for many other concepts, like CacheStore and PageStore. I'd prefer to avoid giving it one more meaning. As already mentioned, *"dataset"* has special meaning for ML folks. *"Bucket" *might give wrong association with bucket in a hash table. On Wed

Re: Applicability of term 'cache' to Apache Ignite

2018-10-17 Thread Ilya Lantukh
or current users, but in long term it will help new users to understand what Ignite is and what it isn't. And most short-term problems can easily be avoided by keeping @Deprecated IgniteCache. On Wed, Oct 17, 2018 at 2:59 PM Ilya Lantukh wrote: > Unfortunately, we already use the word *"

Re: Applicability of term 'cache' to Apache Ignite

2018-10-18 Thread Ilya Lantukh
I thought that current "caches" and "tables" have 1-to-N relation. If that's not a problem, than I also think that "table" is the best term. On Thu, Oct 18, 2018 at 9:29 AM Vladimir Ozerov wrote: > Well, I never thought about term “table” as a replacement for “cache”, but > it appears to be good

Re: [ANNOUNCE] Welcome Pavel Kovalenko as a new committer

2018-11-21 Thread Ilya Lantukh
Congratulations! On Wed, Nov 21, 2018 at 12:30 PM Dmitriy Pavlov wrote: > Congrats, Pavel. Well deserved achievement. > > ср, 21 нояб. 2018 г., 12:09 Nikita Amelchev : > > > Congratulations, Pavel! > > ср, 21 нояб. 2018 г. в 11:47, Vyacheslav Daradur : > > > > > > Congrats Pavel, I'm looking for

Re: Default failure handler was changed for tests

2018-12-07 Thread Ilya Lantukh
Unfortunately, this FailureHandler doesn't seem to work. I wrote a test that reproduces a bug and should fail. It prints the following text into log, but the test still passes "successfully": [2018-12-07 18:28:23,800][ERROR][sys-stripe-1-#345%recovery.GridPointInTimeRecoveryCacheNoAffinityExchange

Service versioning

2017-08-15 Thread Ilya Lantukh
Igniters, Our current ServiceGrid implementation lacks several important features, one of which is ability to upgrade Service without downtime. I've created ticket to add this feature: https://issues.apache.org/jira/browse/IGNITE-6069. To implement it, the following problems must be solved: - cu

Re: Service versioning

2017-08-18 Thread Ilya Lantukh
s to improve our service grid > capabilities in a separate thread. > Item#2 will be addressed automatically as part of that discussion. > > Makes sense? > > Thanks, > Sergey. > > On Wed, Aug 16, 2017 at 2:22 AM, Denis Magda wrote: > > > Ilya, > > &g

Monitoring of active transactions

2017-09-08 Thread Ilya Lantukh
Igniters, According to our current design and implementation, unclosed transaction or unreleased lock can hang ignite cluster forever. This is logical, and with correct usage of those mechanics such issue should never happen, in real world developers can make mistakes and leave transaction open. W

Re: Monitoring of active transactions

2017-10-05 Thread Ilya Lantukh
w? > > > > > > > > D. > > > > > > > > On Fri, Sep 8, 2017 at 7:15 AM, Anton Vinogradov > > wrote: > > > > > > > > > Ilya, > > > > > > > > > > We extremely need this! > > > > &

Re: Cluster auto activation design proposal

2017-11-04 Thread Ilya Lantukh
I assume that BaselineNode is intended to be used instead of ClusterNode during affinity assignment calculation. However, it will require that we change signature of AffinityFunction and AffinityFunctionContext methods, which are part of public API. Can we actually do it? On Sat, Nov 4, 2017 at 5:

Re: Ignite 3227

2016-06-20 Thread Ilya Lantukh
Hi Saikat, I've added a comment to the jira ticket regarding implementation of GridCacheAdapter#localSizeLong(int partition, CachePeekMode[] peekModes) method. On Sat, Jun 18, 2016 at 12:19 PM, Saikat Maitra wrote: > Hi > > I have raised the PR[1] for the jira ticket Ignite 3227 [2] and wanted

Re: I am sorry for causing confusion. IGNITE-6531

2018-05-28 Thread Ilya Lantukh
Welcome to Apache Ignite community! The problem with your ticket is that it's not clear what value it adds to the project and how it will improve user experience in general. The problem you described is rather narrow and I am sure it's possible to find a workaround without modifying Ignite code. I

Re: Enabling Persistent Memory for Ignite

2018-06-21 Thread Ilya Lantukh
Hi, Thank you for your willingness to contribute. Please assign the Jira ticket to yourself and set it's status to "In Progress", so Apache community can see that this feature is currently being worked on. Also, please open a Github pull request so we can review and give you feedback in a more co

Re: ConcurrentLinkedHashMap works incorrectly after clear()

2018-07-24 Thread Ilya Lantukh
Thanks for revealing this issue! I don't understand why should we disallow calling clear(). One way how it can be re-implemented is: 1. acquire write locks on all segments; 2. clear them; 3. reset size to 0; 4. release locks. Another approach is to calculate inside ConcurrentLinkedHashMap.Segmen

Re: Quick question on data and index pages

2018-07-26 Thread Ilya Lantukh
Hi, 1. As the name implies, indirectCount is the count of indirect items, which are references to direct items. According to our DataPage format, we keep all items in the beginning of the page. Take a look at this diagram: https://cwiki-test.apache.org/confluence/download/attachments/73632614/Part

Re: Pessimistic Mode and Transactions and 2PC

2018-08-10 Thread Ilya Lantukh
Hi John, 1. There is no "begin prepare" record, nodes acquire locks on TX keys and then transfer local TX to PREPARED state. 2. TxRecord is logged when local TX state changes to PREPARED, COMMITED or ROLLED_BACK before sending a response to what you call "coordinator" (in Ignite we use the term "n

The future of Affinity / Topology concepts and possible PME optimizations.

2018-09-13 Thread Ilya Lantukh
Igniters, As most of you know, Ignite has a concept of AffinityTopologyVersion, which is associated with nodes that are currently present in topology and a global cluster state (active/inactive, baseline topology, started caches). Modification of either of them involves process called Partition Ma

Re: The future of Affinity / Topology concepts and possible PME optimizations.

2018-09-18 Thread Ilya Lantukh
does not affect affinity distribution. > > > > Agree with Dmitriy that we should start with simpler optimizations first. > > > > чт, 13 сент. 2018 г. в 15:58, Ilya Lantukh : > > > > > Igniters, > > > > > > As most of you know, Ignite h

Re: Ignite Committership Bar Guidance

2017-12-23 Thread Ilya Lantukh
Hi Denis, Who should take the initiative in promotion? As a contributor who meets those criteria, should I send my application to the PMC or just wait? On Fri, Dec 22, 2017 at 8:24 PM, Denis Magda wrote: > Hi Vyacheslav, > > Some common sense, I presume. A committer who will be proposing a > can

Re: Runtime.availableProcessors() returns hardware's CPU count which is the issue with Ignite in Kubernetes

2017-12-26 Thread Ilya Lantukh
Hi Yakov, I think that property IGNITE_NODES_PER_HOST, as you suggested, would be confusing, because users might want to reduce amount of available resources for ignite node not only because they run multiple nodes per host, but also because they run other software. Also, in my opinion all types o

Re: Ignite Committership Bar Guidance

2017-12-26 Thread Ilya Lantukh
t committers don’t keep an eye on > his/her progress the contributor can remind about personal existence by > sending a message to @dev. ;) > > — > Denis > > > On Dec 23, 2017, at 3:58 AM, Ilya Lantukh wrote: > > > > Hi Denis, > > Who should take the ini

Re: IGNITE-6005 is ready for review

2018-02-12 Thread Ilya Lantukh
r.java > > As far as I can see from git log Ilya Lantukh maintains this piece of code. > > Ilya, can you please take a look at the fix? > > [1] https://issues.apache.org/jira/browse/IGNITE-6005 > > [2] https://github.com/apache/ignite/pull/2773 -- Best regards, Ilya

Re: Author in header of class

2018-02-14 Thread Ilya Lantukh
I agree with Vyacheslav and Anton Vinogradov. Using @author tag can be misleading, Upsource will provide more up-to-date information. On Wed, Feb 14, 2018 at 3:06 PM, Anton Vinogradov wrote: > +1 to Upsource usage. > > Checked that code ownership provided by Upsource is correct. > > On Wed, Feb

Re: Apache Ignite 2.4 release

2018-02-16 Thread Ilya Lantukh
Hi all, I'd like to suggest to change default WALMode. Currently we have: DEFAULT (write and fsync), LOG_ONLY (write without fsync), BACKGROUND, NONE. It turns out that fsyncs in current DEFAULT mode significantly restricts Ignite performance. Compared to LOG_ONLY, it offers additional guarantees

Re: Apache Ignite 2.4 release

2018-02-16 Thread Ilya Lantukh
I am OK with either FSYNC or STRICT variant. LOG_ONLY name means "log without fsync". On Fri, Feb 16, 2018 at 4:05 PM, Dmitriy Setrakyan wrote: > On Fri, Feb 16, 2018 at 7:02 AM, Ivan Rakov wrote: > > > Why create a new term to define something that has already been defined? > >> > > That make

Re: Reconsider default WAL mode: we need something between LOG_ONLY and FSYNC

2018-03-22 Thread Ilya Lantukh
+1 for fixing LOG_ONLY. If current implementation doesn't protect from data corruption, it doesn't make sence. On Wed, Mar 21, 2018 at 10:38 PM, Denis Magda wrote: > +1 for the fix of LOG_ONLY > > On Wed, Mar 21, 2018 at 11:23 AM, Alexey Goncharuk < > alexey.goncha...@gmail.com> wrote: > > > +1

Rebalancing - how to make it faster

2018-03-22 Thread Ilya Lantukh
Igniters, I've spent some time analyzing performance of rebalancing process. The initial goal was to understand, what limits it's throughput, because it is significantly slower than network and storage device can theoretically handle. Turns out, our current implementation has a number of issues c

Re: Rebalancing - how to make it faster

2018-03-23 Thread Ilya Lantukh
- Any chance you had a prototype that shows performance optimizations of >the approach you are suggesting to take? > > -- > Denis > > On Thu, Mar 22, 2018 at 8:38 AM, Ilya Lantukh > wrote: > > > Igniters, > > > > I've spent some time analyzing perform

Re: Rebalancing - how to make it faster

2018-03-26 Thread Ilya Lantukh
e sake of rebalancing; it's too risky. > > > > If you agree, then let's create the IEP. This way it will be easier to > > track this endeavor. BTW, are you already ready to release any > > optimizations in 2.5 that is being discussed in a separate thread? > > >

Re: Rebalancing - how to make it faster

2018-03-27 Thread Ilya Lantukh
is no issues for initial rebalancing. > Lets disable WAL on initial rebalancing. > > 2018-03-26 16:46 GMT+03:00 Ilya Lantukh : > > > Dmitry, > > It is impossible to disable WAL only for certain partitions without > > completely overhauling design of Ignite s

Re: Atomic caches

2018-04-09 Thread Ilya Lantukh
Anton, Please do not use term "atomic cache" for system caches that hold internal data for atomic data structures. This is very confusing. You are right, currently there is no logic that will validate cache configuration. It definitely should be fixed. And having configuration parameters encoded

Re: Rebalancing - how to make it faster

2018-04-09 Thread Ilya Lantukh
gt; > Do you plan to work on them in 2.6 time frame, right? > > -- > Denis > > On Tue, Mar 27, 2018 at 9:29 AM, Denis Magda wrote: > > > Ilya, granted you all the required permissions. Please let me know if you > > still have troubles with the wiki. &

Re: Rebalancing - how to make it faster

2018-04-09 Thread Ilya Lantukh
ringRebalancing" in IgniteConfiguration. Do you thing such name is meaningful and self-explanatory? Do we need to ensure that it has the same value on every node? Should I make it configurable per cache rather than globally? Please share your thoughts. On Mon, Apr 9, 2018 at 4:32 PM, Ilya Lant

Deprecate CacheRebalanceMode.NONE

2018-04-17 Thread Ilya Lantukh
Igniters, While working on rebalancing optimizations, I've discovered that we have very weird logic for CacheRebalanceMode.NONE. In this mode we always keep partitions in OWNING state even if their data is outdated, breaking our internal invariants. In this mode every cache.get(...) will lead to s

Re: Atomic caches

2018-04-23 Thread Ilya Lantukh
Val, The logic you describe changed a while ago, with introduction of persistent storage and cache group mechanics. Currently there might exist multiple special caches where data structures are stored. The main reason for it was to give users ability to put different structures into different cach

Re: IEP-4, Phase 2. Using BL(A)T for in-memory caches.

2018-04-25 Thread Ilya Lantukh
Eduard, I'm not sure I understand what you mean by "policy". Is it an interface that will have a few default implementations and user will be able to create his own one? If so, could you please write an example of such interface (how you see it) and how and when it's methods will be invoked. On W

Introduction

2015-12-14 Thread Ilya Lantukh
Dear Igniters, My name is Ilya Lantukh, I am a Java Developer from St. Petersburg, Russia and I've recently joined the Apache Ignite community. I hope to find here a lot of opportunities to improve my skills and knowledge and I wish to be helpful in solving current problems and developin

[jira] [Created] (IGNITE-5068) Redesign usage of GridDhtPartitionTopologyImpl.part2node map to store only diff from affinity assignment

2017-04-24 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5068: Summary: Redesign usage of GridDhtPartitionTopologyImpl.part2node map to store only diff from affinity assignment Key: IGNITE-5068 URL: https://issues.apache.org/jira/browse

[jira] [Created] (IGNITE-5529) Assertion Error in GridDhtPartitionsExchangeFuture : msg == null

2017-06-17 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5529: Summary: Assertion Error in GridDhtPartitionsExchangeFuture : msg == null Key: IGNITE-5529 URL: https://issues.apache.org/jira/browse/IGNITE-5529 Project: Ignite

[jira] [Created] (IGNITE-10046) MVCC: IgniteCachePrimaryNodeFailureRecoveryAbstractTest.testPessimisticPrimaryNodeFailureRollback hangs sometimes.

2018-10-29 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-10046: - Summary: MVCC: IgniteCachePrimaryNodeFailureRecoveryAbstractTest.testPessimisticPrimaryNodeFailureRollback hangs sometimes. Key: IGNITE-10046 URL: https://issues.apache.org

[jira] [Created] (IGNITE-10186) Revise ability to merge client-only exchanges

2018-11-08 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-10186: - Summary: Revise ability to merge client-only exchanges Key: IGNITE-10186 URL: https://issues.apache.org/jira/browse/IGNITE-10186 Project: Ignite Issue

[jira] [Created] (IGNITE-10392) Client broken cluster where try to connect. Server nodes drop by handler

2018-11-23 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-10392: - Summary: Client broken cluster where try to connect. Server nodes drop by handler Key: IGNITE-10392 URL: https://issues.apache.org/jira/browse/IGNITE-10392 Project

[jira] [Created] (IGNITE-5689) IgniteCommunicationBalanceTest hangs on Windows

2017-07-04 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5689: Summary: IgniteCommunicationBalanceTest hangs on Windows Key: IGNITE-5689 URL: https://issues.apache.org/jira/browse/IGNITE-5689 Project: Ignite Issue Type

[jira] [Created] (IGNITE-5690) JavaEmbeddedIgniteRDDSelfTest sometimes hangs on TC

2017-07-04 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5690: Summary: JavaEmbeddedIgniteRDDSelfTest sometimes hangs on TC Key: IGNITE-5690 URL: https://issues.apache.org/jira/browse/IGNITE-5690 Project: Ignite Issue

[jira] [Created] (IGNITE-5691) IgniteHadoopFileSystemShmemExternalDualAsyncSelfTest sometimes hangs on TC

2017-07-04 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5691: Summary: IgniteHadoopFileSystemShmemExternalDualAsyncSelfTest sometimes hangs on TC Key: IGNITE-5691 URL: https://issues.apache.org/jira/browse/IGNITE-5691 Project

[jira] [Created] (IGNITE-5693) IgnitePartitionedSemaphoreSelfTest.testSemaphore() sometimes fails

2017-07-04 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5693: Summary: IgnitePartitionedSemaphoreSelfTest.testSemaphore() sometimes fails Key: IGNITE-5693 URL: https://issues.apache.org/jira/browse/IGNITE-5693 Project: Ignite

[jira] [Created] (IGNITE-5694) IgniteAtomicLongChangingTopologySelfTest.testClientQueueCreateCloseFailover() fails sometimes

2017-07-04 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5694: Summary: IgniteAtomicLongChangingTopologySelfTest.testClientQueueCreateCloseFailover() fails sometimes Key: IGNITE-5694 URL: https://issues.apache.org/jira/browse/IGNITE-5694

[jira] [Created] (IGNITE-5701) Some nodes have partitionUpdateCounter == 0 after rebalancing

2017-07-05 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5701: Summary: Some nodes have partitionUpdateCounter == 0 after rebalancing Key: IGNITE-5701 URL: https://issues.apache.org/jira/browse/IGNITE-5701 Project: Ignite

[jira] [Created] (IGNITE-5794) BinaryMetadata is lost if all server nodes have been restarted

2017-07-20 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5794: Summary: BinaryMetadata is lost if all server nodes have been restarted Key: IGNITE-5794 URL: https://issues.apache.org/jira/browse/IGNITE-5794 Project: Ignite

[jira] [Created] (IGNITE-5962) Increase max length of index name

2017-08-07 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5962: Summary: Increase max length of index name Key: IGNITE-5962 URL: https://issues.apache.org/jira/browse/IGNITE-5962 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-5990) IgniteCachePutAllRestartTest.testStopOriginatingNode fails on TC sometimes

2017-08-08 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-5990: Summary: IgniteCachePutAllRestartTest.testStopOriginatingNode fails on TC sometimes Key: IGNITE-5990 URL: https://issues.apache.org/jira/browse/IGNITE-5990 Project

[jira] [Created] (IGNITE-6006) IgniteCacheGetRestartTest fails sometimes on TC

2017-08-09 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6006: Summary: IgniteCacheGetRestartTest fails sometimes on TC Key: IGNITE-6006 URL: https://issues.apache.org/jira/browse/IGNITE-6006 Project: Ignite Issue Type

[jira] [Created] (IGNITE-6007) GridCacheBinaryObjectMetadataExchangeMultinodeTest.testSequentialUpdatesNoConflicts fails sometimes

2017-08-09 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6007: Summary: GridCacheBinaryObjectMetadataExchangeMultinodeTest.testSequentialUpdatesNoConflicts fails sometimes Key: IGNITE-6007 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-6008) CacheRemoveAllSelfTest.testRemoveAll fails sometimes

2017-08-09 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6008: Summary: CacheRemoveAllSelfTest.testRemoveAll fails sometimes Key: IGNITE-6008 URL: https://issues.apache.org/jira/browse/IGNITE-6008 Project: Ignite Issue

[jira] [Created] (IGNITE-6009) CacheExamplesSelfTest.testCacheSemaphoreExample fails sometimes due to timeout

2017-08-09 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6009: Summary: CacheExamplesSelfTest.testCacheSemaphoreExample fails sometimes due to timeout Key: IGNITE-6009 URL: https://issues.apache.org/jira/browse/IGNITE-6009

[jira] [Created] (IGNITE-6010) ZookeeperIpFinderTest.testFourNodesKillRestartZookeeper fails sometimes

2017-08-09 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6010: Summary: ZookeeperIpFinderTest.testFourNodesKillRestartZookeeper fails sometimes Key: IGNITE-6010 URL: https://issues.apache.org/jira/browse/IGNITE-6010 Project

[jira] [Created] (IGNITE-6069) Service versioning

2017-08-15 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6069: Summary: Service versioning Key: IGNITE-6069 URL: https://issues.apache.org/jira/browse/IGNITE-6069 Project: Ignite Issue Type: New Feature

[jira] [Created] (IGNITE-6096) Race between partition eviction and re-creation

2017-08-17 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6096: Summary: Race between partition eviction and re-creation Key: IGNITE-6096 URL: https://issues.apache.org/jira/browse/IGNITE-6096 Project: Ignite Issue Type

[jira] [Created] (IGNITE-6097) GridCacheDatabaseSharedManager.restorePartitionState(...) should not access PageMemory directly

2017-08-17 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6097: Summary: GridCacheDatabaseSharedManager.restorePartitionState(...) should not access PageMemory directly Key: IGNITE-6097 URL: https://issues.apache.org/jira/browse/IGNITE-6097

[jira] [Created] (IGNITE-6212) Assertion error: Invalid node2part

2017-08-29 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6212: Summary: Assertion error: Invalid node2part Key: IGNITE-6212 URL: https://issues.apache.org/jira/browse/IGNITE-6212 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-6232) Introduce WAL records for partition map exchange start/finish

2017-08-31 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6232: Summary: Introduce WAL records for partition map exchange start/finish Key: IGNITE-6232 URL: https://issues.apache.org/jira/browse/IGNITE-6232 Project: Ignite

[jira] [Created] (IGNITE-6254) Assertion error in IgniteTxHandler.processDhtTxFinishRequest(...)

2017-09-04 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6254: Summary: Assertion error in IgniteTxHandler.processDhtTxFinishRequest(...) Key: IGNITE-6254 URL: https://issues.apache.org/jira/browse/IGNITE-6254 Project: Ignite

[jira] [Created] (IGNITE-6340) Attempting to create the same cache from multiple threads leads to creation of client cache on server node

2017-09-11 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6340: Summary: Attempting to create the same cache from multiple threads leads to creation of client cache on server node Key: IGNITE-6340 URL: https://issues.apache.org/jira/browse

[jira] [Created] (IGNITE-6384) Introduce API to monitor pending locks and transactions

2017-09-14 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-6384: Summary: Introduce API to monitor pending locks and transactions Key: IGNITE-6384 URL: https://issues.apache.org/jira/browse/IGNITE-6384 Project: Ignite

[jira] [Created] (IGNITE-2948) Optimize usage of GridCacheConcurrentMap

2016-04-05 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-2948: Summary: Optimize usage of GridCacheConcurrentMap Key: IGNITE-2948 URL: https://issues.apache.org/jira/browse/IGNITE-2948 Project: Ignite Issue Type

[jira] [Created] (IGNITE-3010) Optimize GridCacheUtils#unwindEvicts(GridCacheSharedContext) usage.

2016-04-14 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-3010: Summary: Optimize GridCacheUtils#unwindEvicts(GridCacheSharedContext) usage. Key: IGNITE-3010 URL: https://issues.apache.org/jira/browse/IGNITE-3010 Project: Ignite

[jira] [Created] (IGNITE-3014) Optimize GridDhtPartitionTopologyImpl#localPartition()

2016-04-15 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-3014: Summary: Optimize GridDhtPartitionTopologyImpl#localPartition() Key: IGNITE-3014 URL: https://issues.apache.org/jira/browse/IGNITE-3014 Project: Ignite

[jira] [Created] (IGNITE-3950) Deadlock when exchange happens with pending explicit lock

2016-09-21 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-3950: Summary: Deadlock when exchange happens with pending explicit lock Key: IGNITE-3950 URL: https://issues.apache.org/jira/browse/IGNITE-3950 Project: Ignite

[jira] [Created] (IGNITE-8693) SQL JOIN between PARTITIONED and REPLICATED cache fails

2018-06-04 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-8693: Summary: SQL JOIN between PARTITIONED and REPLICATED cache fails Key: IGNITE-8693 URL: https://issues.apache.org/jira/browse/IGNITE-8693 Project: Ignite

[jira] [Created] (IGNITE-8725) Make IGNITE_DISABLE_WAL_DURING_REBALANCING enabled by default

2018-06-06 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-8725: Summary: Make IGNITE_DISABLE_WAL_DURING_REBALANCING enabled by default Key: IGNITE-8725 URL: https://issues.apache.org/jira/browse/IGNITE-8725 Project: Ignite

[jira] [Created] (IGNITE-8839) Throw meaningful and user-friendly exception when Ignite Persistence files are unaccessible

2018-06-20 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-8839: Summary: Throw meaningful and user-friendly exception when Ignite Persistence files are unaccessible Key: IGNITE-8839 URL: https://issues.apache.org/jira/browse/IGNITE-8839

[jira] [Created] (IGNITE-8877) PartitionsExchangeOnDiscoveryHistoryOverflowTest.testDynamicCacheCreation leads to OutOfMemoryError

2018-06-26 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-8877: Summary: PartitionsExchangeOnDiscoveryHistoryOverflowTest.testDynamicCacheCreation leads to OutOfMemoryError Key: IGNITE-8877 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-9155) Exception during cluster state change terminates ExchangeWorker

2018-08-01 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-9155: Summary: Exception during cluster state change terminates ExchangeWorker Key: IGNITE-9155 URL: https://issues.apache.org/jira/browse/IGNITE-9155 Project: Ignite

[jira] [Created] (IGNITE-9213) CacheLockReleaseNodeLeaveTest.testLockTopologyChange hangs sometimes, leading to TC timeout

2018-08-07 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-9213: Summary: CacheLockReleaseNodeLeaveTest.testLockTopologyChange hangs sometimes, leading to TC timeout Key: IGNITE-9213 URL: https://issues.apache.org/jira/browse/IGNITE-9213

[jira] [Created] (IGNITE-9236) Handshake timeout never completes in some tests (GridCacheReplicatedFailoverSelfTest in particular)

2018-08-08 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-9236: Summary: Handshake timeout never completes in some tests (GridCacheReplicatedFailoverSelfTest in particular) Key: IGNITE-9236 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-9249) Tests hang when different threads try to start and stop nodes at the same time.

2018-08-10 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-9249: Summary: Tests hang when different threads try to start and stop nodes at the same time. Key: IGNITE-9249 URL: https://issues.apache.org/jira/browse/IGNITE-9249

[jira] [Created] (IGNITE-9392) CacheAsyncOperationsFailoverTxTest hangs on TC

2018-08-27 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-9392: Summary: CacheAsyncOperationsFailoverTxTest hangs on TC Key: IGNITE-9392 URL: https://issues.apache.org/jira/browse/IGNITE-9392 Project: Ignite Issue Type

[jira] [Created] (IGNITE-9400) TC bot: add progress bar to history page

2018-08-28 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-9400: Summary: TC bot: add progress bar to history page Key: IGNITE-9400 URL: https://issues.apache.org/jira/browse/IGNITE-9400 Project: Ignite Issue Type

[jira] [Created] (IGNITE-7502) Baseline topology should affect only persistent caches

2018-01-23 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-7502: Summary: Baseline topology should affect only persistent caches Key: IGNITE-7502 URL: https://issues.apache.org/jira/browse/IGNITE-7502 Project: Ignite

[jira] [Created] (IGNITE-7514) Affinity assignment isn't recalculated if PRIMARY node isn't OWNER

2018-01-24 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-7514: Summary: Affinity assignment isn't recalculated if PRIMARY node isn't OWNER Key: IGNITE-7514 URL: https://issues.apache.org/jira/browse/IGNITE-7514 Proje

[jira] [Created] (IGNITE-7592) Cache with rebalanceDelay == -1 doesn't trigger late affinity assignment even after explicit rebalance is called on every node

2018-01-31 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-7592: Summary: Cache with rebalanceDelay == -1 doesn't trigger late affinity assignment even after explicit rebalance is called on every node Key: IGNITE-7592 URL:

[jira] [Created] (IGNITE-7754) WAL in LOG_ONLY mode doesn't execute fsync on checkpoint begin

2018-02-19 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-7754: Summary: WAL in LOG_ONLY mode doesn't execute fsync on checkpoint begin Key: IGNITE-7754 URL: https://issues.apache.org/jira/browse/IGNITE-7754 Project: I

[jira] [Created] (IGNITE-7767) Update WALMode configuration in .NET

2018-02-20 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-7767: Summary: Update WALMode configuration in .NET Key: IGNITE-7767 URL: https://issues.apache.org/jira/browse/IGNITE-7767 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-7831) Throw Exceptions instead of AssertionErrors when reading from corrupted persistence

2018-02-27 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-7831: Summary: Throw Exceptions instead of AssertionErrors when reading from corrupted persistence Key: IGNITE-7831 URL: https://issues.apache.org/jira/browse/IGNITE-7831

[jira] [Created] (IGNITE-7857) Extend IgniteWalFlushMultiNodeFailoverAbstractSelfTest to cover MMAP mode

2018-03-01 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-7857: Summary: Extend IgniteWalFlushMultiNodeFailoverAbstractSelfTest to cover MMAP mode Key: IGNITE-7857 URL: https://issues.apache.org/jira/browse/IGNITE-7857 Project

[jira] [Created] (IGNITE-7890) Node start with corrupted pds hangs indefinitely.

2018-03-06 Thread Ilya Lantukh (JIRA)
Ilya Lantukh created IGNITE-7890: Summary: Node start with corrupted pds hangs indefinitely. Key: IGNITE-7890 URL: https://issues.apache.org/jira/browse/IGNITE-7890 Project: Ignite Issue

  1   2   >