Re: [DISCUSS] Ignite Update Checker

2017-10-01 Thread Dmitriy Setrakyan
Denis, I am not sure I understand. We already do have CGI enabled for download.cgi. Is there something else we need? D. On Mon, Oct 2, 2017 at 8:35 AM, Denis Magda wrote: > There is an obstacle. There is no way to execute the script using PHP or > similar sever side language and trigger GA as

Re: [DISCUSS] Ignite Update Checker

2017-10-01 Thread Denis Magda
There is an obstacle. There is no way to execute the script using PHP or similar sever side language and trigger GA as discussed earlier: https://issues.apache.org/jira/browse/INFRA-15182 How else can we tackle this? Denis On Thursday, September 7, 2017, Dmitriy Setrakyan wrote: > I think it i

Re: Persistence per memory policy configuration

2017-10-01 Thread Denis Magda
> On Oct 1, 2017, at 9:49 PM, Dmitriy Setrakyan wrote: > > On Mon, Oct 2, 2017 at 7:46 AM, Denis Magda > wrote: > >> >>> On Oct 1, 2017, at 4:41 AM, Ivan Rakov >> > wrote: >>> >>> 1) You're right. I forgot to include the main flag in >>

Re: welcome

2017-10-01 Thread Denis Magda
Ready, go ahead and update the ticket. — Denis > On Oct 1, 2017, at 8:43 AM, 남정달 wrote: > > Hello Ignite Community! > My name is Joungdal. I want to contribute to Apache Ignite. > > I reported https://issues.apache.org/jira/browse/IGNITE-6531 > I would like to modify that > > My jira id is sk

Re: Persistence per memory policy configuration

2017-10-01 Thread Dmitriy Setrakyan
On Mon, Oct 2, 2017 at 7:46 AM, Denis Magda wrote: > > > On Oct 1, 2017, at 4:41 AM, Ivan Rakov wrote: > > > > 1) You're right. I forgot to include the main flag in > DataRegionConfiguration - *isPersistenceEnabled*. Persistence will be > enabled globally if at least one memory region has this f

Re: Persistence per memory policy configuration

2017-10-01 Thread Denis Magda
> On Oct 1, 2017, at 4:41 AM, Ivan Rakov wrote: > > 1) You're right. I forgot to include the main flag in DataRegionConfiguration > - *isPersistenceEnabled*. Persistence will be enabled globally if at least > one memory region has this flag set. I’m confused. Why the persistence should be ena

Re: Persistence per memory policy configuration

2017-10-01 Thread Dmitriy Setrakyan
I am not sure I like the name "isDefaultDataRegionPersistenceEnabled" - too long. Can we just call it "isDefaultPersistenceEnabled"? D. On Sun, Oct 1, 2017 at 2:41 PM, Ivan Rakov wrote: > Denis, > > 1) You're right. I forgot to include the main flag in > DataRegionConfiguration - *isPersistence

welcome

2017-10-01 Thread 남정달
Hello Ignite Community! My name is Joungdal. I want to contribute to Apache Ignite. I reported https://issues.apache.org/jira/browse/IGNITE-6531 I would like to modify that My jira id is skylark-nam Thanks! A piece of useful information for me Please subscribe to both dev and user lists: ht

Re: Persistence per memory policy configuration

2017-10-01 Thread Ivan Rakov
Vladimir, *DataRegionMetrics* is for former memory metrics. *DataStorageMetrics* will contain metrics about persistence. If DataStorageMetrics is ok, let's go this way. Best Regards, Ivan Rakov On 01.10.2017 15:19, Vladimir Ozerov wrote: We merged memory and persistence on config level. So we

Hello Ignite Community!

2017-10-01 Thread 남정달
Hello Ignite Community! My name is Joungdal. I want to contribute to Apache Ignite. I reported https://issues.apache.org/jira/browse/IGNITE-6531 I would like to modify that My jira id is skylark-nam Thanks! A piece of useful information for me Please subscribe to both dev and user lists: ht

Re: Persistence per memory policy configuration

2017-10-01 Thread Vladimir Ozerov
We merged memory and persistence on config level. So we should merge metrics in the same way. DataRegionMetrics is absolutely normal name, even if it contains only persistence-related stuff at the moment. вс, 1 окт. 2017 г. в 14:41, Ivan Rakov : > Denis, > > 1) You're right. I forgot to include t

[jira] [Created] (IGNITE-6535) Web Console: Set IGNITE_HOME for Web Agent

2017-10-01 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-6535: Summary: Web Console: Set IGNITE_HOME for Web Agent Key: IGNITE-6535 URL: https://issues.apache.org/jira/browse/IGNITE-6535 Project: Ignite Issue Typ

Re: Persistence per memory policy configuration

2017-10-01 Thread Ivan Rakov
Denis, 1) You're right. I forgot to include the main flag in DataRegionConfiguration - *isPersistenceEnabled*. Persistence will be enabled globally if at least one memory region has this flag set. Regarding default data region, I've added *isDefaultDataRegionPersistenceEnabled *to the DataStor