[jira] [Commented] (IGNITE-8827) Disable WAL during apply updates on recovery

2018-07-09 Thread Dmitriy Pavlov (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-8827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16537563#comment-16537563
 ] 

Dmitriy Pavlov commented on IGNITE-8827:


[~DmitriyGovorukhin] could you please avoid empty description tickets. It is 
strongly recommended by How To Contrubute.

Well-filled ticket will be a good example for all newcomers.

> Disable WAL during apply updates on recovery
> 
>
> Key: IGNITE-8827
> URL: https://issues.apache.org/jira/browse/IGNITE-8827
> Project: Ignite
>  Issue Type: Bug
>Reporter: Dmitriy Govorukhin
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Fix For: 2.7
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8827) Disable WAL during apply updates on recovery

2018-07-08 Thread kcheng.mvp (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-8827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16536500#comment-16536500
 ] 

kcheng.mvp commented on IGNITE-8827:


[~DmitriyGovorukhin][~agura][~ilantukh]

Seems the checkin caused a Javadoc error. I have created a ticket 
https://issues.apache.org/jira/browse/IGNITE-8956 for this.

I raised a PR for the fix. please help me do a code review.

> Disable WAL during apply updates on recovery
> 
>
> Key: IGNITE-8827
> URL: https://issues.apache.org/jira/browse/IGNITE-8827
> Project: Ignite
>  Issue Type: Bug
>Reporter: Dmitriy Govorukhin
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Fix For: 2.7
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8827) Disable WAL during apply updates on recovery

2018-07-05 Thread Ilya Lantukh (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-8827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533505#comment-16533505
 ] 

Ilya Lantukh commented on IGNITE-8827:
--

Thanks [~DmitriyGovorukhin], I don't see any other issues.

> Disable WAL during apply updates on recovery
> 
>
> Key: IGNITE-8827
> URL: https://issues.apache.org/jira/browse/IGNITE-8827
> Project: Ignite
>  Issue Type: Bug
>Reporter: Dmitriy Govorukhin
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Fix For: 2.7
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8827) Disable WAL during apply updates on recovery

2018-07-04 Thread Dmitriy Govorukhin (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-8827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16532765#comment-16532765
 ] 

Dmitriy Govorukhin commented on IGNITE-8827:


[~ilantukh] I fixed your comments, please review new version.

> Disable WAL during apply updates on recovery
> 
>
> Key: IGNITE-8827
> URL: https://issues.apache.org/jira/browse/IGNITE-8827
> Project: Ignite
>  Issue Type: Bug
>Reporter: Dmitriy Govorukhin
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Fix For: 2.7
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8827) Disable WAL during apply updates on recovery

2018-07-03 Thread Ilya Lantukh (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-8827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531299#comment-16531299
 ] 

Ilya Lantukh commented on IGNITE-8827:
--

[~DmitriyGovorukhin], thanks for contribution!

I've reviewed your changes. My main concern is regarding architecture - with 
your changes we will have 2 mechanics to temporary disable WAL (in 
WalStateManager and WALDisableContext) that have similar logic, but are 
completely independent with each other. Please check whether it is possible to 
generify this logic into single unit.

> Disable WAL during apply updates on recovery
> 
>
> Key: IGNITE-8827
> URL: https://issues.apache.org/jira/browse/IGNITE-8827
> Project: Ignite
>  Issue Type: Bug
>Reporter: Dmitriy Govorukhin
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Fix For: 2.7
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8827) Disable WAL during apply updates on recovery

2018-06-19 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-8827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16517014#comment-16517014
 ] 

ASF GitHub Bot commented on IGNITE-8827:


GitHub user DmitriyGovorukhin opened a pull request:

https://github.com/apache/ignite/pull/4225

IGNITE-8827 disable WAL logging



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-8827

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/4225.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4225


commit 2250a923330127b2819bf50b4faeb40764f01762
Author: Dmitriy Govorukhin 
Date:   2018-06-19T11:57:48Z

IGNITE-8827 disable WAL logging




> Disable WAL during apply updates on recovery
> 
>
> Key: IGNITE-8827
> URL: https://issues.apache.org/jira/browse/IGNITE-8827
> Project: Ignite
>  Issue Type: Bug
>Reporter: Dmitriy Govorukhin
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Fix For: 2.6
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)