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/09/18 15:29:00 UTC

[jira] [Commented] (IGNITE-9639) Flaky failure of SqlSystemViewsSelfTest

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

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

GitHub user alex-plekhanov opened a pull request:

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

    IGNITE-9639 Flaky failure of SqlSystemViewsSelfTest

    

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

    $ git pull https://github.com/alex-plekhanov/ignite ignite-9639

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

    https://github.com/apache/ignite/pull/4787.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 #4787
    
----
commit 80715bf1e721e9c72b98d7764d57aff8e0a5570a
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-09-18T15:24:08Z

    IGNITE-9639 Flaky failure of SqlSystemViewsSelfTest

commit b836a154864dbbd2edaaf97c5728a09f0fce4c9a
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-09-18T15:26:10Z

    IGNITE-9639 For TC run

----


> Flaky failure of SqlSystemViewsSelfTest 
> ----------------------------------------
>
>                 Key: IGNITE-9639
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9639
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain, iep-13
>
> SqlSystemViewsSelfTest fails sometimes with the following error:
> {noformat}
> [2018-09-18 08:23:56,275][ERROR][main][root] Test failed.
> javax.cache.CacheException: class org.apache.ignite.IgniteCheckedException: Failed to register MBean for component: org.apache.ignite.internal.processors.cache.CacheLocalMetricsMXBeanImpl@58f7fe1b
>     at org.apache.ignite.internal.processors.cache.GridCacheUtils.convertToCacheException(GridCacheUtils.java:1326)
>     at org.apache.ignite.internal.IgniteKernal.getOrCreateCache(IgniteKernal.java:3161)
>     at org.apache.ignite.internal.processors.query.SqlSystemViewsSelfTest.execSql(SqlSystemViewsSelfTest.java:76)
>     at org.apache.ignite.internal.processors.query.SqlSystemViewsSelfTest.testNodesViews(SqlSystemViewsSelfTest.java:386)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:498)
>     at junit.framework.TestCase.runTest(TestCase.java:176)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:2177)
>     at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:143)
>     at org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:2092)
>     at java.lang.Thread.run(Thread.java:748)
> Caused by: class org.apache.ignite.IgniteCheckedException: Failed to register MBean for component: org.apache.ignite.internal.processors.cache.CacheLocalMetricsMXBeanImpl@58f7fe1b
>     at org.apache.ignite.internal.processors.cache.GridCacheProcessor.registerMbean(GridCacheProcessor.java:4312)
>     at org.apache.ignite.internal.processors.cache.GridCacheProcessor.createCache(GridCacheProcessor.java:1727)
>     at org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheStart(GridCacheProcessor.java:1982)
>     at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.processClientCacheStartRequests(CacheAffinitySharedManager.java:439)
>     at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.processClientCachesChanges(CacheAffinitySharedManager.java:633)
>     at org.apache.ignite.internal.processors.cache.GridCacheProcessor.processCustomExchangeTask(GridCacheProcessor.java:379)
>     at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.processCustomTask(GridCachePartitionExchangeManager.java:2393)
>     at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2529)
>     at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2457)
>     at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>     ... 1 more
> Caused by: javax.management.InstanceAlreadyExistsException: org.apache:clsLdr=5c080ef3,igniteInstanceName=query.SqlSystemViewsSelfTest1,group=default,name="org.apache.ignite.internal.processors.cache.CacheLocalMetricsMXBeanImpl"
>     at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)
>     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)
>     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)
>     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)
>     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
>     at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
>     at org.apache.ignite.internal.util.IgniteUtils.registerMBean(IgniteUtils.java:4614)
>     at org.apache.ignite.internal.util.IgniteUtils.registerMBean(IgniteUtils.java:4585)
>     at org.apache.ignite.internal.processors.cache.GridCacheProcessor.registerMbean(GridCacheProcessor.java:4308)
>     ... 10 more
> {noformat}



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