| Summary: | stats command processing doesn't allow command arguments | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 5 | Reporter: | Michal Linhard <mlinhard> |
| Component: | Infinispan | Assignee: | Default User <jbpapp-maint> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | nobody |
| Target Milestone: | --- | ||
| Target Release: | EAP 5.1.0 EDG TP | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/EDG-56 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-11-26 12:05:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Michal Linhard
2010-11-19 14:32:57 UTC
Even though it's not documented (I should do so) stats <args> is basically not implemented due to the following notes in the protocol: "stats <args>\r\n Depending on <args>, various internal data is sent by the server. The kinds of arguments and the data sent are not documented in this vesion of the protocol, and are subject to change for the convenience of memcache developers." Basically, args is internal and hence not documented. So the only format supported should be: stats\r\n So, I'd suggest closing this JIRA and I'll update the docu accordingly. Ok? I see why we don't support stats args. my point is that we should read the whole input "stats <args>\r\n" anyway and report something like "SERVER_ERROR arguments in stats command are not supported\r\n" depending on the argument there will be probably some further erroneous input, but I think we should handle the input in "line mode". Fair point, I'll add a JIRA for that and to update the docu accordingly. Link: Added: This issue depends ISPN-793 |