Dmitriy Setrakyan created IGNITE-86:
---------------------------------------
Summary: Need to clean up undeploy messages for caches in verbose
mode
Key: IGNITE-86
URL: https://issues.apache.org/jira/browse/IGNITE-86
Project: Ignite
Issue Type: Improvement
Components: general
Reporter: Dmitriy Setrakyan
Priority: Critical
Fix For: sprint-1
I saw this message in the log:
{code}
[13:38:01,256][WARNING][disco-event-worker-#51%null%][GridCacheDeploymentManager]
<gg-sys-cache>
[13:38:01,257][WARNING][disco-event-worker-#51%null%][GridCacheDeploymentManager]
<gg-sys-cache> Cleared all cache entries for undeployed class loader
[[cacheName=gg-sys-cache, undeployCnt=0, swapUndeployCnt=0,
clsLdr=o.g.g.kernal.managers.deployment.GridDeploymentClassLoader]
{code}
This message should not be printed for the following reasons:
# Undeploy count is 0, so nothing got undeployed
# {{gg-sys-cache}} is a system cache.
# Distributed services stored in {{gg-sys-cache}} do not even support
peer-deployment.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)