You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2018/03/19 03:35:00 UTC

[jira] [Comment Edited] (IGNITE-7940) Visor CMD: Support cache.lostPartitions() and ignite.resetLostPartitions().

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

Vasiliy Sisko edited comment on IGNITE-7940 at 3/19/18 3:34 AM:
----------------------------------------------------------------

Implemented cache -slp and cache -rlp commands for show and reset lost partitions for cache.
To reproduce: 
# Run 2 or more nodes. 
# Create cache with config:
{code}
<bean class="org.apache.ignite.configuration.CacheConfiguration">
    <property name="name" value="LostPartitions"/>
    <property name="cacheMode" value="PARTITIONED"/>
    <property name="backups" value="0"/>
    <property name="partitionLossPolicy" value="READ_ONLY_SAFE"/>
</bean>
{code}
# Put some data into cache
# Stop node with data in cache


was (Author: vsisko):
Implemented cache -slp and cache -rlp commands for show and reset lost partitions for cache.

> Visor CMD: Support cache.lostPartitions() and ignite.resetLostPartitions().
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-7940
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7940
>             Project: Ignite
>          Issue Type: Task
>          Components: visor
>            Reporter: Alexey Kuznetsov
>            Assignee: Vasiliy Sisko
>            Priority: Major
>             Fix For: 2.5
>
>
> See: https://apacheignite.readme.io/docs/partition-loss-policies



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