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

2020-06-18 Thread Alexey Goncharuk
Definitely a +1 from me for moving the CLI tooling to a separate module. As for the autocompletion - can you elaborate how it works? Will it require to run an additional tool when a user hits TAB? Or will it generate an autocompletion file during the build? Will we require an install step for

Re: Extended logging for rebalance performance analysis

2020-06-23 Thread Alexey Goncharuk
Hello Maxim, folks, ср, 6 мая 2020 г. в 21:01, Maxim Muzafarov : > We won't do performance analysis on the production environment. Each > time we need performance analysis it will be done on a test > environment with verbose logging enabled. Thus I suggest moving these > changes to a separate

Re: Question: network issues of single node.

2020-06-08 Thread Alexey Goncharuk
> affecting cluster availability and consistency. That ticket reminds me of > those notorious issues that would fire once a week or month under specific > configuration settings. So, I would not touch the code that fixes the issue > unless @Alexey Goncharuk or @Sergey Chugunov > co

Re: Tool for performance statistics reports

2020-06-08 Thread Alexey Goncharuk
Nikita, Igniters, I left a few comments on the tool itself in the PR. However, I would like to reiterate and discuss why a user would prefer to use the profiling tool over tracing? Profiling tool only captures very high-level details of the operations (a single cache operation, for example), and

Re: Getting rid of NONE cache rebalance mode

2020-07-28 Thread Alexey Goncharuk
nd serve client requests. Entries for not > owning anymore partitions expire according to configuration. > > Actually, I have an idea. My guess is that "rebalancing" is a smarter > and better approach than waiting for expiration. Am I right? > > 2020-07-21 15:31 GMT+03:00, Alex

Re: [DISCUSS] Best way to re-encrypt existing data (TDE cache key rotation).

2020-07-28 Thread Alexey Goncharuk
Hello Nikolay, > > 10. Question - CRC is read in two places encryptionFileIO and > filePageStore - what should we do with this? > > filePageStore checks CRC of the encrypted page. This required to confirm > the page not corrupted on the disk. > encryptionFileIO checks CRC of the decrypted

Re: Getting rid of NONE cache rebalance mode

2020-07-21 Thread Alexey Goncharuk
evidence: > > > > > > https://stackoverflow.com/questions/62902640/apache-ignite-cacherebalancemode-is-not-respected-by-nodes > > > > > > On Mon, Jul 20, 2020 at 8:26 PM Alexey Goncharuk > > > > > > wrote: > > > > > >> Igniters, > &

Re: [DISCUSSION] Add index rebuild time metrics

2020-07-20 Thread Alexey Goncharuk
Stan, Currently we never build indexes one-by-one - we always use a cache data row visitor which either updates all indexes (see IndexRebuildFullClosure) or updates a set of all indexes that need to catch up (see IndexRebuildPartialClosure). GIven that, I do not see any need for per-index rebuild

Getting rid of NONE cache rebalance mode

2020-07-20 Thread Alexey Goncharuk
Igniters, I would like to run the idea of deprecating and probably ignoring the NONE rebalance mode by the community. It's in the removal list for Ignite 3.0 [1], but it looks like it still confuses and creates issues for users [2]. What about deprecating it in one of the next releases and even

Re: IEP-61 Technical discussion

2020-11-27 Thread Alexey Goncharuk
t; чт, 26 нояб. 2020 г. в 13:18, Ivan Daschinsky : > > > Alexey, is it possible to manage call at 16:00 MSK? > > > > чт, 26 нояб. 2020 г. в 12:30, Alexey Goncharuk < > alexey.goncha...@gmail.com > > >: > > > > > Hi Ivan, > > > > > &

Re: IEP-61 Technical discussion

2020-11-25 Thread Alexey Goncharuk
пн, 23 нояб. 2020 г. в 13:28, Alexey Goncharuk : > Thanks, Ivan, > > Another protocol for group membership worth checking out is RAPID [1] (a > recent one). Not sure though if there are any available implementations for > it already. > > [1] https://www.usenix.org/system/f

Re: IEP-61 Technical discussion

2020-11-25 Thread Alexey Goncharuk
Folks, let's have the call on Friday, Nov 27th at 18:00 MSK? We can use the following waiting room link: https://zoom.us/j/99450012496?pwd=RWZmOGhCNWlRK0ZpamdOOTZsYTJ0dz09 Let me know if this time works for everybody. ср, 25 нояб. 2020 г. в 16:42, Alexey Goncharuk : > Folks, > > I've

Re: IEP-61 Technical discussion

2020-11-26 Thread Alexey Goncharuk
ariant -- in the morning. > > ср, 25 нояб. 2020 г. в 20:10, Alexey Goncharuk >: > > > Folks, let's have the call on Friday, Nov 27th at 18:00 MSK? We can use > the > > following waiting room link: > > https://zoom.us/j/99450012496?pwd=RWZmOGhCNWlRK0ZpamdOOTZsYTJ0dz09

Re: IEP-54: Schema-first approach for 3.0

2020-11-24 Thread Alexey Goncharuk
gt; > > > > should be validated against the latest version > and > > > > local > > > > > > > > mapping > > > > > > > > > > > should > > > >

Re: IEP-54: Schema-first approach for 3.0

2020-11-24 Thread Alexey Goncharuk
gt; end of story. > > On Tue, Nov 24, 2020 at 6:25 PM Alexey Goncharuk < > alexey.goncha...@gmail.com> > wrote: > > > Folks, I think this is a reasonable request. I thought about this when I > > was drafting the IEP, but hesitated to add these types right away. > &g

[VOTE][EXTENSION] Release Apache Ignite Streaming extensions 1.0.0 RC1

2020-11-23 Thread Alexey Goncharuk
Dear Ignite Community, I have uploaded a release candidate of the following extension modules: ignite-camel-ext ignite-flink-ext ignite-flume-ext ignite-jms11-ext ignite-kafka-ext ignite-mqtt-ext ignite-pub-sub-ext ignite-rocketmq-ext ignite-storm-ext ignite-twitter-ext ignite-zeromq-ext The

[RESULT][VOTE] Release Apache Ignite Streaming extensions 1.0.0 RC1

2020-12-01 Thread Alexey Goncharuk
The vote is closed now. Vote result: Vote passed with 5 "+1" votes (3 binding and 2 non-binding votes), no "0" and no "-1" votes. +1 Votes: Denis Magda (binding) Saikat Maitra (binding) Andrey Gura (binding) Kirill Tkalenko Konstantin Orlov Vote thread

Re: [DISCUSS] Release Ignite streamer extensions

2020-11-11 Thread Alexey Goncharuk
: > > > >> Alex, > >> > >> Should we create a dedicated ticket for the documentation changes or > can we > >> reuse IGNITE-13634? As a bare minimum, we need to update maven > artifacts' > >> names and versions: > >> > >> &

Re: [DISCUSS] Ignite 3.0 development approach

2020-11-16 Thread Alexey Goncharuk
s sense to me. > > > > >>> > > > > >>> вт, 10 нояб. 2020 г. в 18:47, Sergey Chugunov < > > > > sergey.chugu...@gmail.com>: > > > > >>> > > > > >>>> Igniters, > > > >

Re: [DISCUSS] Ignite 3.0 development approach

2020-11-16 Thread Alexey Goncharuk
Good, I think we have an intermediate agreement on the scope and significance of the changes we want to make. I suggest creating separate discussion streams and calls for each of the suggested topics so that: - It is clear for the community what is the motivation of the stream (this

[DISCUSS] Release pub-sub Ignite extensions

2020-11-20 Thread Alexey Goncharuk
Igniters, I think we a bit overdue for releasing already migrated extension modules which were removed in Ignite 2.9. As Saikat mentioned, I suggest releasing the following modules: ignite-flink-ext ignite-flume-ext ignite-pub-sub-ext ignite-zeromq-ext ignite-twitter-ext ignite-rocketmq-ext

Re: Ignite extensions - ignite-spring-data release.

2020-11-19 Thread Alexey Goncharuk
I support having a single vote for all the extensions. Mikhail, do you mind releasing the rest of the modules together with spring-boot? If you do, I can take care of them but looks like this will be a separate vote, though. чт, 19 нояб. 2020 г. в 10:55, Petr Ivanov : > No 11 separate votes, but

IEP-61 Technical discussion

2020-11-19 Thread Alexey Goncharuk
Following up the Ignite 3.0 scope/development approach threads, this is a separate thread to discuss technical aspects of the IEP. Let's reiterate one more time on the questions raised by Ivan and also see if there are any other thoughts on the IEP: - *Whether to deploy metastorage on a

Re: IEP-61 Technical discussion

2020-11-19 Thread Alexey Goncharuk
an Daschinsky : > > > >> > >> > >> -- Forwarded message - > >> От: Ivan Daschinsky > >> Date: чт, 19 нояб. 2020 г. в 13:02 > >> Subject: Re: IEP-61 Technical discussion > >> To: Alexey Goncharuk > >> &g

Re: IEP-61 Technical discussion

2020-11-23 Thread Alexey Goncharuk
> etcd (see raft/node.go) contains some heartbeats mechanism etc. > > I agree with you, this seems not to be a huge deal to port. > > > > чт, 19 нояб. 2020 г. в 16:13, Alexey Goncharuk < > alexey.goncha...@gmail.com > > >: > > > >> Ivan, > >> > >&

Re: [DISCUSS] Release Ignite streamer extensions

2020-11-12 Thread Alexey Goncharuk
e extensions as independent as possible. > > > > Doubt if we can do it for each module. > > We have, ignite-hibernate_4.2, ignite-hibernate_5.1 modules that > attached to specific hibernate version by their name. > > > > > >> 11 нояб. 2020 г., в 11:19, Alex

Re: [DISCUSS] Ignite 3.0 development approach

2020-11-03 Thread Alexey Goncharuk
t;> component wiring mechanics, general methods to approach core components > >> such as exchange/communication > >> to avoid code mess like we have in ExchangeFuture with all these custom > >> callbacks for each component, interfaces like > >> Partiti

Re: usage analytics

2020-11-03 Thread Alexey Goncharuk
Folks, I want to bump up this discussion and slightly change the format suggested by Nikita. I dot think it is correct to gather any information related to the user environment. However, can we collect just the fact of some of the Ignite APIs/subsystems being used with no user information

Re: 2.9.1 release proposal

2020-10-29 Thread Alexey Goncharuk
Hello folks, I think we should start both 2.9.1 and 2.10. In practice, maintenance release contains only critical and usability bugfixes (for example, I would include this ticket [1] to include in 2.9.1 as it prevents users from using tracing) and is released much faster than a minor release.

[DISCUSS] Ignite 3.0 development approach

2020-11-02 Thread Alexey Goncharuk
Igniters, I wanted to pitch a rather radical idea regarding the Ignite 3.0 development which has occurred to me some time ago. We already have several IEPs targeted to Ignite 3.0 which imply major changes to the codebase (the change in replication protocol and thus transactions, change in binary

Re: [DISCUSS] Ignite 3.0 development approach

2020-11-02 Thread Alexey Goncharuk
APIs > and internal structure is overwhelming > > > > Maybe we should relax a bit requirements for Ignite3? > > Maybe we should move step by step and make Ignite3 with new > configuration than Ignite4 with new transactions, etc? > > > >> 2 нояб. 2020 г., в 13:1

Re: [DISCUSS] Ignite 3.0 development approach

2020-11-02 Thread Alexey Goncharuk
bugs and issues that can be fixed in 2.x without breaking > backward > > compatibility. > > We have many users who are happy with the 2.x with all it’s issues. > > > > > 2 нояб. 2020 г., в 14:09, Anton Vinogradov написал(а): > > > > > > Alexey, > > > > >

Re: 2.9.1 release proposal

2020-11-05 Thread Alexey Goncharuk
iev < > zaleslaw@gmail.com> > > > > wrote: > > > > > > > >> Let's discuss the possible planning dates for feature freeze for > 2.10, > > > for > > > >> example? Do you have any plans or ideas? > > > >> > >

Re: IEP-54: Schema-first approach for 3.0

2020-12-31 Thread Alexey Goncharuk
y thoughts or objections? > > > > Are interfaces good enough to be merged within the current ticket? > > > > > > > > > > > > https://issues.apache.org/jira/browse/IGNITE-13748 > > > > > > > > On Thu, Nov 26, 2020 at 2:33 PM Юрий > &

Re: IEP-54: Schema-first approach for 3.0

2021-01-10 Thread Alexey Goncharuk
Folks, I updated the IEP to contain the missing pieces; actually, most of the questions here were covered by the text. Please let me know if there is something still missing or unclear. чт, 31 дек. 2020 г. в 12:48, Alexey Goncharuk : > Mikhail and Igniters, > > Thanks for your

Re: [DISCUSSION] IgniteFuture class future in Ignite-3.0.

2021-03-30 Thread Alexey Goncharuk
Ivan, My concern with the concept of a user completing the future returned from Ignite public API is that it is unclear how to interpret this action (this backs Val's message). Let's say a user started a compute with fut = compute.runAsync(task); and now calls fut.complete(someVal); Does this

Re: Terms clarification and modules splitting logic

2021-03-30 Thread Alexey Goncharuk
Hello Alexander, Igniters, I support the suggestion, we need to work out some ground rules to have a consistent naming convention. Agree with having at most one component per project module - this requirement may turn out to be too strict in the future, but now it seems reasonable and may help us

Re: Terms clarification and modules splitting logic

2021-03-31 Thread Alexey Goncharuk
ient as affinity or schema make no sense without the table. > > Processor is just helper-component of the Service that routes messages, > > executes async tasks, manages subscriptions and implements some secondary > > functions. > > > > On Tue, Mar 30, 2021 at 11:24 AM

Re: Terms clarification and modules splitting logic

2021-03-31 Thread Alexey Goncharuk
e. What are the benefits of this ? > > ср, 31 мар. 2021 г. в 12:16, Alexey Goncharuk >: > > > Alexei, > > > > I had the same opinion regarding the internal package, but we still need > to > > somehow distinguish between public and internal classes in the > ignite-uti

Re: Model of permissions for Ignite 3

2021-04-09 Thread Alexey Goncharuk
Hello Denis, Andrey, Igniters, Why don't we take a step further in improving the security model in Ignite 3? I think it would be great to have a default implementation of user-role-permission model in Ignite to be on par with security models of widely-used databases. This will complement

Re: Terms clarification and modules splitting logic

2021-04-08 Thread Alexey Goncharuk
be free to change them without any compatibility contract" - > let's mark such classes with a special annotation like @Internal, will it > work for you ? > > > > ср, 31 мар. 2021 г. в 15:10, Alexey Goncharuk >: > > > This won't work with the Java Jigsaw module sys

Re: Stop sending IGNITE Created e-mails to dev@

2021-04-21 Thread Alexey Goncharuk
I support the idea. All issues notifications are also sent to iss...@ignite.apache.org so one can subscribe to this list in order to track the created tickets. The notifications trash the devlist archive UI and make it extremely difficult to navigate. вт, 20 апр. 2021 г. в 18:35, Ilya Kasnacheev

Re: [DISCUSSION] Error handling in Ignite 3

2021-04-21 Thread Alexey Goncharuk
Aleksei, > The method should always report root cause, in your example it will be > B-, no matter which module API is called I may be wrong, but I doubt this will be usable for an end-user. Let's imagine that the same root exception was raised in different contexts resulting in two outcomes.

[jira] [Created] (IGNITE-1945) Get rid of keepDeserialized flag in configuration

2015-11-18 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-1945: Summary: Get rid of keepDeserialized flag in configuration Key: IGNITE-1945 URL: https://issues.apache.org/jira/browse/IGNITE-1945 Project: Ignite

[jira] [Created] (IGNITE-1450) Excessive exceptions are printed out during cache/node stop

2015-09-11 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-1450: Summary: Excessive exceptions are printed out during cache/node stop Key: IGNITE-1450 URL: https://issues.apache.org/jira/browse/IGNITE-1450 Project: Ignite

[jira] [Created] (IGNITE-1553) Optimize transaction prepare step when store is enabled

2015-09-25 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-1553: Summary: Optimize transaction prepare step when store is enabled Key: IGNITE-1553 URL: https://issues.apache.org/jira/browse/IGNITE-1553 Project: Ignite

[jira] [Created] (IGNITE-1537) Near TX prepare future is completed early for LOCAL cache

2015-09-23 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-1537: Summary: Near TX prepare future is completed early for LOCAL cache Key: IGNITE-1537 URL: https://issues.apache.org/jira/browse/IGNITE-1537 Project: Ignite

[jira] [Created] (IGNITE-2104) Marshalling fails with Binary marshaller if class hierarchy contains duplicate field names

2015-12-08 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2104: Summary: Marshalling fails with Binary marshaller if class hierarchy contains duplicate field names Key: IGNITE-2104 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-2065) Need to get rid of 'Portable' word in internals

2015-12-02 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2065: Summary: Need to get rid of 'Portable' word in internals Key: IGNITE-2065 URL: https://issues.apache.org/jira/browse/IGNITE-2065 Project: Ignite

[jira] [Created] (IGNITE-2325) Assertion in optimistic prepare future on client node during server node restart when near cache is enabled.

2015-12-30 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2325: Summary: Assertion in optimistic prepare future on client node during server node restart when near cache is enabled. Key: IGNITE-2325 URL: https://issues.apache.org/jira

[jira] [Created] (IGNITE-2329) Get rid of Iterator for selected keys in NIO server

2015-12-30 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2329: Summary: Get rid of Iterator for selected keys in NIO server Key: IGNITE-2329 URL: https://issues.apache.org/jira/browse/IGNITE-2329 Project: Ignite

[jira] [Created] (IGNITE-2012) Add support for ConcurrentLinkedQueue type in .NET/C++

2015-11-26 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2012: Summary: Add support for ConcurrentLinkedQueue type in .NET/C++ Key: IGNITE-2012 URL: https://issues.apache.org/jira/browse/IGNITE-2012 Project: Ignite

[jira] [Created] (IGNITE-1987) Make binary marshaller default

2015-11-23 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-1987: Summary: Make binary marshaller default Key: IGNITE-1987 URL: https://issues.apache.org/jira/browse/IGNITE-1987 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-3305) Ignite does not wait for dynamically created caches in SYNC rebalance mode

2016-06-13 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3305: Summary: Ignite does not wait for dynamically created caches in SYNC rebalance mode Key: IGNITE-3305 URL: https://issues.apache.org/jira/browse/IGNITE-3305

[jira] [Created] (IGNITE-3307) IllegalMonitorStateException in IgniteLockExample

2016-06-13 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3307: Summary: IllegalMonitorStateException in IgniteLockExample Key: IGNITE-3307 URL: https://issues.apache.org/jira/browse/IGNITE-3307 Project: Ignite

[jira] [Created] (IGNITE-2396) Dynamic cache changes are not tracked by service processor

2016-01-18 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2396: Summary: Dynamic cache changes are not tracked by service processor Key: IGNITE-2396 URL: https://issues.apache.org/jira/browse/IGNITE-2396 Project: Ignite

[jira] [Created] (IGNITE-2589) Value is not loaded from store in pessimistic transaction when near cache is enabled

2016-02-08 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2589: Summary: Value is not loaded from store in pessimistic transaction when near cache is enabled Key: IGNITE-2589 URL: https://issues.apache.org/jira/browse/IGNITE-2589

[jira] [Created] (IGNITE-2645) Assertion error in ATOMIC cachce for invokeAll and cache store

2016-02-12 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2645: Summary: Assertion error in ATOMIC cachce for invokeAll and cache store Key: IGNITE-2645 URL: https://issues.apache.org/jira/browse/IGNITE-2645 Project

[jira] [Created] (IGNITE-2707) SkipStore flag is not overridden for a transaction entry

2016-02-22 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2707: Summary: SkipStore flag is not overridden for a transaction entry Key: IGNITE-2707 URL: https://issues.apache.org/jira/browse/IGNITE-2707 Project: Ignite

[jira] [Created] (IGNITE-2434) Ignite updates cache store even if EntryProcessor did not update cache entry

2016-01-22 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2434: Summary: Ignite updates cache store even if EntryProcessor did not update cache entry Key: IGNITE-2434 URL: https://issues.apache.org/jira/browse/IGNITE-2434

[jira] [Created] (IGNITE-2821) Design and implement keepBinary flag for IgniteRDD

2016-03-11 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2821: Summary: Design and implement keepBinary flag for IgniteRDD Key: IGNITE-2821 URL: https://issues.apache.org/jira/browse/IGNITE-2821 Project: Ignite

[jira] [Created] (IGNITE-2784) Optimize continuous query remote listener invocation

2016-03-09 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2784: Summary: Optimize continuous query remote listener invocation Key: IGNITE-2784 URL: https://issues.apache.org/jira/browse/IGNITE-2784 Project: Ignite

[jira] [Created] (IGNITE-2941) Add getOrStart method to ignition

2016-04-01 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-2941: Summary: Add getOrStart method to ignition Key: IGNITE-2941 URL: https://issues.apache.org/jira/browse/IGNITE-2941 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-3077) IgniteRDD data frame does not handle object fields

2016-04-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3077: Summary: IgniteRDD data frame does not handle object fields Key: IGNITE-3077 URL: https://issues.apache.org/jira/browse/IGNITE-3077 Project: Ignite

[jira] [Created] (IGNITE-3086) Cache store validation should be done only when write entry is enlisted

2016-05-04 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3086: Summary: Cache store validation should be done only when write entry is enlisted Key: IGNITE-3086 URL: https://issues.apache.org/jira/browse/IGNITE-3086

[jira] [Created] (IGNITE-3469) Get rid of deprecated APIs and entities

2016-07-12 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3469: Summary: Get rid of deprecated APIs and entities Key: IGNITE-3469 URL: https://issues.apache.org/jira/browse/IGNITE-3469 Project: Ignite Issue Type

[jira] [Created] (IGNITE-3607) Send non-filtered continuous query notifications in one message per client

2016-07-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3607: Summary: Send non-filtered continuous query notifications in one message per client Key: IGNITE-3607 URL: https://issues.apache.org/jira/browse/IGNITE-3607

[jira] [Created] (IGNITE-3616) Drop failed nodes from topology after a configured timeout

2016-08-01 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3616: Summary: Drop failed nodes from topology after a configured timeout Key: IGNITE-3616 URL: https://issues.apache.org/jira/browse/IGNITE-3616 Project: Ignite

[jira] [Created] (IGNITE-3671) Ignite profiling interface

2016-08-10 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3671: Summary: Ignite profiling interface Key: IGNITE-3671 URL: https://issues.apache.org/jira/browse/IGNITE-3671 Project: Ignite Issue Type: Wish

[jira] [Created] (IGNITE-3471) Do not send previous value to client node for invoke() when possible

2016-07-12 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3471: Summary: Do not send previous value to client node for invoke() when possible Key: IGNITE-3471 URL: https://issues.apache.org/jira/browse/IGNITE-3471 Project

[jira] [Created] (IGNITE-3479) Global transaction ordering

2016-07-13 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3479: Summary: Global transaction ordering Key: IGNITE-3479 URL: https://issues.apache.org/jira/browse/IGNITE-3479 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-3477) Rework offheap approach

2016-07-13 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3477: Summary: Rework offheap approach Key: IGNITE-3477 URL: https://issues.apache.org/jira/browse/IGNITE-3477 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-3478) Transactional SQL

2016-07-13 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3478: Summary: Transactional SQL Key: IGNITE-3478 URL: https://issues.apache.org/jira/browse/IGNITE-3478 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-3500) Generate expiry event in GridCacheMapEntry#checkExpired()

2016-07-18 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3500: Summary: Generate expiry event in GridCacheMapEntry#checkExpired() Key: IGNITE-3500 URL: https://issues.apache.org/jira/browse/IGNITE-3500 Project: Ignite

[jira] [Created] (IGNITE-3499) GridCacheReplicatedFullApiMultithreadedSelfTest1 is commented

2016-07-18 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3499: Summary: GridCacheReplicatedFullApiMultithreadedSelfTest1 is commented Key: IGNITE-3499 URL: https://issues.apache.org/jira/browse/IGNITE-3499 Project

[jira] [Created] (IGNITE-3484) MVCC for cache data structures

2016-07-14 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3484: Summary: MVCC for cache data structures Key: IGNITE-3484 URL: https://issues.apache.org/jira/browse/IGNITE-3484 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-3464) Possible race between partition exchange and prepare/finish requests

2016-07-11 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3464: Summary: Possible race between partition exchange and prepare/finish requests Key: IGNITE-3464 URL: https://issues.apache.org/jira/browse/IGNITE-3464 Project

[jira] [Created] (IGNITE-3456) Make sure EntryProcessor is always running on a OWNING partition

2016-07-08 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3456: Summary: Make sure EntryProcessor is always running on a OWNING partition Key: IGNITE-3456 URL: https://issues.apache.org/jira/browse/IGNITE-3456 Project

[jira] [Created] (IGNITE-3399) Support primitive type names in QueryEntity

2016-06-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-3399: Summary: Support primitive type names in QueryEntity Key: IGNITE-3399 URL: https://issues.apache.org/jira/browse/IGNITE-3399 Project: Ignite Issue

[jira] [Created] (IGNITE-4551) Reconsider cache key/value peer class loading

2017-01-16 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4551: Summary: Reconsider cache key/value peer class loading Key: IGNITE-4551 URL: https://issues.apache.org/jira/browse/IGNITE-4551 Project: Ignite Issue

[jira] [Created] (IGNITE-4335) Implement cluster ACTIVE/INACTIVE state

2016-11-30 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4335: Summary: Implement cluster ACTIVE/INACTIVE state Key: IGNITE-4335 URL: https://issues.apache.org/jira/browse/IGNITE-4335 Project: Ignite Issue Type

[jira] [Created] (IGNITE-4337) Introduce persistence interface to allow build reliable persistence plugins

2016-11-30 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4337: Summary: Introduce persistence interface to allow build reliable persistence plugins Key: IGNITE-4337 URL: https://issues.apache.org/jira/browse/IGNITE-4337

[jira] [Created] (IGNITE-4534) Implement offheap eviction policies based on page memory

2017-01-10 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4534: Summary: Implement offheap eviction policies based on page memory Key: IGNITE-4534 URL: https://issues.apache.org/jira/browse/IGNITE-4534 Project: Ignite

[jira] [Created] (IGNITE-4535) Add option to store deserialized values on-heap

2017-01-10 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4535: Summary: Add option to store deserialized values on-heap Key: IGNITE-4535 URL: https://issues.apache.org/jira/browse/IGNITE-4535 Project: Ignite

[jira] [Created] (IGNITE-4536) Update metrics for new offheap storage

2017-01-10 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4536: Summary: Update metrics for new offheap storage Key: IGNITE-4536 URL: https://issues.apache.org/jira/browse/IGNITE-4536 Project: Ignite Issue Type

[jira] [Created] (IGNITE-4861) Export rebalance metrics and state as MBeans

2017-03-24 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4861: Summary: Export rebalance metrics and state as MBeans Key: IGNITE-4861 URL: https://issues.apache.org/jira/browse/IGNITE-4861 Project: Ignite Issue

[jira] [Created] (IGNITE-4876) Tests: node stop should wait for cluster to see actual topology version

2017-03-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4876: Summary: Tests: node stop should wait for cluster to see actual topology version Key: IGNITE-4876 URL: https://issues.apache.org/jira/browse/IGNITE-4876

[jira] [Created] (IGNITE-4985) Atomic cache operations acquire backpressure semaphore on retries

2017-04-14 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4985: Summary: Atomic cache operations acquire backpressure semaphore on retries Key: IGNITE-4985 URL: https://issues.apache.org/jira/browse/IGNITE-4985 Project

[jira] [Created] (IGNITE-4986) .NET possible affinity resource leak

2017-04-14 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4986: Summary: .NET possible affinity resource leak Key: IGNITE-4986 URL: https://issues.apache.org/jira/browse/IGNITE-4986 Project: Ignite Issue Type

[jira] [Created] (IGNITE-4989) Assertion error in BPlusTree#finishTail

2017-04-14 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4989: Summary: Assertion error in BPlusTree#finishTail Key: IGNITE-4989 URL: https://issues.apache.org/jira/browse/IGNITE-4989 Project: Ignite Issue Type

[jira] [Created] (IGNITE-5061) Add ability to enable and disable rebalancing per-node

2017-04-24 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5061: Summary: Add ability to enable and disable rebalancing per-node Key: IGNITE-5061 URL: https://issues.apache.org/jira/browse/IGNITE-5061 Project: Ignite

[jira] [Created] (IGNITE-4820) Implement parallel indexes for BPlusTree

2017-03-14 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-4820: Summary: Implement parallel indexes for BPlusTree Key: IGNITE-4820 URL: https://issues.apache.org/jira/browse/IGNITE-4820 Project: Ignite Issue Type

[jira] [Created] (IGNITE-5872) Replace standard java maps for partition counters to more effective data structures

2017-07-28 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5872: Summary: Replace standard java maps for partition counters to more effective data structures Key: IGNITE-5872 URL: https://issues.apache.org/jira/browse/IGNITE-5872

[jira] [Created] (IGNITE-5890) Add estimated time to rebalance completion and time to rebalance start to MXBean

2017-08-01 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5890: Summary: Add estimated time to rebalance completion and time to rebalance start to MXBean Key: IGNITE-5890 URL: https://issues.apache.org/jira/browse/IGNITE-5890

[jira] [Created] (IGNITE-5915) Add more clear WAL mode documentation and print a warning when NONE mode is used

2017-08-03 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5915: Summary: Add more clear WAL mode documentation and print a warning when NONE mode is used Key: IGNITE-5915 URL: https://issues.apache.org/jira/browse/IGNITE-5915

[jira] [Created] (IGNITE-6030) Allow enabling persistence per-cache

2017-08-10 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-6030: Summary: Allow enabling persistence per-cache Key: IGNITE-6030 URL: https://issues.apache.org/jira/browse/IGNITE-6030 Project: Ignite Issue Type

[jira] [Created] (IGNITE-5757) RENT partition state is set before exchange is completed

2017-07-14 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5757: Summary: RENT partition state is set before exchange is completed Key: IGNITE-5757 URL: https://issues.apache.org/jira/browse/IGNITE-5757 Project: Ignite

[jira] [Created] (IGNITE-5774) Print more information about long partition release future

2017-07-18 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5774: Summary: Print more information about long partition release future Key: IGNITE-5774 URL: https://issues.apache.org/jira/browse/IGNITE-5774 Project: Ignite

[jira] [Created] (IGNITE-5772) Race between WAL segment rollover and concurrent log

2017-07-18 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5772: Summary: Race between WAL segment rollover and concurrent log Key: IGNITE-5772 URL: https://issues.apache.org/jira/browse/IGNITE-5772 Project: Ignite

[jira] [Created] (IGNITE-5797) Add latency tracing capability for cache operations

2017-07-21 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5797: Summary: Add latency tracing capability for cache operations Key: IGNITE-5797 URL: https://issues.apache.org/jira/browse/IGNITE-5797 Project: Ignite

<    2   3   4   5   6   7   8   9   10   >