You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/06 06:43:12 UTC

[jira] [Commented] (IGNITE-3023) Rename keyBackups to Backups for performance advices printed out on a node

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

ASF GitHub Bot commented on IGNITE-3023:
----------------------------------------

GitHub user jcfiorenzano opened a pull request:

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

    IGNITE-3023

    Rename keyBackups to Backups for performance advices printed out of a node, due to the name of the property in the configuration file is Backups instead of keyBackups

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

    $ git pull https://github.com/jcfiorenzano/ignite ignite-3023

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

    https://github.com/apache/ignite/pull/691.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 #691
    
----
commit a2845a4d598b24af8f410fa9743705b1dbff58c6
Author: jcfiorenzano <jc...@gmail.com>
Date:   2016-05-05T20:35:01Z

    Merge remote-tracking branch 'refs/remotes/apache/master'

commit caebcb746377505da3d65252243e5d12401bf94a
Author: jcfiorenzano <jc...@gmail.com>
Date:   2016-05-06T06:31:10Z

    Rename keyBackups to Backups for performance advices printed out on a node - Fixes #3023

----


> Rename keyBackups to Backups for performance advices printed out on a node
> --------------------------------------------------------------------------
>
>                 Key: IGNITE-3023
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3023
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.5.0.final
>            Reporter: Sergey Kozlov
>            Assignee: Juan C Fiorenzano
>            Priority: Minor
>              Labels: newbie
>
> The node prints out following message:
> {noformat}
> [16:56:45,431][INFO][main][IgniteKernal]   ^-- Decrease number of backups (set 'keyBackups' to 0)
> {noformat}
> But we use {{backup}} property in configuration file or {{setBackups}} method in java code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)