Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Pierre RegazzoniPierre RegazzoniReporter
Donald HaggartDonald Haggart(Deactivated)Is this a Regression?
UnknownTriage
UntriagedStory Points
1Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Pierre Regazzoni
Pierre RegazzoniReporter
Donald Haggart
Donald Haggart(Deactivated)Is this a Regression?
Unknown
Triage
Untriaged
Story Points
1
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created June 11, 2022 at 10:19 AM
Updated October 7, 2022 at 8:55 AM
Resolved June 13, 2022 at 11:05 AM
refresh_cluster_map command returns ERROR 199
# /opt/couchbase/bin/cbq -u Administrator -p password -e couchbase://172.23.104.90 Connected to : http://172.23.104.90:8091/. Type Ctrl-D or \QUIT to exit. Path to history file for the shell : /root/.cbq_history cbq> \refresh_cluster_map; ERROR 199 : N1QL: Invalid query service endpoint.
Note that issue above is on first attempt. If I run one query first the refresh_map will work
cbq> select 1; { "requestID": "0937aa90-0f23-4be1-8660-353823f30dab", "signature": { "$1": "number" }, "results": [ { "$1": 1 } ], "status": "success", "metrics": { "elapsedTime": "1.165093ms", "executionTime": "971.268µs", "resultCount": 1, "resultSize": 23, "serviceLoad": 6 }, "profile": { ... "requestTime": "2022-04-19T14:48:09.718-07:00", "servicingHost": "172.23.104.90:8091", ... } } cbq> \refresh_cluster_map; cbq> select 1; { "requestID": "8b7e4cbb-774b-4e04-82e0-33a64a601021", "signature": { "$1": "number" }, "results": [ { "$1": 1 } ], "status": "success", "metrics": { "elapsedTime": "1.115136ms", "executionTime": "912.802µs", "resultCount": 1, "resultSize": 23, "serviceLoad": 6 }, "profile": { ... "requestTime": "2022-04-19T14:48:32.449-07:00", "servicingHost": "172.23.104.92:8091", ... } }