[ 
https://issues.apache.org/jira/browse/SOLR-13569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16872238#comment-16872238
 ] 

Christine Poerschke commented on SOLR-13569:
--------------------------------------------

I like the idea of visually differentiating clusters.

A question about the 
{{-Dsolr.environment=test;label=Functional_test;color=brown}} example in the 
{{solr.in.sh}} file: does the choice of semi-colon as a delimiter give rise to
{code}
-Dsolr.environment=test
{code}
vs.
{code}
-Dsolr.environment=test;label=Functional_test;color=brown
{code}
vs.
{code}
-Dsolr.environment="test;label=Functional_test;color=brown"
{code}
or
{code}
-Dsolr.environment=test\;label=Functional_test\;color=brown
{code}
subtlety i.e. if only the environment is specified then that is that but if 
label and/or color is specified too then quoting or escaping of the semi-colon 
would be required, for the {{solr.in.sh}} file at least; not sure what 
equivalent in the {{solr.in.cmd}} file would be?

> AdminUI visual indication of prod/test/dev environment
> ------------------------------------------------------
>
>                 Key: SOLR-13569
>                 URL: https://issues.apache.org/jira/browse/SOLR-13569
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>            Priority: Major
>         Attachments: Environment-hint.png, prod-example.png, test-example.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> To guard against accidentally changing the wrong cluster, we should add a 
> visual indication in the Admin UI of whether you currently work with a 
> production environment or not, e.g. a red bar on top with an optional 
> environment label, see sketch. The bar could by default be red for 
> production, yellow for test and green for dev.
>  !Environment-hint.png|width=700!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to