]
Tristan Tarrant updated ISPN-12146:
-----------------------------------
Status: Open (was: New)
CLI - Stats is not working
--------------------------
Key: ISPN-12146
URL:
https://issues.redhat.com/browse/ISPN-12146
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 11.0.1.Final
Reporter: Gustavo Lira Silva
Assignee: Tristan Tarrant
Priority: Major
Connecting to the server using CLI and running *{{stats}}* is not working, a null message
is appearing
The cache was created with
{code:java}
builder.statistics().enable().remoteCache("my-cache")
.templateName(DefaultTemplate.DIST_SYNC);
{code}