Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0-beta-2
-
Component/s: couchbase-bucket
-
Security Level: Public
-
Labels:None
Description
Not sure if this is the server sending back the wrong message, or the stats script malforming the commend.
Running this command:
/opt/couchbase/bin/cbstats localhost:11210 vkey pkrug 316
Stats 'vkey pkrug 316' are not available from the requested engine.
In 1.8, it would return "not found" because the request is valid, but the key is not there. In 2.0, something changed and now it doesn't actually recognize the command which leads to confusion with the error response.
Running this command:
/opt/couchbase/bin/cbstats localhost:11210 vkey pkrug 316
Stats 'vkey pkrug 316' are not available from the requested engine.
In 1.8, it would return "not found" because the request is valid, but the key is not there. In 2.0, something changed and now it doesn't actually recognize the command which leads to confusion with the error response.
Please take a look at this issue when you have time. It seems to me that this is the regression from our recent changes in stats key to support the OBSERVE command.