[jira] [Created] (IGNITE-11631) Server node with PDS and SSL fails on start with NPE

2019-03-26 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11631: --- Summary: Server node with PDS and SSL fails on start with NPE Key: IGNITE-11631 URL: https://issues.apache.org/jira/browse/IGNITE-11631 Project: Ignite

[jira] [Created] (IGNITE-11536) Add information about possible long GC pause to checkpoint started message.

2019-03-13 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11536: --- Summary: Add information about possible long GC pause to checkpoint started message. Key: IGNITE-11536 URL: https://issues.apache.org/jira/browse/IGNITE-11536

[jira] [Created] (IGNITE-11225) Control.sh add ability to fail node manualy

2019-02-06 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11225: --- Summary: Control.sh add ability to fail node manualy Key: IGNITE-11225 URL: https://issues.apache.org/jira/browse/IGNITE-11225 Project: Ignite Issue

[jira] [Created] (IGNITE-11178) TcpDiscovertySpi. Print real wait time for timeout exception.

2019-02-01 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11178: --- Summary: TcpDiscovertySpi. Print real wait time for timeout exception. Key: IGNITE-11178 URL: https://issues.apache.org/jira/browse/IGNITE-11178 Project

[jira] [Created] (IGNITE-11161) ClientCache get by user defined key returns null

2019-01-31 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11161: --- Summary: ClientCache get by user defined key returns null Key: IGNITE-11161 URL: https://issues.apache.org/jira/browse/IGNITE-11161 Project: Ignite

[jira] [Created] (IGNITE-11149) Update default value for IGNITE_DISABLE_WAL_DURING_REBALANCING in javadoc

2019-01-30 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11149: --- Summary: Update default value for IGNITE_DISABLE_WAL_DURING_REBALANCING in javadoc Key: IGNITE-11149 URL: https://issues.apache.org/jira/browse/IGNITE-11149

[jira] [Created] (IGNITE-11147) Dynamic cache start during rebalance leads to start rebalance for all cache groups in case of IGNITE_DISABLE_WAL_DURING_REBALANCING = true

2019-01-30 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11147: --- Summary: Dynamic cache start during rebalance leads to start rebalance for all cache groups in case of IGNITE_DISABLE_WAL_DURING_REBALANCING = true Key: IGNITE-11147 URL

[jira] [Created] (IGNITE-11142) Control.sh should print detailed information about passed transaction.

2019-01-30 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11142: --- Summary: Control.sh should print detailed information about passed transaction. Key: IGNITE-11142 URL: https://issues.apache.org/jira/browse/IGNITE-11142

[jira] [Created] (IGNITE-11092) CacheInterceptor add callbacks for binary objects

2019-01-25 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11092: --- Summary: CacheInterceptor add callbacks for binary objects Key: IGNITE-11092 URL: https://issues.apache.org/jira/browse/IGNITE-11092 Project: Ignite

[jira] [Created] (IGNITE-11077) Add information about SSL cipher suites to apacheignite.readme.io

2019-01-25 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11077: --- Summary: Add information about SSL cipher suites to apacheignite.readme.io Key: IGNITE-11077 URL: https://issues.apache.org/jira/browse/IGNITE-11077 Project

[jira] [Created] (IGNITE-11076) Add documentation for control.sh idle_verify --exclude-caches

2019-01-25 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11076: --- Summary: Add documentation for control.sh idle_verify --exclude-caches Key: IGNITE-11076 URL: https://issues.apache.org/jira/browse/IGNITE-11076 Project

Re: CacheInterceptor ClassCastException in case of cache was updated from thin java client

2019-01-25 Thread Sergey Antonov
”. > > > > > > If there is an inconsistency between thick and thin clients it should > be > > > eliminated. I do not see a reason why behavior should be different. > > > > > > If something is a good thing but it is not intuitive it could be > > >

Re: CacheInterceptor ClassCastException in case of cache was updated from thin java client

2019-01-24 Thread Sergey Antonov
I think it's bad idea. This contract nowhere defined and it's not clear for users. чт, 24 янв. 2019 г. в 17:18, Pavel Tupitsyn : > Yes > > On Thu, Jan 24, 2019 at 5:15 PM Sergey Antonov > wrote: > > > Pavel, > > > > "Leave it as is, use instanceof."

Re: CacheInterceptor ClassCastException in case of cache was updated from thin java client

2019-01-24 Thread Sergey Antonov
is - you can get anything, BinaryObject or any user class, so be > prepared. > Good example of older API is CacheEvent, which actually has oldValue() and > newValue() as Object. > > Igniters, any other thoughts? > > > On Thu, Jan 24, 2019 at 2:16 PM Sergey Antonov > wro

[jira] [Created] (IGNITE-11060) Add documentation about CacheInterceptor.

2019-01-24 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11060: --- Summary: Add documentation about CacheInterceptor. Key: IGNITE-11060 URL: https://issues.apache.org/jira/browse/IGNITE-11060 Project: Ignite Issue

Re: CacheInterceptor ClassCastException in case of cache was updated from thin java client

2019-01-24 Thread Sergey Antonov
ere. > withKeepBinary() call is valid and should not depend on Interceptor > presence or implementation. > > On Thu, Jan 24, 2019 at 1:17 PM Sergey Antonov > wrote: > > > Hi, Pavel, > > > > "Interceptor should support both modes, binary or not. Any code ca

Re: CacheInterceptor ClassCastException in case of cache was updated from thin java client

2019-01-24 Thread Sergey Antonov
9 г. в 13:16, Sergey Antonov : > Hi, Pavel, > > "Interceptor should support both modes, binary or not. Any code can call > withKeepBinary(), this should be expected. > Just add if (x instanceof BinaryObject) and go from there. " > I don't agree. The cache interc

Re: CacheInterceptor ClassCastException in case of cache was updated from thin java client

2019-01-24 Thread Sergey Antonov
most cases you don't have classes on the server, so binary > mode is the only way. > > Interceptor should support both modes, binary or not. Any code can call > withKeepBinary(), this should be expected. > Just add if (x instanceof BinaryObject) and go from there. > > Thanks, >

Re: CacheInterceptor ClassCastException in case of cache was updated from thin java client

2019-01-24 Thread Sergey Antonov
I did a little investigation. In o.a.i.i.p.p.c.c.ClientCacheRequest#cache() enforced cache with keep binary. Why we should always work binary objects? чт, 24 янв. 2019 г. в 12:29, Sergey Antonov : > Hello, Igniters! > > I have ignite node with configured cache. The cache have cache >

CacheInterceptor ClassCastException in case of cache was updated from thin java client

2019-01-24 Thread Sergey Antonov
ticket with reproducer [1]. [1] https://issues.apache.org/jira/browse/IGNITE-10789 -- BR, Sergey Antonov

Re: [DISCUSSION] Control.sh global rework in apache ignite 3.0

2019-01-24 Thread Sergey Antonov
ing this, moving CommandHandler from ignite-core to > > > > ignite-control-utility > > > > doesn't look that bad. It doesn’t differ to much from any other > change > > > > that removes or renames a class. > > > > There could be required changes with a

Re: [DISCUSSION] Control.sh global rework in apache ignite 3.0

2019-01-23 Thread Sergey Antonov
es are > internal and unlikely to be used in the wild. > On paper it’s an incompatible change, of course, but I think in this case > it’s fine. > > My 2 cents, > Stan > > From: Sergey Antonov > Sent: 23 января 2019 г. 17:10 > To: dev@ignite.apache.org > Subject: [DISC

Re: My first ticket (IGNITE-10742) completed

2019-01-23 Thread Sergey Antonov
in patch > avaliable status. Could someone review my changes? > > BR, Ramil Timerbaev > -- BR, Sergey Antonov

[jira] [Created] (IGNITE-11047) Control.sh replace extendable class for TaskArg classes from VisorDataTransferObject to IgniteDataTransferObject

2019-01-23 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11047: --- Summary: Control.sh replace extendable class for TaskArg classes from VisorDataTransferObject to IgniteDataTransferObject Key: IGNITE-11047 URL: https://issues.apache.org

[DISCUSSION] Control.sh global rework in apache ignite 3.0

2019-01-23 Thread Sergey Antonov
://commons.apache.org/proper/commons-cli/ [4] https://issues.apache.org/jira/browse/IGNITE-10826 [5] https://issues.apache.org/jira/browse/IGNITE-11047 -- BR, Sergey Antonov

[jira] [Created] (IGNITE-11046) Move control.sh utility to separate module

2019-01-23 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11046: --- Summary: Move control.sh utility to separate module Key: IGNITE-11046 URL: https://issues.apache.org/jira/browse/IGNITE-11046 Project: Ignite Issue

[jira] [Created] (IGNITE-11045) Rework control.sh utility

2019-01-23 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-11045: --- Summary: Rework control.sh utility Key: IGNITE-11045 URL: https://issues.apache.org/jira/browse/IGNITE-11045 Project: Ignite Issue Type: Improvement

Re: Options naming format in control.sh utility.

2019-01-22 Thread Sergey Antonov
Igniters, what do you think about this topic? пт, 11 янв. 2019 г. в 14:17, Sergey Antonov : > Sergey, > > Not quite, I meant: > - boolean argument: *--word1-word2* > - single value argument *--word1-word2 value* > - multiple values argument *--word1-word2 value1,value2* >

[jira] [Created] (IGNITE-10984) Remove IGNITE_DISABLE_TRIGGERING_CACHE_INTERCEPTOR_ON_CONFLICT option

2019-01-18 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10984: --- Summary: Remove IGNITE_DISABLE_TRIGGERING_CACHE_INTERCEPTOR_ON_CONFLICT option Key: IGNITE-10984 URL: https://issues.apache.org/jira/browse/IGNITE-10984

[jira] [Created] (IGNITE-10979) Add documentation for control.sh idle_verify --check-crc

2019-01-18 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10979: --- Summary: Add documentation for control.sh idle_verify --check-crc Key: IGNITE-10979 URL: https://issues.apache.org/jira/browse/IGNITE-10979 Project: Ignite

[jira] [Created] (IGNITE-10932) Remove inheritance between VisorIdleVerifyTaskArg and VisorIdleVerifyDumpTaskArg

2019-01-14 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10932: --- Summary: Remove inheritance between VisorIdleVerifyTaskArg and VisorIdleVerifyDumpTaskArg Key: IGNITE-10932 URL: https://issues.apache.org/jira/browse/IGNITE-10932

Re: Options naming format in control.sh utility.

2019-01-11 Thread Sergey Antonov
mean following (?): > - boolean argument: *--word1-word2* > - single value argument *--word1-word2=value* > - multiple values argument *--word1-word2=value1 --word1-word2=value2* > > > On Fri, Jan 11, 2019 at 2:05 PM Sergey Antonov > wrote: > > > Hi, Igniters! >

Options naming format in control.sh utility.

2019-01-11 Thread Sergey Antonov
to --exclude-caches and define format for future options. How about linux like format i.e. --word1-word2? -- BR, Sergey Antonov

[jira] [Created] (IGNITE-10826) Control.sh add logging to file

2018-12-26 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10826: --- Summary: Control.sh add logging to file Key: IGNITE-10826 URL: https://issues.apache.org/jira/browse/IGNITE-10826 Project: Ignite Issue Type

[jira] [Created] (IGNITE-10801) Update H2 verstion to 1.4.198

2018-12-24 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10801: --- Summary: Update H2 verstion to 1.4.198 Key: IGNITE-10801 URL: https://issues.apache.org/jira/browse/IGNITE-10801 Project: Ignite Issue Type

[jira] [Created] (IGNITE-10790) Control.sh add ability to check tx on deadlock

2018-12-21 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10790: --- Summary: Control.sh add ability to check tx on deadlock Key: IGNITE-10790 URL: https://issues.apache.org/jira/browse/IGNITE-10790 Project: Ignite

[jira] [Created] (IGNITE-10789) CacheInterceptor on server node get BinaryObject if put was invoked by ClientCache.

2018-12-21 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10789: --- Summary: CacheInterceptor on server node get BinaryObject if put was invoked by ClientCache. Key: IGNITE-10789 URL: https://issues.apache.org/jira/browse/IGNITE-10789

[jira] [Created] (IGNITE-10780) control.sh add ability to get tx state change history

2018-12-21 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10780: --- Summary: control.sh add ability to get tx state change history Key: IGNITE-10780 URL: https://issues.apache.org/jira/browse/IGNITE-10780 Project: Ignite

[jira] [Created] (IGNITE-10761) GridCacheProcessor should add info about cache in excecption message, if applicable.

2018-12-20 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10761: --- Summary: GridCacheProcessor should add info about cache in excecption message, if applicable. Key: IGNITE-10761 URL: https://issues.apache.org/jira/browse/IGNITE-10761

[jira] [Created] (IGNITE-10742) Replace java.io.Console to GridConsole

2018-12-19 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10742: --- Summary: Replace java.io.Console to GridConsole Key: IGNITE-10742 URL: https://issues.apache.org/jira/browse/IGNITE-10742 Project: Ignite Issue Type

[jira] [Created] (IGNITE-10740) Add documentation for IGNITE_DISABLE_TRIGGERING_CACHE_INTERCEPTOR_ON_CONFLICT

2018-12-19 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10740: --- Summary: Add documentation for IGNITE_DISABLE_TRIGGERING_CACHE_INTERCEPTOR_ON_CONFLICT Key: IGNITE-10740 URL: https://issues.apache.org/jira/browse/IGNITE-10740

[jira] [Created] (IGNITE-10712) Control.sh add ability to get cluster metrics

2018-12-17 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10712: --- Summary: Control.sh add ability to get cluster metrics Key: IGNITE-10712 URL: https://issues.apache.org/jira/browse/IGNITE-10712 Project: Ignite Issue

[jira] [Created] (IGNITE-10699) Update documentation for control.sh

2018-12-14 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10699: --- Summary: Update documentation for control.sh Key: IGNITE-10699 URL: https://issues.apache.org/jira/browse/IGNITE-10699 Project: Ignite Issue Type

[jira] [Created] (IGNITE-10649) Add documentation for control.sh about SSL

2018-12-12 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10649: --- Summary: Add documentation for control.sh about SSL Key: IGNITE-10649 URL: https://issues.apache.org/jira/browse/IGNITE-10649 Project: Ignite Issue

[jira] [Created] (IGNITE-10507) VisorIdleVerifyTask should return exceptions from all nodes if they are occured

2018-12-03 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10507: --- Summary: VisorIdleVerifyTask should return exceptions from all nodes if they are occured Key: IGNITE-10507 URL: https://issues.apache.org/jira/browse/IGNITE-10507

[jira] [Created] (IGNITE-10427) GridClusterStateProcessor#changeGlobalState0() should wrap future before sending ChangeGlobalStateMessage

2018-11-27 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10427: --- Summary: GridClusterStateProcessor#changeGlobalState0() should wrap future before sending ChangeGlobalStateMessage Key: IGNITE-10427 URL: https://issues.apache.org/jira

[jira] [Created] (IGNITE-10399) Fix inspection failures

2018-11-24 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10399: --- Summary: Fix inspection failures Key: IGNITE-10399 URL: https://issues.apache.org/jira/browse/IGNITE-10399 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-10384) Stop caches in parallel

2018-11-22 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10384: --- Summary: Stop caches in parallel Key: IGNITE-10384 URL: https://issues.apache.org/jira/browse/IGNITE-10384 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-10281) Log to file all jars in classpath on start node.

2018-11-15 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10281: --- Summary: Log to file all jars in classpath on start node. Key: IGNITE-10281 URL: https://issues.apache.org/jira/browse/IGNITE-10281 Project: Ignite

[jira] [Created] (IGNITE-10279) Control.sh utility unify options naming format

2018-11-15 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10279: --- Summary: Control.sh utility unify options naming format Key: IGNITE-10279 URL: https://issues.apache.org/jira/browse/IGNITE-10279 Project: Ignite

[jira] [Created] (IGNITE-10258) control.sh: make optional parameters order irrelevant

2018-11-14 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10258: --- Summary: control.sh: make optional parameters order irrelevant Key: IGNITE-10258 URL: https://issues.apache.org/jira/browse/IGNITE-10258 Project: Ignite

[jira] [Created] (IGNITE-10257) Control.sh utility should request a SSL keystore password and SSL truststore password if necessary

2018-11-14 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10257: --- Summary: Control.sh utility should request a SSL keystore password and SSL truststore password if necessary Key: IGNITE-10257 URL: https://issues.apache.org/jira/browse

[jira] [Created] (IGNITE-10233) GridAffinityAssignmentCache#cachedAffinity() should not check topology version in assertion, if cluster not activated.

2018-11-13 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10233: --- Summary: GridAffinityAssignmentCache#cachedAffinity() should not check topology version in assertion, if cluster not activated. Key: IGNITE-10233 URL: https

[jira] [Created] (IGNITE-10218) Detecting lost partitions PME phase triggered twice on coordinator

2018-11-12 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10218: --- Summary: Detecting lost partitions PME phase triggered twice on coordinator Key: IGNITE-10218 URL: https://issues.apache.org/jira/browse/IGNITE-10218 Project

[jira] [Created] (IGNITE-10212) Add information about topology version in all messages related with PME

2018-11-11 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10212: --- Summary: Add information about topology version in all messages related with PME Key: IGNITE-10212 URL: https://issues.apache.org/jira/browse/IGNITE-10212

[jira] [Created] (IGNITE-10130) Add option to API for disable triggering cache interceptor.

2018-11-02 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10130: --- Summary: Add option to API for disable triggering cache interceptor. Key: IGNITE-10130 URL: https://issues.apache.org/jira/browse/IGNITE-10130 Project: Ignite

[jira] [Created] (IGNITE-10113) Failure during build index isn't handled by failure handler

2018-11-01 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10113: --- Summary: Failure during build index isn't handled by failure handler Key: IGNITE-10113 URL: https://issues.apache.org/jira/browse/IGNITE-10113 Project: Ignite

Re: Code inspection

2018-10-26 Thread Sergey Antonov
t; > > > > added by them. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Also, I've taken Alexey's inspection file as an example, > > I’ve > > > > > > > > > > > > checked > > > > > > > what > > > > > > > > > > we already discussed > > > > > > > > > > previously (e.g. `Anonymous class can be converted to > > lambda` > > > > > > > > > > should > > > > > > > be > > > > > > > > > > disabled by default) > > > > > > > > > > and added these additional rules to it: > > > > > > > > > > - General | Line is longer than allowed by code style > > > > > > > > > > - Java | Code maturity | Call to 'printStackTrace()' > > > > > > > > > > - Java | Code style issues | Unnecessary 'null' check > > before > > > > > > > > > > > > > > 'equals()' > > > > > > > > > > call > > > > > > > > > > > > > > > > > > > > If we decide to proceed I will attach this file to JIRA. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > [1] > > https://www.jetbrains.com/help/idea/code-inspection.html > > > > > > > > > > [2] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_InspectionsCore=buildTypeStatusDiv_IgniteTests24Java8=pull%2F3710%2Fhead > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Tue, 14 Aug 2018 at 16:19 Dmitriy Pavlov < > > > > > > > > > > dpavlov@gmail.com> > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > Hi Dmitriy Govoruknin, > > > > > > > > > > > > > > > > > > > > > > It seems there is a lack of volunteers to apply code > > > > > > > > inspections > > > > > > to > > > > > > > our > > > > > > > > > > CI > > > > > > > > > > > & patch submission process. Probably we could come back > > to > > > > > > > > your > > > > > > > > > > > initial idea about setting up inspection locally. > > > > > > > > > > > > > > > > > > > > > > Could you commit or share your IDEA inspection > settings? > > I > > > > > > > > could > > > > > > > apply > > > > > > > > > > it > > > > > > > > > > > at least on my machine and remove odd warning types one > > by > > > > > > > > one. > > > > > > > What do > > > > > > > > > > you > > > > > > > > > > > think? > > > > > > > > > > > > > > > > > > > > > > Sincerely, > > > > > > > > > > > Dmitriy Pavlov > > > > > > > > > > > > > > > > > > > > > > сб, 4 авг. 2018 г. в 1:22, Dmitriy Pavlov < > > > > > > > > > > dpavlov@gmail.com > > > > > > > : > > > > > > > > > > > > > > > > > > > > > > > Ideally, I should not asking for people to solve > > something > > > > > > > > for > > > > > > me. > > > > > > > > > > > > > > > > > > > > > > > > I just want this idea did not disappear from our > radar. > > > > > > > > > > > > > > > > > > > > > > > > пт, 3 авг. 2018 г. в 23:47, Dmitriy Setrakyan < > > > > > > > > > > > > > > dsetrak...@apache.org > > > > > > > > > > > : > > > > > > > > > > > > > > > > > > > > > > > > > On Fri, Aug 3, 2018 at 7:49 AM, Dmitriy Pavlov < > > > > > > > > > > > > > > > > > > > > dpavlov@gmail.com> > > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I understand it is not so Apache-way from my side > > to ask > > > > > > > > > > > > > > > > > > > > volunteers to > > > > > > > > > > > > > do > > > > > > > > > > > > > > some things (instead of contributing it by > myself). > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Dmitriy, I am not sure why you feel this is not the > > Apache > > > > > > > > > > way. > > > > > > > No > > > > > > > > > > one > > > > > > > > > > > can > > > > > > > > > > > > > do everything themselves. You should absolutely > keep > > > > > > > > > > > > recruiting > > > > > > > more > > > > > > > > > > > > > volunteers from the community. > > > > > > > > > > > > > > > > > > > > > > > > > > D. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > -- > > > > > > > > > > Maxim Muzafarov > > > > > > > > > > > > > > > > > > > > -- > > > > > -- > > > > > Maxim Muzafarov > > > > > > > > -- > -- > Maxim Muzafarov > -- BR, Sergey Antonov

[jira] [Created] (IGNITE-9963) Tests with mvn command invocation failed if path to M2_HOME contains spaces.

2018-10-22 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-9963: -- Summary: Tests with mvn command invocation failed if path to M2_HOME contains spaces. Key: IGNITE-9963 URL: https://issues.apache.org/jira/browse/IGNITE-9963

[jira] [Created] (IGNITE-9931) Fix flaky failures in IgniteTopologyValidatorGridSplitCacheTest

2018-10-18 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-9931: -- Summary: Fix flaky failures in IgniteTopologyValidatorGridSplitCacheTest Key: IGNITE-9931 URL: https://issues.apache.org/jira/browse/IGNITE-9931 Project: Ignite

Re: Abbreviation code-style requirement.

2018-10-17 Thread Sergey Antonov
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ > -- BR, Sergey Antonov

[jira] [Created] (IGNITE-9868) Refactor [GridCachePartitionExchangeManager] Sending Full Message/Full Message creating

2018-10-12 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-9868: -- Summary: Refactor [GridCachePartitionExchangeManager] Sending Full Message/Full Message creating Key: IGNITE-9868 URL: https://issues.apache.org/jira/browse/IGNITE-9868

[jira] [Created] (IGNITE-9856) Add documentation for control.sh --cache config

2018-10-11 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-9856: -- Summary: Add documentation for control.sh --cache config Key: IGNITE-9856 URL: https://issues.apache.org/jira/browse/IGNITE-9856 Project: Ignite Issue

[jira] [Created] (IGNITE-9853) control.sh show more information about cache configuration

2018-10-11 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-9853: -- Summary: control.sh show more information about cache configuration Key: IGNITE-9853 URL: https://issues.apache.org/jira/browse/IGNITE-9853 Project: Ignite

[jira] [Created] (IGNITE-9743) Fix broken link to DML example on https://ignite.apache.org/features/sql.html

2018-09-30 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-9743: -- Summary: Fix broken link to DML example on https://ignite.apache.org/features/sql.html Key: IGNITE-9743 URL: https://issues.apache.org/jira/browse/IGNITE-9743

[jira] [Created] (IGNITE-9674) Double p2p class loading

2018-09-24 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-9674: -- Summary: Double p2p class loading Key: IGNITE-9674 URL: https://issues.apache.org/jira/browse/IGNITE-9674 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-9466) AsyncFileIO may not close channel after method close invocation

2018-09-04 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-9466: -- Summary: AsyncFileIO may not close channel after method close invocation Key: IGNITE-9466 URL: https://issues.apache.org/jira/browse/IGNITE-9466 Project: Ignite

Possible problems with closing AsyncFileIO

2018-09-04 Thread Sergey Antonov
or bug? -- BR, Sergey Antonov

[jira] [Created] (IGNITE-9438) StandaloneWalRecordsIterator file descriptors leak

2018-08-30 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-9438: -- Summary: StandaloneWalRecordsIterator file descriptors leak Key: IGNITE-9438 URL: https://issues.apache.org/jira/browse/IGNITE-9438 Project: Ignite

<    1   2