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
>
> 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/
>


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();

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/


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 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 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=falseIf
>> your changes can led to this failure(s), please create issue with label
>> MakeTeamCityGreenAgain and assign it to you.If you have fix, please
>> set ticket to PA state and write to dev list fix is readyFor case
>> fix will require some time please mute test and set label Muted_Test to
>> issueIf you know which change caused failure please
>> contact change author directlyIf you don't know which change
>> caused failure please send message to dev list to find
>> outShould you have any questions please contact
>> dpav...@apache.org or write to dev.listBest
>> Regards,MTCGA.BotNotification generated at Fri Jul 13 10:58:57 MSK
>> 2018
>
>


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 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=falseIf
> your changes can led to this failure(s), please create issue with label
> MakeTeamCityGreenAgain and assign it to you.If you have fix, please
> set ticket to PA state and write to dev list fix is readyFor case
> fix will require some time please mute test and set label Muted_Test to
> issueIf you know which change caused failure please
> contact change author directlyIf you don't know which change
> caused failure please send message to dev list to find
> outShould you have any questions please contact
> dpav...@apache.org or write to dev.listBest
> Regards,MTCGA.BotNotification generated at Fri Jul 13 10:58:57 MSK
> 2018


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 
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=falseIf
 your changes can led to this failure(s), please create issue with label 
MakeTeamCityGreenAgain and assign it to you.If you have fix, please set 
ticket to PA state and write to dev list fix is readyFor case fix will 
require some time please mute test and set label Muted_Test to 
issueIf you know which change caused failure please contact 
change author directlyIf you don't know which change caused failure 
please send message to dev list to find outShould you have any 
questions please contact dpav...@apache.org or write to dev.listBest 
Regards,MTCGA.BotNotification generated at Fri Jul 13 10:58:57 MSK 
2018