[
https://issues.apache.org/jira/browse/GEODE-8879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274592#comment-17274592
]
ASF subversion and git services commented on GEODE-8879:
--------------------------------------------------------
Commit 6d54375a31e2ca7945cf50cfdaee934c00907cee in geode's branch
refs/heads/develop from Hale Bales
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=6d54375 ]
GEODE-8879: add error messages for internal commands (#5965)
when internal commands are called directly, they should return a helpful
error message
> Redis: add unknown command response for internal commands
> ---------------------------------------------------------
>
> Key: GEODE-8879
> URL: https://issues.apache.org/jira/browse/GEODE-8879
> Project: Geode
> Issue Type: Improvement
> Components: redis
> Reporter: Helena Bales
> Assignee: Helena Bales
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> We have several of 'internal' commands that are not intended to be executed
> by users. When a user does execute one of these commands the server throws a
> NPE and the response is: `ERR The server had an internal error please try
> again`.
> The reponse should be the normal `ERR unknown command '<command>'...`
--
This message was sent by Atlassian Jira
(v8.3.4#803005)