Hi Ignite Developer,
I am MTCGA.Bot, and I've detected some issue on TeamCity to be addressed. I hope you can help. * New test failure in master GridCacheLifecycleAwareSelfTest.testLifecycleAware https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=7246907407546697403&branch=%3Cdefault%3E&tab=testDetails Changes may led to failure were done by dpavlov http://ci.ignite.apache.org/viewModification.html?modId=825539&personal=false, eduard.shangareev http://ci.ignite.apache.org/viewModification.html?modId=825536&personal=false, kcheng.mvp http://ci.ignite.apache.org/viewModification.html?modId=825531&personal=false, dmitriyff http://ci.ignite.apache.org/viewModification.html?modId=825495&personal=false, alexey.scherbakoff http://ci.ignite.apache.org/viewModification.html?modId=825466&personal=false, anovikov http://ci.ignite.apache.org/viewModification.html?modId=825458&personal=false, akuznetsov http://ci.ignite.apache.org/viewModification.html?modId=825455&personal=false<br><br><ul><li>If your changes can led to this failure(s), please create issue with label MakeTeamCityGreenAgain and assign it to you.<ul><li>If you have fix, please set ticket to PA state and write to dev list fix is ready</li><li>For case fix will require some time please mute test and set label Muted_Test to issue</li></ul></li><li>If you know which change caused failure please contact change author directly</li><li>If you don't know which change caused failure please send message to dev list to find out</li></ul><br>Should you have any questions please contact [hidden email] or write to dev.list<br><br>Best Regards,<br>MTCGA.Bot<br>Notification generated at Fri Jul 13 10:58:57 MSK 2018<br> |
I suspect this change may case this failure:
kcheng.mvp (kcheng.mvp) IGNITE-8776 Eviction policy MBeans are never registered if so I'm going to take a look. пт, 13 июл. 2018 г. в 10:59, <[hidden email]>: > Hi Ignite Developer, > > I am MTCGA.Bot, and I've detected some issue on TeamCity to be addressed. > I hope you can help. > > * New test failure in master > GridCacheLifecycleAwareSelfTest.testLifecycleAware > https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=7246907407546697403&branch=%3Cdefault%3E&tab=testDetails > Changes may led to failure were done by dpavlov > http://ci.ignite.apache.org/viewModification.html?modId=825539&personal=false, > eduard.shangareev > http://ci.ignite.apache.org/viewModification.html?modId=825536&personal=false, > kcheng.mvp > http://ci.ignite.apache.org/viewModification.html?modId=825531&personal=false, > dmitriyff > http://ci.ignite.apache.org/viewModification.html?modId=825495&personal=false, > alexey.scherbakoff > http://ci.ignite.apache.org/viewModification.html?modId=825466&personal=false, > anovikov > http://ci.ignite.apache.org/viewModification.html?modId=825458&personal=false, > akuznetsov > http://ci.ignite.apache.org/viewModification.html?modId=825455&personal=false<br><br><ul><li>If > your changes can led to this failure(s), please create issue with label > MakeTeamCityGreenAgain and assign it to you.<ul><li>If you have fix, please > set ticket to PA state and write to dev list fix is ready</li><li>For case > fix will require some time please mute test and set label Muted_Test to > issue</li></ul></li><li>If you know which change caused failure please > contact change author directly</li><li>If you don't know which change > caused failure please send message to dev list to find > out</li></ul><br>Should you have any questions please contact > [hidden email] or write to dev.list<br><br>Best > Regards,<br>MTCGA.Bot<br>Notification generated at Fri Jul 13 10:58:57 MSK > 2018<br> |
I've created https://issues.apache.org/jira/browse/IGNITE-9005 to fix
Stanislav L. kindly agreed to fix this failure. пт, 13 июл. 2018 г. в 12:09, Dmitry Pavlov <[hidden email]>: > I suspect this change may case this failure: > kcheng.mvp (kcheng.mvp) IGNITE-8776 Eviction policy MBeans are never > registered if > so I'm going to take a look. > > пт, 13 июл. 2018 г. в 10:59, <[hidden email]>: > >> Hi Ignite Developer, >> >> I am MTCGA.Bot, and I've detected some issue on TeamCity to be addressed. >> I hope you can help. >> >> * New test failure in master >> GridCacheLifecycleAwareSelfTest.testLifecycleAware >> https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=7246907407546697403&branch=%3Cdefault%3E&tab=testDetails >> Changes may led to failure were done by dpavlov >> http://ci.ignite.apache.org/viewModification.html?modId=825539&personal=false, >> eduard.shangareev >> http://ci.ignite.apache.org/viewModification.html?modId=825536&personal=false, >> kcheng.mvp >> http://ci.ignite.apache.org/viewModification.html?modId=825531&personal=false, >> dmitriyff >> http://ci.ignite.apache.org/viewModification.html?modId=825495&personal=false, >> alexey.scherbakoff >> http://ci.ignite.apache.org/viewModification.html?modId=825466&personal=false, >> anovikov >> http://ci.ignite.apache.org/viewModification.html?modId=825458&personal=false, >> akuznetsov >> http://ci.ignite.apache.org/viewModification.html?modId=825455&personal=false<br><br><ul><li>If >> your changes can led to this failure(s), please create issue with label >> MakeTeamCityGreenAgain and assign it to you.<ul><li>If you have fix, please >> set ticket to PA state and write to dev list fix is ready</li><li>For case >> fix will require some time please mute test and set label Muted_Test to >> issue</li></ul></li><li>If you know which change caused failure please >> contact change author directly</li><li>If you don't know which change >> caused failure please send message to dev list to find >> out</li></ul><br>Should you have any questions please contact >> [hidden email] or write to dev.list<br><br>Best >> Regards,<br>MTCGA.Bot<br>Notification generated at Fri Jul 13 10:58:57 MSK >> 2018<br> > > |
I checked the source code and found that this issue may be caused by this
line org.apache.ignite.internal.processors.cache.GridCacheProcessor #1452 CacheEvictionManager evictMgr = (nearEnabled || cfg.isOnheapCacheEnabled()) ? new GridCacheEvictionManager() : new CacheOffheapEvictionManager(); as in this case a new CacheOffheapEvictionManager() will return, but this implementation does not do any eviction bean register/unregister, as there are no any policy. are my findings wrong? -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ |
Free forum by Nabble | Edit this page |