[GitHub] eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple zk servers

2018-10-29 Thread GitBox
eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple 
zk servers
URL: https://github.com/apache/bookkeeper/issues/1756#issuecomment-433811177
 
 
   In fact the code which translates from the legacy zkServer to the new model 
is
   
https://github.com/apache/bookkeeper/blob/d9444ba143c9cdba4af427afdd9f0b696c1d7683/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/AbstractConfiguration.java#L238
   
   and it simply concatenates:
   - metadata protocol
   - list of zk servers
   - ledgers path
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple zk servers

2018-10-29 Thread GitBox
eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple 
zk servers
URL: https://github.com/apache/bookkeeper/issues/1756#issuecomment-433810757
 
 
   @hiscal2015 metadataServiceUri is available on client as well.
   Are you using directly a client or another application ?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple zk servers

2018-10-29 Thread GitBox
eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple 
zk servers
URL: https://github.com/apache/bookkeeper/issues/1756#issuecomment-433806689
 
 
   This sounds to me as a big problem.
   I have to performs trials and reproduce your case.
   Are you using that config both on bookie and client?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple zk servers

2018-10-28 Thread GitBox
eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple 
zk servers
URL: https://github.com/apache/bookkeeper/issues/1756#issuecomment-433741592
 
 
   @hiscal2015 can you try with my suggested URI?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple zk servers

2018-10-24 Thread GitBox
eolivelli commented on issue #1756: [Question] metadataServiceUri with multiple 
zk servers
URL: https://github.com/apache/bookkeeper/issues/1756#issuecomment-432722341
 
 
   No, it should be like
   zk://server2:port,server2:port/ledgers
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services