[
https://issues.apache.org/jira/browse/SOLR-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13447731#comment-13447731
]
Yonik Seeley commented on SOLR-3611:
------------------------------------
It looks like the data should be returned by the /zookeeper handler, so it
looks like we just need a fix to the UI.
curl "$URL/zookeeper?detail=true&path=/collections/collection1"
{code}
{"znode":{
"path":"/collections/collection1","prop":{
"version":0,
"aversion":0,
"children_count":2,
"ctime":"Mon Sep 03 15:17:42 EDT 2012 (1346699862200)",
"cversion":2,
"czxid":109,
"dataLength":23,
"ephemeralOwner":0,
"mtime":"Mon Sep 03 15:17:42 EDT 2012 (1346699862200)",
"mzxid":109,
"pzxid":126},
"data":"{\"configName\":\"myconf\"}"},"tree":[{"data":{
{code}
> We do not show ZooKeeper data in the UI for a node that has children.
> ---------------------------------------------------------------------
>
> Key: SOLR-3611
> URL: https://issues.apache.org/jira/browse/SOLR-3611
> Project: Solr
> Issue Type: Bug
> Components: SolrCloud, web gui
> Reporter: Mark Miller
> Priority: Minor
> Fix For: 4.0
>
>
> There is sometimes useful data at these nodes.
> For example, /collections/collection1 will have children nodes, but it also
> has data as well - some json that links the collection to the config name.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]