Print

Print


Hello,

It seems that in 0dddf7219eb79a65 , the default zookeeper port got 
changed. What was the rationale?
----
      parser = OptionParser(usage=usage)
      parser.add_option("-v", dest="verbT", default=40) # default is ERROR
      parser.add_option("-f", dest="logF", default=None)
-    parser.add_option("-c", dest="connI", default = '127.0.0.1:2181')
+    parser.add_option("-c", dest="connI", default = '127.0.0.1:12181')
                        # default for kazoo (single node, local))
      (options, args) = parser.parse_args()
      if options.verbT > 50: options.verbT = 50
----

The default zookeeper port is 2181, so the comment needs to be updated 
(and perhaps indented properly).

Just trying to migrate my setup to a post DM-510 world.

-Daniel

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1