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 2018/04/11 15:41:00 UTC

[jira] [Commented] (IGNITE-8226) Thousands of warning messages per second in log files.

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

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

GitHub user Jokser opened a pull request:

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

    IGNITE-8226 Logs minor improvement.

    

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

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

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

    https://github.com/apache/ignite/pull/3796.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 #3796
    
----
commit fb9372fde043bd349ab6a1660a1b7dabb7453b46
Author: Pavel Kovalenko <jo...@...>
Date:   2018-04-11T15:25:12Z

    IGNITE-8226 Hide not important warn messages.

----


> Thousands of warning messages per second in log files.
> ------------------------------------------------------
>
>                 Key: IGNITE-8226
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8226
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>            Reporter: Oleg Ostanin
>            Assignee: Pavel Kovalenko
>            Priority: Minor
>             Fix For: 2.5
>
>
> Sometimes I see this message in log file:
> [2018-04-11 15:45:30,999][WARN ][sys-#454] Partition has been scheduled for rebalancing due to outdated update counter [nodeId=bed11708-090f-4e44-a1a7-e3d2b717fcb2, grp=cache_group_5, partId=239, haveHistory=false]
> The problem is that there is about 40000 messages per 2 seconds.
> Also this message:
> [2018-04-11 15:03:39,997][WARN ][sys-#75] Stale update for single partition map update (will ignore) [grp=cache_group_46, exchId=null, curMap=GridDhtPartitionMap [moving=1024, top=AffinityTopologyVersion [topVer=4, minorTopVer=1], updateSeq=6, size=1024], newMap=GridDhtPartitionMap [moving=1024, top=AffinityTopologyVersion [topVer=4, minorTopVer=1], updateSeq=6, size=1024]]
> appears about 10000 times per 2 seconds.
>  
> Can we move this messages to debug level or do something else?



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