[infinispan-issues] [JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page

Vladimir Blagojevic (JIRA) issues at jboss.org
Wed Apr 19 08:26:00 EDT 2017


    [ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13395085#comment-13395085 ] 

Vladimir Blagojevic edited comment on ISPN-7733 at 4/19/17 8:25 AM:
--------------------------------------------------------------------

[~ryanemerson] Let's fix the current table as is and then we'll introduce the one with dynamic fields for 9.1.x as we upgrade our dependencies. But for now, we can use TotalReads and TotalFailedReads as you suggested. For TotalPuts we can use stores (see below), and TotalFailedWrites has a bit of unclear semantics - we can replace it with some other field?

{code}
 "stores" => {
                "type" => LONG,
                "description" => "The number of cache attribute put operations. May return null if the cache is not started."
            },
{code}


was (Author: vblagojevic):
[~ryanemerson] Let's fix the current table as is and then we'll introduce the one with dynamic fields for 9.1.x as we upgrade our dependencies. But for now, we can use TotalReads and TotalFailedReads as you suggested. For TotalPuts we can use stores (see below), and TotalFailedWrites has a bit of a unclear semantics - we cna replace it with some other field.

{code}
 "stores" => {
                "type" => LONG,
                "description" => "The number of cache attribute put operations. May return null if the cache is not started."
            },
{code}

> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
>                 Key: ISPN-7733
>                 URL: https://issues.jboss.org/browse/ISPN-7733
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Console
>    Affects Versions: 9.0.0.Final
>            Reporter: Vladimir Blagojevic
>            Assignee: Vladimir Blagojevic
>             Fix For: 9.0.1.Final
>
>         Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries                        
> number-of-entries-in-memory              
> average-remove-time                                 
> number-of-locks-available                
> average-replication-time                  
> number-of-locks-held                     
> average-write-time                           
> off-heap-memory-used                     
> passivations                             
> cache-loader-loads                                
> prepares                                 
> cache-loader-misses                                       
> read-write-ratio                       
> cache-loader-stores                                 
> remove-hits                              
> remove-misses                            
> replication-count                        
> replication-failures                     
> rollbacks                                                            
> commits                                                              
> stores                                   
> success-ratio                          
> evictions                                
> hit-ratio                              
> hits 
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list