Re: Re[2]: IEP-58: Statistics

2020-10-21 Thread Sasha Belyak
t; > > >Follow up > > > >Igniters, > > > >is there any comment to this IEP? > > > >JFYI, IEP is renamed and placed here [1] > > > >[1] > https://cwiki.apache.org/confluence/display/IGNITE/IEP-58%3A+Statistics+for+SQL+query+optimization > > &

IEP-58: Statistics

2020-09-24 Thread Sasha Belyak
Igniters, I'e prepared an IEP [1], please review and let me know what you think. In particular, I'd like to discuss the new subsystem to collect statistics to optimize sql queries execution. [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-58+Statistics

Re: Cluster name

2017-10-11 Thread Sasha Belyak
Cluster name - yes Limit cluster building by cluster name - yes env/system property - no, let's add cluster name to ignite configuration. 2017-10-11 17:08 GMT+07:00 Dmitry Pavlov : > I like this idea too. Some imdg have such feature and allow to limit > cluster building

Re: Monitoring of active transactions

2017-10-06 Thread Sasha Belyak
> source. Then this should be added as a client command both to http-rest > and > > binary-rest endpoints, so the information is available through different > > tools. > > > > Thoughts? > > > > 2017-09-28 13:35 GMT+03:00 Sasha Belyak <rtsfo...@gmail.com>: &g

Re: Monitoring of active transactions

2017-09-28 Thread Sasha Belyak
It's very useful, but I often we need to get list of hang transaction when exchange stopped by some reason and in this case utility, based on client node won't help. I rewrite it as ComputeTask with default constructor, add jar into ignite libs, activate http rest api and now it can be used from

Re: [VOTE] Apache Ignite 2.1.0 RC3

2017-07-20 Thread Sasha Belyak
+1 2017-07-21 5:34 GMT+07:00 Denis Magda : > Igniters, > > Setting off the vote one more time. Hope I’ll be successful this time, > keeping fingers crossed :) > > We have uploaded a 2.1.0 release candidate to > https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc3/ > > Git

HttpRest API with active/inactive/currentState commands

2017-07-17 Thread Sasha Belyak
Hi, I'v made small branch with new http rest api commands to activate, deactivate and check current state of cluster. review link: http://reviews.ignite.apache.org/ignite/review/IGNT-CR-234 apache issue link: https://issues.apache.org/jira/browse/IGNITE-5733 can anyone review this? Best regards,

Add ability to enable and disable rebalancing per-node

2017-05-05 Thread Sasha Belyak
Hi, I have jira ticket https://issues.apache.org/jira/browse/IGNITE-5061 with subj and now I'm trying to understand partition exchange mechanism. As far as I understand, task point is: it need when we have to grow cluster (start few new nodes without partition exchange and enable exchange after we

Using long for configure network timeouts

2017-04-21 Thread Sasha Belyak
Now in ignite configurations in many network related parameters (for example: IgniteConfiguration.netTimeout, TcpDiscoverySpi.socketTimeout, TcpDiscoverySpi.ackTimeout) used long. But network socket using int for socket timeout, so we do simple "(int)timeout" type casting and if timeout value >

IGNITE-4799 MetricsUpdate after each job

2017-04-17 Thread Sasha Belyak
Now IgniteConfiguration.MetricsUpdate now can be: -1 - disabled 0 - collect after each job >0 - collect after specified amount in ms. If we will use this parameter to send metrics - we should remove this options and leave only >0 values available. Should I remove any 0 and -1 mentions in 4799?

Re: Renaming TcpDiscoverySpi.heartbeatsFrequency to TcpDiscoverySpi.metricsUpdateFrequency

2017-04-10 Thread Sasha Belyak
Yakov, I can do replacement "heartbeat" -> "metricsUpdate". Can I get https://issues.apache.org/jira/browse/IGNITE-4799 ? 2017-04-10 14:50 GMT+03:00 Yakov Zhdanov : > Guys, I have finished with initial changes. There were a little bit more > work to do than I originally

Hello Ignite

2017-04-07 Thread Sasha Belyak
Hello Ignite Community! My name is Alexander. I want to contribute to Apache Ignite and want to start with this issue - IGNITE-4927. Any help on this will be appreciated. Can anyone give me an access to Apache Ignite JIRA? My username is sbberkov. Thanks!

Re: Hello everyone

2016-09-13 Thread Sasha Belyak
for all the information about > the development process. > > [1] http://ignite.apache.org/community/contribute.html#contribute > > -Val > > On Tue, Sep 13, 2016 at 7:03 AM, Sasha Belyak <rtsfo...@gmail.com> wrote: > > > Hello Ignite community! > > My n

Hello everyone

2016-09-13 Thread Sasha Belyak
Hello Ignite community! My name is Alexander and I want to contribute to Apache Ignite. I want to start with this issue - IGNITE-1075. This project seems to be interesting for me, because I love projects with server side processing tasks/api development and so on. Thanks.