Re: [VOTE] Release Apache Ignite 3.0.0-beta1 RC2

2022-11-15 Thread Vladislav Pyatkov
t; > > > > https://repository.apache.org/content/repositories/orgapacheignite-1556/ > > > > Tag: https://github.com/apache/ignite-3/tree/3.0.0-beta1-rc2 > > > > > > > > +1 - accept Apache Ignite 3.0.0-beta1 RC2 > > > > 0 - don't care either way > > > > -1 - DO NOT accept Apache Ignite 3.0.0-beta1 RC2 (explain why) > > > > > > > > Voting guidelines: https://www.apache.org/foundation/voting.html > > > > How to verify the release: > > https://www.apache.org/info/verification.html > > > > > > > > The vote will be closed on Wednesday, 16 November 2022, 18:00:00 (UTC > > > time) > > > > > > > > > > > > > https://www.timeanddate.com/countdown/generic?iso=20221116T18=1440=Apache+Ignite+3.0.0-beta1+RC2=cursive=1 > > > > > > > > Thanks, > > > > S. > > > > > > > > > -- Vladislav Pyatkov

Re: [ANNOUNCE] SCOPE FREEZE for Apache Ignite 3.0.0 beta 1 RELEASE

2022-10-28 Thread Vladislav Pyatkov
3 - related to > >> >>>> support > >> >>>>>> indexes by SQL > >> >>>>>> https://issues.apache.org/jira/browse/IGNITE-17655 - related to > >> >>>> support > >> >>>>>> indexes by SQL > >> >>>>>> > >> >>>>>> ср, 19 окт. 2022 г. в 12:11, Вячеслав Коптилин < > >> >>>> slava.kopti...@gmail.com > >> >>>>>> : > >> >>>>>> > >> >>>>>>> Hello Alexander, > >> >>>>>>> > >> >>>>>>> Thank you for pointing this out. I fully support including RO > >> >>>>>> transactions > >> >>>>>>> into the scope of Ignite 3.0.0-beta1 release. > >> >>>>>>> > >> >>>>>>> Thanks, > >> >>>>>>> S. > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> ср, 19 окт. 2022 г. в 11:42, Alexander Lapin < > lapin1...@gmail.com > >> >: > >> >>>>>>> > >> >>>>>>>> Igniters, > >> >>>>>>>> > >> >>>>>>>> I would like to add following tickets to ignite-3.0.0-beta1 > >> >>>>>>>> https://issues.apache.org/jira/browse/IGNITE-17806 > >> >>>>>>>> https://issues.apache.org/jira/browse/IGNITE-17759 > >> >>>>>>>> https://issues.apache.org/jira/browse/IGNITE-17637 > >> >>>>>>>> https://issues.apache.org/jira/browse/IGNITE-17263 > >> >>>>>>>> https://issues.apache.org/jira/browse/IGNITE-17260 > >> >>>>>>>> > >> >>>>>>>> It's all about read-only transactions. > >> >>>>>>>> > >> >>>>>>>> Best regards, > >> >>>>>>>> Alexander > >> >>>>>>>> > >> >>>>>>>> пт, 14 окт. 2022 г. в 19:45, Andrey Gura : > >> >>>>>>>> > >> >>>>>>>>> Igniters, > >> >>>>>>>>> > >> >>>>>>>>> The 'ignite-3.0.0-beta1' branch was created (the latest commit > >> is > >> >>>>>>>>> 8160ef31ecf8d49f227562b6f0ab090c6b4438c1). > >> >>>>>>>>> > >> >>>>>>>>> The scope for the release is frozen. > >> >>>>>>>>> > >> >>>>>>>>> It means the following: > >> >>>>>>>>> > >> >>>>>>>>> - Any issue could be added to the release (fixVersion == > >> >>>>> 3.0.0-beta1) > >> >>>>>>>>> only after discussion with the community and a release manager > >> in > >> >>>>>> this > >> >>>>>>>>> thread. > >> >>>>>>>>> - Any commit to the release branch must be also applied to the > >> >>>>> 'main' > >> >>>>>>>>> branch. > >> >>>>>>>>> > >> >>>>>>>> > >> >>>>>>> > >> >>>>>> > >> >>>>>> > >> >>>>>> -- > >> >>>>>> Живи с улыбкой! :D > >> >>>>>> > >> >>>>> > >> >>>> > >> >>>> > >> >>>> -- > >> >>>> Живи с улыбкой! :D > >> >>>> > >> >> > >> >> > >> > >> > -- Vladislav Pyatkov Architect-Consultant "GridGain Rus" Llc. +7-929-537-79-60

Re: [VOTE] @Nullable/@NotNull annotation usage in Ignite 3

2022-01-13 Thread Vladislav Pyatkov
I am sure the shorter, the better. +1 to option 4. On Thu, Jan 13, 2022 at 2:06 PM ткаленко кирилл wrote: > +1 to option 2 > -- Vladislav Pyatkov

Re: [DISCUSSION] Error handling in Ignite 3

2021-04-15 Thread Vladislav Pyatkov
all will > have > > a > > > configurable default timeout and can complete with timeout error if a > > > computation is not finished in time, for example if a response has not > > been > > > yet received. > > > I suggest to complete the async op future with TimeoutException in this > > > case to make it on par with synchronous execution using future.get, > which > > > will throw java.util.concurrent.TimeoutException on timeout. > > > For reference, see java.util.concurrent.CompletableFuture#orTimeout > > > No special error code should be used for this scenario. > > > > > > *Internal exceptions hierarchy.* > > > > > > All internal exceptions should extend > > > org.apache.ignite.internal.lang.IgniteInternalException for checked > > > exceptions and > > > org.apache.ignite.internal.lang.IgniteInternalCheckedException for > > > unchecked exceptions. > > > > > > Thoughts ? > > > > > > [1] https://docs.oracle.com/cd/B10501_01/server.920/a96525/preface.htm > > > > > > -- > > > > > > Best regards, > > > Alexei Scherbakov > > > > > > > > > -- > > Best regards, > > Alexey > > > > > -- > > Best regards, > Alexei Scherbakov > -- Vladislav Pyatkov

Re: Access to Apache Ignite Wiki

2021-04-12 Thread Vladislav Pyatkov
t; > Regards, > -- > Ilya Kasnacheev > > > пн, 12 апр. 2021 г. в 11:44, Vladislav Pyatkov : > > > Hi, igniters! > > Please grant me access to Ignite Wiki to help with editing and updating > > info. > > It is my JIRA account v.pyatkov > > > > -- > > Vladislav Pyatkov > > > -- Vladislav Pyatkov

Access to Apache Ignite Wiki

2021-04-12 Thread Vladislav Pyatkov
Hi, igniters! Please grant me access to Ignite Wiki to help with editing and updating info. It is my JIRA account v.pyatkov -- Vladislav Pyatkov

[jira] [Created] (IGNITE-14476) Get rid of using storage implementation explicitly in ConfigurationRoot annotation

2021-04-05 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-14476: -- Summary: Get rid of using storage implementation explicitly in ConfigurationRoot annotation Key: IGNITE-14476 URL: https://issues.apache.org/jira/browse/IGNITE-14476

[jira] [Created] (IGNITE-14419) SPI suite hangs sporadically on private TC

2021-03-25 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-14419: -- Summary: SPI suite hangs sporadically on private TC Key: IGNITE-14419 URL: https://issues.apache.org/jira/browse/IGNITE-14419 Project: Ignite

[jira] [Created] (IGNITE-14185) Synchronous checkpoints on several nodes greatly increase a latency of distributed transaction

2021-02-15 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-14185: -- Summary: Synchronous checkpoints on several nodes greatly increase a latency of distributed transaction Key: IGNITE-14185 URL: https://issues.apache.org/jira/browse

[jira] [Created] (IGNITE-14140) Checkpointer thread holds write lock too long

2021-02-08 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-14140: -- Summary: Checkpointer thread holds write lock too long Key: IGNITE-14140 URL: https://issues.apache.org/jira/browse/IGNITE-14140 Project: Ignite

[jira] [Created] (IGNITE-14139) Incorrect initialize checkpoint-runner-cpu thread pool

2021-02-08 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-14139: -- Summary: Incorrect initialize checkpoint-runner-cpu thread pool Key: IGNITE-14139 URL: https://issues.apache.org/jira/browse/IGNITE-14139 Project: Ignite

[jira] [Created] (IGNITE-14138) Historical rebalance kills cluster

2021-02-08 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-14138: -- Summary: Historical rebalance kills cluster Key: IGNITE-14138 URL: https://issues.apache.org/jira/browse/IGNITE-14138 Project: Ignite Issue Type

Re: Re[2]: [DISCUSSION] Request for thread unsafe Compute functionality deprecation.

2021-02-05 Thread Vladislav Pyatkov
ull} if not deployed. > > >>>> */ > > >>>> public DeploymentResource findResource(String rsrcName); > > >>>> is thread unsafe by default, no guarantee that concurrent call of > > >>>> localDeployTask and execute will bring expected result. > > >>>> My proposal is to deprecate (or probably annotate [2], as a minimal > > >>>> — additionally document it) this methods and to append additional : > > >>>> public DeploymentResource findResource(String rsrcName, ClassLoader > > >>>> clsLdr); > > >>>> Only one problem i can observe here, if someone creates new class > > loaders > > >>>> and appropriate class instances in loop (i don`t know the purpose) > and > > >>>> doesn`t undeploy them then he will get possibly OOM here. > > >>>> > > >>>> Such approach will give a possibility to use compute in concurrent > > >>>> scenario. If there is no objections here i will mark this methods > and > > >>>> publish my PR, of course with additional tests. > > >>>> > > >>>> What do you think ? > > >>>> > > >>>> > > >>>> [1] > > >>>> > > https://ignite.apache.org/docs/latest/code-deployment/peer-class-loading > > >>>> [2] > > >>>> > > https://jcip.net/annotations/doc/net/jcip/annotations/NotThreadSafe.html > > >>>> > > >>>> > > >> > > >> > > >> > > >> > -- Vladislav Pyatkov

[jira] [Created] (IGNITE-14073) False alarm to lose all transaction nodes

2021-01-27 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-14073: -- Summary: False alarm to lose all transaction nodes Key: IGNITE-14073 URL: https://issues.apache.org/jira/browse/IGNITE-14073 Project: Ignite

[jira] [Created] (IGNITE-13977) Code enhancement after review of encryption persistent storage

2021-01-11 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13977: -- Summary: Code enhancement after review of encryption persistent storage Key: IGNITE-13977 URL: https://issues.apache.org/jira/browse/IGNITE-13977 Project

[jira] [Created] (IGNITE-13866) Validate index does not stop after process of control.sh was interrupted

2020-12-16 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13866: -- Summary: Validate index does not stop after process of control.sh was interrupted Key: IGNITE-13866 URL: https://issues.apache.org/jira/browse/IGNITE-13866

[jira] [Created] (IGNITE-13864) Assertion error happens on stale latch's acknowledge

2020-12-16 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13864: -- Summary: Assertion error happens on stale latch's acknowledge Key: IGNITE-13864 URL: https://issues.apache.org/jira/browse/IGNITE-13864 Project: Ignite

[jira] [Created] (IGNITE-13594) Model classes require manual deserialization if used inside Job loaded by p2p

2020-10-19 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13594: -- Summary: Model classes require manual deserialization if used inside Job loaded by p2p Key: IGNITE-13594 URL: https://issues.apache.org/jira/browse/IGNITE-13594

[jira] [Created] (IGNITE-13593) IgniteClientCacheStartFailoverTest.testRebalanceStateConcurrentStart (Cache 2) is flaky

2020-10-19 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13593: -- Summary: IgniteClientCacheStartFailoverTest.testRebalanceStateConcurrentStart (Cache 2) is flaky Key: IGNITE-13593 URL: https://issues.apache.org/jira/browse/IGNITE

Re: Re[2]: Apache Ignite 2.9.0 RELEASE [Time, Scope, Manager]

2020-10-12 Thread Vladislav Pyatkov
;>>>>>>>>>>>>> to measurement error and I think such a drop is not a > >> >>>>>>>>>>>> showstopper. Guys, > >> >>>>>>>>>>>>>>>>> WDYT? &g

[jira] [Created] (IGNITE-13501) AssertionError: Invalid value in testMergeServersFail1_8

2020-09-30 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13501: -- Summary: AssertionError: Invalid value in testMergeServersFail1_8 Key: IGNITE-13501 URL: https://issues.apache.org/jira/browse/IGNITE-13501 Project

[jira] [Created] (IGNITE-13417) Cache Interceptors deserialization on client nodes

2020-09-09 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13417: -- Summary: Cache Interceptors deserialization on client nodes Key: IGNITE-13417 URL: https://issues.apache.org/jira/browse/IGNITE-13417 Project: Ignite

[jira] [Created] (IGNITE-13402) [Suite] PDS 3 flaky failed on TC

2020-09-03 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13402: -- Summary: [Suite] PDS 3 flaky failed on TC Key: IGNITE-13402 URL: https://issues.apache.org/jira/browse/IGNITE-13402 Project: Ignite Issue Type

Re: [DISCUSSION] Maintenance Mode feature

2020-08-31 Thread Vladislav Pyatkov
> >> > > > >> > 1. Node has failed in the middle of checkpoint when WAL is > disabled > > >> > for > > >> > a particular cache -> data files of the cache are potentially > > >> corrupted. > > >> > 2. On next startup node detects this situation, creates > Maintenance > > >> > Record on disk and shuts down. > > >> > 3. On next startup node sees Maintenance Record, enters > Maintenance > > >> Mode > > >> > and waits for user to do specific actions: clean potentially > > >> > corrupted > > >> PDS. > > >> > 4. When user has done necessary actions he/she removes Maintenance > > >> > Record using Maintenance Mode API exposed via control.{sh|bat} > > script > > >> or > > >> > JMX. > > >> > 5. On next startup node goes to normal operations as maintenance > > >> > reason > > >> > is fixed. > > >> > > > >> > > > >> > I prepared a PR [3] for ticket [1] with draft implementation. It is > > not > > >> > ready to be merged to master branch but is already fully functional > > and > > >> can > > >> > be reviewed. > > >> > > > >> > Hope you'll share your feedback on the feature and/or any thoughts > on > > >> > implementation. > > >> > > > >> > Thank you! > > >> > > > >> > [1] https://issues.apache.org/jira/browse/IGNITE-13366 > > >> > [2] > > >> > > > >> > > > https://cwiki.apache.org/confluence/display/IGNITE/IEP-47:+Native+persistence+defragmentation > > >> > [3] https://github.com/apache/ignite/pull/8189 > > >> > > >> > > > > > > > > > -- > > > > Best regards, > > Ivan Pavlukhin > > > -- Vladislav Pyatkov

[jira] [Created] (IGNITE-13379) Exception occur on SQL caches when client reconnect

2020-08-21 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13379: -- Summary: Exception occur on SQL caches when client reconnect Key: IGNITE-13379 URL: https://issues.apache.org/jira/browse/IGNITE-13379 Project: Ignite

Re: Exception handling in thin client: should we pass stack traces to the client?

2020-08-20 Thread Vladislav Pyatkov
gt;get sensitive information about server configuration, such as it's > > version, > > >version of the underlying database, frameworks etc.. This information > may > > >help attacker to apply some version-specific attacks. This is precise > > >reason why default

[jira] [Created] (IGNITE-13377) WalModeChangeAdvancedSelfTest.testServerRestartNonCoordinator

2020-08-20 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13377: -- Summary: WalModeChangeAdvancedSelfTest.testServerRestartNonCoordinator Key: IGNITE-13377 URL: https://issues.apache.org/jira/browse/IGNITE-13377 Project

Re: Update of the default inline size for variable types

2020-08-19 Thread Vladislav Pyatkov
AR, VARCHAR, > VARCHAR, > >VARCHAR, VARCHAR) default index size will be only 64. Same for the columns > >with defined length: by default VARCHAR(100) column will create index only > >with size equal to 64. > > > >Please tell if you have any concerns. Update can be found at > >https://github.com/apache/ignite/pull/8161 > > > >Best regards, > >Evgeniy > > > > > > -- Vladislav Pyatkov

[jira] [Created] (IGNITE-13265) Historical iterator for atomic group should transfer few more rows than required

2020-07-17 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13265: -- Summary: Historical iterator for atomic group should transfer few more rows than required Key: IGNITE-13265 URL: https://issues.apache.org/jira/browse/IGNITE-13265

Re: Choosing historical rebalance heuristics

2020-07-16 Thread Vladislav Pyatkov
accepts a side of heuristics above. On Thu, Jul 16, 2020 at 12:09 AM Vladislav Pyatkov wrote: > Ivan, > > I agree with a combined approach: threshold for small partitions and count > of update for partition that outgrew it. > This helps to avoid partitions that update not frequent

Re: Choosing historical rebalance heuristics

2020-07-15 Thread Vladislav Pyatkov
don't track skipped updates for atomic caches. As a result, detection of > the absence of updates between two checkpoint markers with the same > partition counter can be false positive. > > -- > Best Regards, > Ivan Rakov > > On Tue, Jul 14, 2020 at 3:03 PM Vladislav Pyatkov &g

Choosing historical rebalance heuristics

2020-07-14 Thread Vladislav Pyatkov
tps://issues.apache.org/jira/browse/IGNITE-13253 [2]: https://issues.apache.org/jira/browse/IGNITE-13254 -- Vladislav Pyatkov

[jira] [Created] (IGNITE-13254) Historical rebalance iterator may skip checkpoint if it not contains updates

2020-07-14 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13254: -- Summary: Historical rebalance iterator may skip checkpoint if it not contains updates Key: IGNITE-13254 URL: https://issues.apache.org/jira/browse/IGNITE-13254

[jira] [Created] (IGNITE-13253) Advanced heuristics for historical rebalance

2020-07-14 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13253: -- Summary: Advanced heuristics for historical rebalance Key: IGNITE-13253 URL: https://issues.apache.org/jira/browse/IGNITE-13253 Project: Ignite

[jira] [Created] (IGNITE-13245) Rebalance future might hangs in no final state though all partitions are owned

2020-07-11 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13245: -- Summary: Rebalance future might hangs in no final state though all partitions are owned Key: IGNITE-13245 URL: https://issues.apache.org/jira/browse/IGNITE-13245

[jira] [Created] (IGNITE-13191) Public-facing API for "waiting for backups on shutdown"

2020-06-27 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13191: -- Summary: Public-facing API for "waiting for backups on shutdown" Key: IGNITE-13191 URL: https://issues.apache.org/jira/browse/IGNITE-13191 Proje

[jira] [Created] (IGNITE-13168) Retrigger historical rebalance if it was cancelled in case WAL history is still available

2020-06-19 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13168: -- Summary: Retrigger historical rebalance if it was cancelled in case WAL history is still available Key: IGNITE-13168 URL: https://issues.apache.org/jira/browse/IGNITE

Various shutdown guaranties

2020-06-08 Thread Vladislav Pyatkov
down did not configure all be worked as before according to IMMEDIATE behavior. All other close method will be marked as deprecated. I will be waiting for your opinions. -- Vladislav Pyatkov

[jira] [Created] (IGNITE-13072) Synchronization problems when different classloaders are used for deployment of same class

2020-05-26 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13072: -- Summary: Synchronization problems when different classloaders are used for deployment of same class Key: IGNITE-13072 URL: https://issues.apache.org/jira/browse

[jira] [Created] (IGNITE-12935) Disadvantages in log of historical rebalance

2020-04-24 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-12935: -- Summary: Disadvantages in log of historical rebalance Key: IGNITE-12935 URL: https://issues.apache.org/jira/browse/IGNITE-12935 Project: Ignite

Re: Discuss idle_verify with moving partitions changes.

2020-03-23 Thread Vladislav Pyatkov
objections would be here, i plan to inform about moving states as > not OK exit code too. > > -- Vladislav Pyatkov Architect-Consultant "GridGain Rus" Llc. +7-929-537-79-60

[jira] [Created] (IGNITE-12818) SoLinger is not set for reader-sockets in discovery

2020-03-20 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-12818: -- Summary: SoLinger is not set for reader-sockets in discovery Key: IGNITE-12818 URL: https://issues.apache.org/jira/browse/IGNITE-12818 Project: Ignite

[jira] [Created] (IGNITE-12780) Deadlock between db-checkpoint-thread and checkpoint-runner

2020-03-12 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-12780: -- Summary: Deadlock between db-checkpoint-thread and checkpoint-runner Key: IGNITE-12780 URL: https://issues.apache.org/jira/browse/IGNITE-12780 Project

[jira] [Created] (IGNITE-12689) Partitions should become owned after a checkpoint, regardless of a topology change. Nevertheless a rebalance is not required.

2020-02-17 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-12689: -- Summary: Partitions should become owned after a checkpoint, regardless of a topology change. Nevertheless a rebalance is not required. Key: IGNITE-12689 URL: https

[jira] [Created] (IGNITE-12671) Update of partition's states can stuck when rebalance completed during exchange

2020-02-12 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-12671: -- Summary: Update of partition's states can stuck when rebalance completed during exchange Key: IGNITE-12671 URL: https://issues.apache.org/jira/browse/IGNITE-12671

[jira] [Created] (IGNITE-12522) Extend test coverage [IGNITE-12104] Check deployment from cache before to load it from local or version storage

2020-01-09 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-12522: -- Summary: Extend test coverage [IGNITE-12104] Check deployment from cache before to load it from local or version storage Key: IGNITE-12522 URL: https

[jira] [Created] (IGNITE-12290) Re-balance fully restart for case when WAL disabled

2019-10-14 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-12290: -- Summary: Re-balance fully restart for case when WAL disabled Key: IGNITE-12290 URL: https://issues.apache.org/jira/browse/IGNITE-12290 Project: Ignite

[jira] [Created] (IGNITE-12104) Check deployment from cache before to load it from local or version storage

2019-08-26 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-12104: -- Summary: Check deployment from cache before to load it from local or version storage Key: IGNITE-12104 URL: https://issues.apache.org/jira/browse/IGNITE-12104

[jira] [Created] (IGNITE-11844) Should to filtered indexes by cache name instead of validate all caches in group

2019-05-13 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11844: -- Summary: Should to filtered indexes by cache name instead of validate all caches in group Key: IGNITE-11844 URL: https://issues.apache.org/jira/browse/IGNITE-11844

[jira] [Created] (IGNITE-11834) Confusing message on rebalance

2019-05-06 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11834: -- Summary: Confusing message on rebalance Key: IGNITE-11834 URL: https://issues.apache.org/jira/browse/IGNITE-11834 Project: Ignite Issue Type

[jira] [Created] (IGNITE-11763) GridP2PComputeWithNestedEntryProcessorTest failed on TC

2019-04-17 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11763: -- Summary: GridP2PComputeWithNestedEntryProcessorTest failed on TC Key: IGNITE-11763 URL: https://issues.apache.org/jira/browse/IGNITE-11763 Project: Ignite

[jira] [Created] (IGNITE-11734) IgniteCache.replace(k, v, nv) requires classes when element is null or old value - null

2019-04-12 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11734: -- Summary: IgniteCache.replace(k, v, nv) requires classes when element is null or old value - null Key: IGNITE-11734 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-11698) Issue with P2P class loader

2019-04-08 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11698: -- Summary: Issue with P2P class loader Key: IGNITE-11698 URL: https://issues.apache.org/jira/browse/IGNITE-11698 Project: Ignite Issue Type: Bug

Re: in-memory compression

2019-04-01 Thread Vladislav Pyatkov
page formats that we need to support. > 2) Once we release version 1.0, we would like TBLignite to be added to the > Ignite "3rd party binary" page. Who decides what gets on this page? > 3) And are there any acceptance criteria or tests that need to be passed? > > We would like to hear from you. > Pascal Schuchhard > TBLcore > > -- Vladislav Pyatkov

[jira] [Created] (IGNITE-11643) Optimize GC pressure on GridDhtPartitionTopologyImpl#updateRebalanceVersion

2019-03-27 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11643: -- Summary: Optimize GC pressure on GridDhtPartitionTopologyImpl#updateRebalanceVersion Key: IGNITE-11643 URL: https://issues.apache.org/jira/browse/IGNITE-11643

[jira] [Created] (IGNITE-11474) Add possibility to run idle_verify in not idle cluster

2019-03-05 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11474: -- Summary: Add possibility to run idle_verify in not idle cluster Key: IGNITE-11474 URL: https://issues.apache.org/jira/browse/IGNITE-11474 Project: Ignite

[jira] [Created] (IGNITE-11425) Log information about inaccessible nodes through Communication

2019-02-26 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11425: -- Summary: Log information about inaccessible nodes through Communication Key: IGNITE-11425 URL: https://issues.apache.org/jira/browse/IGNITE-11425 Project

[jira] [Created] (IGNITE-11291) Assertion error in time of rebalance completion lead to to critical failure node

2019-02-11 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11291: -- Summary: Assertion error in time of rebalance completion lead to to critical failure node Key: IGNITE-11291 URL: https://issues.apache.org/jira/browse/IGNITE-11291

Re: Running single test multiple times on TeamCity

2019-02-10 Thread Vladislav Pyatkov
we need such tool? (Or perhaps we already have something and > there is no need to reinvent the wheel.) > 2. What is the best way for us to implement the tool? > > [1] https://github.com/apache/ignite/pull/6076 > [2] https://wiki.jenkins.io/display/JENKINS/Parameterized+Build > > -- > Best regards, > Ivan Pavlukhin > -- Vladislav Pyatkov

[jira] [Created] (IGNITE-11270) Batch join to topology

2019-02-08 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11270: -- Summary: Batch join to topology Key: IGNITE-11270 URL: https://issues.apache.org/jira/browse/IGNITE-11270 Project: Ignite Issue Type

[jira] [Created] (IGNITE-11269) Optimize node join to topology

2019-02-08 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11269: -- Summary: Optimize node join to topology Key: IGNITE-11269 URL: https://issues.apache.org/jira/browse/IGNITE-11269 Project: Ignite Issue Type

[jira] [Created] (IGNITE-11262) Compression on Discovery data bag

2019-02-08 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11262: -- Summary: Compression on Discovery data bag Key: IGNITE-11262 URL: https://issues.apache.org/jira/browse/IGNITE-11262 Project: Ignite Issue Type

[jira] [Created] (IGNITE-11120) Remove static fields from GridDhtLockFuture

2019-01-29 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11120: -- Summary: Remove static fields from GridDhtLockFuture Key: IGNITE-11120 URL: https://issues.apache.org/jira/browse/IGNITE-11120 Project: Ignite

[jira] [Created] (IGNITE-11023) Processing data bag on GridMarshallerMappingProcessor consume many time

2019-01-22 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11023: -- Summary: Processing data bag on GridMarshallerMappingProcessor consume many time Key: IGNITE-11023 URL: https://issues.apache.org/jira/browse/IGNITE-11023

[jira] [Created] (IGNITE-10933) Node may hang on join to topology and not move forward

2019-01-14 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-10933: -- Summary: Node may hang on join to topology and not move forward Key: IGNITE-10933 URL: https://issues.apache.org/jira/browse/IGNITE-10933 Project: Ignite

[jira] [Created] (IGNITE-10108) Non-static class is passed between cluster nodes

2018-11-01 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-10108: -- Summary: Non-static class is passed between cluster nodes Key: IGNITE-10108 URL: https://issues.apache.org/jira/browse/IGNITE-10108 Project: Ignite

[jira] [Created] (IGNITE-10092) Race in partition state when checkpoint started at the middle of starts caches

2018-10-31 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-10092: -- Summary: Race in partition state when checkpoint started at the middle of starts caches Key: IGNITE-10092 URL: https://issues.apache.org/jira/browse/IGNITE-10092

[jira] [Created] (IGNITE-10028) Incorrect handling of page on replacement

2018-10-26 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-10028: -- Summary: Incorrect handling of page on replacement Key: IGNITE-10028 URL: https://issues.apache.org/jira/browse/IGNITE-10028 Project: Ignite

[jira] [Created] (IGNITE-9934) Improve logging on partition map exchange

2018-10-18 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-9934: - Summary: Improve logging on partition map exchange Key: IGNITE-9934 URL: https://issues.apache.org/jira/browse/IGNITE-9934 Project: Ignite Issue

Please review my PR 4968 (IGNITE-9738)

2018-10-18 Thread Vladislav Pyatkov
D.Govoruchin, I tried to correct all your comments and TC in correct state. Please, review my changes. -- Vladislav Pyatkov

[jira] [Created] (IGNITE-9885) Issue in termination of GridWorkerFuture

2018-10-15 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-9885: - Summary: Issue in termination of GridWorkerFuture Key: IGNITE-9885 URL: https://issues.apache.org/jira/browse/IGNITE-9885 Project: Ignite Issue

[jira] [Created] (IGNITE-9738) Client node can suddenly fail on start

2018-09-28 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-9738: - Summary: Client node can suddenly fail on start Key: IGNITE-9738 URL: https://issues.apache.org/jira/browse/IGNITE-9738 Project: Ignite Issue Type

[jira] [Created] (IGNITE-9707) TouchedExpiryPolicy with persistent on atomic cache, update TTL without lock

2018-09-26 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-9707: - Summary: TouchedExpiryPolicy with persistent on atomic cache, update TTL without lock Key: IGNITE-9707 URL: https://issues.apache.org/jira/browse/IGNITE-9707

[jira] [Created] (IGNITE-9448) Change ZooKeeper version to 3.4.13

2018-08-31 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-9448: - Summary: Change ZooKeeper version to 3.4.13 Key: IGNITE-9448 URL: https://issues.apache.org/jira/browse/IGNITE-9448 Project: Ignite Issue Type

[jira] [Created] (IGNITE-8965) Add logs in SegmentReservationStorage on exchange process

2018-07-09 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8965: - Summary: Add logs in SegmentReservationStorage on exchange process Key: IGNITE-8965 URL: https://issues.apache.org/jira/browse/IGNITE-8965 Project: Ignite

[jira] [Created] (IGNITE-8913) Uninformative SQL query cancellation message

2018-07-03 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8913: - Summary: Uninformative SQL query cancellation message Key: IGNITE-8913 URL: https://issues.apache.org/jira/browse/IGNITE-8913 Project: Ignite

[jira] [Created] (IGNITE-8866) Need attempt to upload class until node leave or fail topology by discovery SPI

2018-06-25 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8866: - Summary: Need attempt to upload class until node leave or fail topology by discovery SPI Key: IGNITE-8866 URL: https://issues.apache.org/jira/browse/IGNITE-8866

[jira] [Created] (IGNITE-8829) Some configuration properties of TcpCommunicationSpi does not annotated appropriately

2018-06-19 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8829: - Summary: Some configuration properties of TcpCommunicationSpi does not annotated appropriately Key: IGNITE-8829 URL: https://issues.apache.org/jira/browse/IGNITE-8829

[jira] [Created] (IGNITE-8754) Node outside of baseline does not start when service configured

2018-06-08 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8754: - Summary: Node outside of baseline does not start when service configured Key: IGNITE-8754 URL: https://issues.apache.org/jira/browse/IGNITE-8754 Project

[jira] [Created] (IGNITE-8710) Applying WAL works long time or fail at all, when *.wal files been removed

2018-06-05 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8710: - Summary: Applying WAL works long time or fail at all, when *.wal files been removed Key: IGNITE-8710 URL: https://issues.apache.org/jira/browse/IGNITE-8710

[jira] [Created] (IGNITE-8606) Node hangs on next exchange, when no access to marshaller's folder

2018-05-24 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8606: - Summary: Node hangs on next exchange, when no access to marshaller's folder Key: IGNITE-8606 URL: https://issues.apache.org/jira/browse/IGNITE-8606

[jira] [Created] (IGNITE-8458) AffinityAssigment absorbs a lot of java heap

2018-05-08 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8458: - Summary: AffinityAssigment absorbs a lot of java heap Key: IGNITE-8458 URL: https://issues.apache.org/jira/browse/IGNITE-8458 Project: Ignite

[jira] [Created] (IGNITE-8440) Transaction may hangs on node in PREPARED state

2018-05-04 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8440: - Summary: Transaction may hangs on node in PREPARED state Key: IGNITE-8440 URL: https://issues.apache.org/jira/browse/IGNITE-8440 Project: Ignite

[jira] [Created] (IGNITE-8348) Debug information about discovery messages in TcpDiscoverySpiMBean

2018-04-20 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8348: - Summary: Debug information about discovery messages in TcpDiscoverySpiMBean Key: IGNITE-8348 URL: https://issues.apache.org/jira/browse/IGNITE-8348 Project

[jira] [Created] (IGNITE-8136) Discovery service wrong works if node stopping by segmentation and hangs

2018-04-04 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8136: - Summary: Discovery service wrong works if node stopping by segmentation and hangs Key: IGNITE-8136 URL: https://issues.apache.org/jira/browse/IGNITE-8136

[jira] [Created] (IGNITE-8087) Assertion error in time to rebalancing

2018-03-30 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8087: - Summary: Assertion error in time to rebalancing Key: IGNITE-8087 URL: https://issues.apache.org/jira/browse/IGNITE-8087 Project: Ignite Issue Type

[jira] [Created] (IGNITE-8030) Cluster hangs on deactivation process in time stopping indexed cache

2018-03-23 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8030: - Summary: Cluster hangs on deactivation process in time stopping indexed cache Key: IGNITE-8030 URL: https://issues.apache.org/jira/browse/IGNITE-8030

[jira] [Created] (IGNITE-8021) Destroyed caches can be return to life by restart grid

2018-03-22 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8021: - Summary: Destroyed caches can be return to life by restart grid Key: IGNITE-8021 URL: https://issues.apache.org/jira/browse/IGNITE-8021 Project: Ignite

[jira] [Created] (IGNITE-8006) Starting multiple caches inhibits exchange process on joining node

2018-03-21 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8006: - Summary: Starting multiple caches inhibits exchange process on joining node Key: IGNITE-8006 URL: https://issues.apache.org/jira/browse/IGNITE-8006 Project

[jira] [Created] (IGNITE-7930) Partition map hang in incorrect state when backup filter is assigned

2018-03-13 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-7930: - Summary: Partition map hang in incorrect state when backup filter is assigned Key: IGNITE-7930 URL: https://issues.apache.org/jira/browse/IGNITE-7930

[jira] [Created] (IGNITE-7896) Files of evicted partitions do not removed from disk storage

2018-03-06 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-7896: - Summary: Files of evicted partitions do not removed from disk storage Key: IGNITE-7896 URL: https://issues.apache.org/jira/browse/IGNITE-7896 Project

[jira] [Created] (IGNITE-7703) Add a method gets caches in batch

2018-02-14 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-7703: - Summary: Add a method gets caches in batch Key: IGNITE-7703 URL: https://issues.apache.org/jira/browse/IGNITE-7703 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-6991) SharedDeploymentTest.testDeploymentFromSecondAndThird Test fails in 100 percentage cases

2017-11-22 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-6991: - Summary: SharedDeploymentTest.testDeploymentFromSecondAndThird Test fails in 100 percentage cases Key: IGNITE-6991 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-6922) Class can not undeploy from grid in some specific cases

2017-11-15 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-6922: - Summary: Class can not undeploy from grid in some specific cases Key: IGNITE-6922 URL: https://issues.apache.org/jira/browse/IGNITE-6922 Project: Ignite

[jira] [Created] (IGNITE-6799) Check of starvation in striped thread pool

2017-10-31 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-6799: - Summary: Check of starvation in striped thread pool Key: IGNITE-6799 URL: https://issues.apache.org/jira/browse/IGNITE-6799 Project: Ignite Issue

Please review it IGNITE-6737

2017-10-27 Thread Vladislav Pyatkov
Hi, I have added PR for this issue: https://issues.apache.org/jira/browse/IGNITE-6737 and this fix passed in TC. This is serious issue witch can loop nodes from cluster. -- Vladislav Pyatkov

[jira] [Created] (IGNITE-6737) GridDeploymentPerVersionStore retries loading class infinitely

2017-10-24 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-6737: - Summary: GridDeploymentPerVersionStore retries loading class infinitely Key: IGNITE-6737 URL: https://issues.apache.org/jira/browse/IGNITE-6737 Project

[jira] [Created] (IGNITE-6589) Encountered incompatible class loaders for cache

2017-10-10 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-6589: - Summary: Encountered incompatible class loaders for cache Key: IGNITE-6589 URL: https://issues.apache.org/jira/browse/IGNITE-6589 Project: Ignite

[jira] [Created] (IGNITE-6579) WAL history does not used when node returns to cluster again

2017-10-09 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-6579: - Summary: WAL history does not used when node returns to cluster again Key: IGNITE-6579 URL: https://issues.apache.org/jira/browse/IGNITE-6579 Project

Re: PRIMARY_SYNC+readFromBackup semantics

2017-10-04 Thread Vladislav Pyatkov
network message from primary node to > local backup, which doesn't make much sense to me and looks like > unnecessary performance overhead. > > Is it possible to update local backup synchronously in this scenario? > > -Val > -- Vladislav Pyatkov

  1   2   >