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

Jean-Marc Spaggiari commented on HBASE-13091:
---------------------------------------------

Hum. This as already been implement. Howwever, the string is split every 4 
hosts names.
When using FQDNs this can be prettry long.

As an example this is what we have here:
bprodmserver1.ids.abcdefg.net:2181,bprodmserver2.ids.abcdefg.net:2181,bprodrserver1.ids.abcdefg.net:2181,bprodrserver2.ids.abcdefg.net:2181,
bprodrserver3.ids.abcdefg.net:2181 

So we have 3 options, preferred first.
1) We put each ZK server on a line.
2) We split after a specific length. Like, the first coma after the 70th letter 
or something like that.
3) We split after only 2 hosts names to keep that smaller

> Split ZK Quorum on Master WebUI
> -------------------------------
>
>                 Key: HBASE-13091
>                 URL: https://issues.apache.org/jira/browse/HBASE-13091
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 0.98.10.1
>            Reporter: Jean-Marc Spaggiari
>            Assignee: Jean-Marc Spaggiari
>            Priority: Minor
>
> When using ZK servers or more, on the Master WebUI, this create a very large 
> column and so reduce a lot the others, splitting all the lines and creating 
> tall cells
> Splitting the ZK quorum with one per line will make it nicer and easier to 
> read.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to