Re: MTCGA: new failures in builds [1485687] needs to be handled

2018-07-17 Thread Dmitry Pavlov
Hi, Stanislav L. replied in ticket https://issues.apache.org/jira/browse/IGNITE-9005 пн, 16 июл. 2018 г. в 18:15, kcheng.mvp : > I checked the source code and found that this issue may be caused by this > line > > org.apache.ignite.internal.processors.cache.GridCacheProcessor #1452 > >

Re: MTCGA: new failures in builds [1485687] needs to be handled

2018-07-16 Thread kcheng.mvp
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();

Re: MTCGA: new failures in builds [1485687] needs to be handled

2018-07-13 Thread Dmitry Pavlov
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 : > I suspect this change may case this failure: > kcheng.mvp (kcheng.mvp) IGNITE-8776 Eviction policy MBeans are never > registered

Re: MTCGA: new failures in builds [1485687] needs to be handled

2018-07-13 Thread Dmitry Pavlov
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, : > Hi Ignite Developer, > > I am MTCGA.Bot, and I've detected some issue on TeamCity to be addressed. > I

MTCGA: new failures in builds [1485687] needs to be handled

2018-07-13 Thread dpavlov . tasks
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