[infinispan-issues] [JBoss JIRA] (ISPN-11080) Caches endpoint delete size and add health
Katia Aresti (Jira)
issues at jboss.org
Thu Dec 12 15:01:01 EST 2019
[ https://issues.redhat.com/browse/ISPN-11080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Katia Aresti updated ISPN-11080:
--------------------------------
Sprint: DataGrid Sprint #38
> Caches endpoint delete size and add health
> ------------------------------------------
>
> Key: ISPN-11080
> URL: https://issues.redhat.com/browse/ISPN-11080
> Project: Infinispan
> Issue Type: Feature Request
> Components: Console, REST
> Affects Versions: 10.1.0.CR1
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
> Labels: console, console-ng, rest, rest_api
> Fix For: 10.1.0.Final
>
>
> Instead of calling size at a risk of being a very long operation for all the caches, get the health and display also this information in the console
> [ {
> "status" : "RUNNING",
> "name" : "cache1",
> "type" : "local-cache",
> "simple_cache" : false,
> "transactional" : false,
> "persistent" : false,
> "bounded": false,
> "secured": false,
> "indexed": true,
> "has_remote_backup": true,
> "health":"HEALTHY"
> }, {
> "status" : "RUNNING",
> "name" : "cache2",
> "type" : "distributed-cache",
> "simple_cache" : false,
> "transactional" : true,
> "persistent" : false,
> "bounded": false,
> "secured": false,
> "indexed": true,
> "has_remote_backup": true,
> "health":"HEALTHY"
> }]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list