You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2021/09/08 17:47:00 UTC

[jira] [Commented] (IGNITE-12779) Split implementations of Ignite and IgniteMXBean, make behavior of their active(boolean) different

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

Ignite TC Bot commented on IGNITE-12779:
----------------------------------------

{panel:title=Branch: [pull/7531/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/7531/head] Base: [master] : New Tests (3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}PDS 4{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6162382]]
* {color:#013220}IgnitePdsTestSuite4: IgniteClusterActivateDeactivateTestWithPersistenceAndMemoryReuse.testDeactivateMXBean - PASSED{color}

{color:#00008b}PDS 1{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6162379]]
* {color:#013220}IgnitePdsTestSuite: IgniteClusterActivateDeactivateTestWithPersistence.testDeactivateMXBean - PASSED{color}

{color:#00008b}Activate / Deactivate Cluster{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6162313]]
* {color:#013220}IgniteStandByClusterSuite: IgniteClusterActivateDeactivateTest.testDeactivateMXBean - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6170476&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Split implementations of Ignite and IgniteMXBean, make behavior of their active(boolean) different 
> ---------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-12779
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12779
>             Project: Ignite
>          Issue Type: Sub-task
>    Affects Versions: 2.8
>            Reporter: Vladimir Steshin
>            Assignee: Vladimir Steshin
>            Priority: Major
>             Fix For: 2.12
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> To make cluster deactivation through JMX without sudden erasure of in-memory data we should:
> 1) Set IgniteMXBean.active(false) and IgniteMXBean.state("inactive") throwing an exception if deactivation would clear in-memory data.
> 2) Extract IgniteMXBean from IgniteKernal.
> 3) Add IgniteMXBean.state(String, boolean)
> Additionally, as discussed, we should improve comments
> {code:java}
> /** If {@code true}, cluster deactivation will be forced. */
> {code}
> Let's add a link to a full description.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)