Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.13.0
-
None
-
None
-
MapR 6.0 / Apache Drill in Docker
Description
Request to document the possible states returned by Drill API's newer /cluster.json endpoint:
https://drill.apache.org/docs/rest-api-introduction/#get-/cluster.json
Real world output shows an interesting 'state' field which is currently undocumented in the link above, but you can see here:
{ "drillbits" : [ { "address" : "1939919665a9", "userPort" : "31010", "controlPort" : "31011", "dataPort" : "31012", "version" : "1.13.0", "current" : true, "versionMatch" : true, "state" : "ONLINE" } ], "currentVersion" : "1.13.0", "mismatchedVersions" : [ ], "userEncryptionEnabled" : false, "bitEncryptionEnabled" : false, "authEnabled" : false }
Attachments
Issue Links
- relates to
-
DRILL-6407 Document API /status responses, currently only "Running" is shown in docs
- Open