Re: Review IGNITE-7276 .NET: Enable/disable cache statistics in runtime

2020-03-19 Thread Pavel Tupitsyn
Sure, done! On Thu, Mar 19, 2020 at 12:52 AM Guru Stron wrote: > Hi Pavel, > > Thank you for the review! > > Can you please also look at > https://issues.apache.org/jira/browse/IGNITE-9017? > > On Mon, 17 Feb 2020 at 11:13, Pavel Tupitsyn wrote: > > > Hello Guru, > > > > I'll have a look today,

Re: Review IGNITE-7276 .NET: Enable/disable cache statistics in runtime

2020-03-18 Thread Guru Stron
Hi Pavel, Thank you for the review! Can you please also look at https://issues.apache.org/jira/browse/IGNITE-9017? On Mon, 17 Feb 2020 at 11:13, Pavel Tupitsyn wrote: > Hello Guru, > > I'll have a look today, thank you! > > On Sat, Feb 15, 2020 at 11:33 PM Guru Stron > wrote: > > > Hello, Ign

Re: Review IGNITE-7276 .NET: Enable/disable cache statistics in runtime

2020-02-17 Thread Pavel Tupitsyn
Hello Guru, I'll have a look today, thank you! On Sat, Feb 15, 2020 at 11:33 PM Guru Stron wrote: > Hello, Igniters > > I've been out for some time and wanted to stretch a little bit my > contributor muscles with some newbie tasks. There some changes both to Java > and .NET, can somebody take a

Review IGNITE-7276 .NET: Enable/disable cache statistics in runtime

2020-02-15 Thread Guru Stron
Hello, Igniters I've been out for some time and wanted to stretch a little bit my contributor muscles with some newbie tasks. There some changes both to Java and .NET, can somebody take a quick look please. https://github.com/apache/ignite/pull/7434 Best regards.

[jira] [Created] (IGNITE-7276) .NET: Enable/disable cache statistics in runtime

2017-12-21 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-7276: -- Summary: .NET: Enable/disable cache statistics in runtime Key: IGNITE-7276 URL: https://issues.apache.org/jira/browse/IGNITE-7276 Project: Ignite Issue

Re: Enable/disable cache statistics in runtime

2017-11-30 Thread Anton Vinogradov
Seems, We have to use custom discovery message to are about new nodes that joining grid. On Thu, Nov 30, 2017 at 5:08 AM, Alexey Kuznetsov wrote: > Alex, > > We have such issue in JIRA: https://issues.apache.org/ > jira/browse/IGNITE-369 > I think you can update its description after we agreed

Re: Enable/disable cache statistics in runtime

2017-11-29 Thread Alexey Kuznetsov
Alex, We have such issue in JIRA: https://issues.apache.org/jira/browse/IGNITE-369 I think you can update its description after we agreed on implementation details. -- Alexey Kuznetsov

Re: Enable/disable cache statistics in runtime

2017-11-29 Thread Dmitriy Setrakyan
We cannot use the public API inside of ignite core, but we can definitely broadcast messages whenever appropriate. Discovery SPI should only be used whenever transactionality and ordering need to be enforced, which is not the case here. On Wed, Nov 29, 2017 at 2:21 PM, Alex Plehanov wrote: > Hel

Re: Enable/disable cache statistics in runtime

2017-11-29 Thread Alex Plehanov
Hello, Dmitriy! Is it ok to use broadcast inside ignite-core? I didn't find any usage of broadcast inside ignite, except examples, benchmarks and tests. For now statisticsEnabled is only property, which enable/disable cache JMX metrics. 2017-11-30 0:58 GMT+03:00 Dmitriy Setrakyan : > On Wed, No

Re: Enable/disable cache statistics in runtime

2017-11-29 Thread Dmitriy Setrakyan
On Wed, Nov 29, 2017 at 12:22 PM, Alex Plehanov wrote: > Hello, Igniters! > > We need the ability to enable or disable statistics for caches in runtime. > For now, there is a cache configuration property which seems modifiable in > runtime and this, at first sight, works for local node. But there

Enable/disable cache statistics in runtime

2017-11-29 Thread Alex Plehanov
Hello, Igniters! We need the ability to enable or disable statistics for caches in runtime. For now, there is a cache configuration property which seems modifiable in runtime and this, at first sight, works for local node. But there are no methods to enable or disable statistics for cache cluster