Side note: It's quite uncommon to have more than 9 ZK nodes (at least if the ZK is dedicated to Flink alone).
The ZooKeeper docs suggest to add "observers" to scale out ZooKeeper further, not quorum peers, because many quorum peers make ZooKeeper transactions slower (because the quorum that has to reach consensus is larger). On Wed, Mar 22, 2017 at 3:08 PM, Greg Hogan <c...@greghogan.com> wrote: > Kanagaraj, > > None of the server lines are matching since the regex in > start-zookeeper-quorum.sh does not allow for spaces after the equals sign. > ^server\.([0-9])+[[:space:]]*\=([^: \#]+) > > Greg > > On Mar 22, 2017, at 8:49 AM, kanagaraj.vengidas...@verizon.com wrote: > > Hi All, > > We are using flink 1.2 . Unable to add more than one digit in server.x. > when I have more than one digit it is not allowing to start the zookeeper. > What I need to do if I want to keep more servers? > > # ZooKeeper quorum peers > server.0= server1:2888:3888 > server.1= server2:2888:3888 > server.2= server3:2888:3888 > server.3= server4:2888:3888 > server.4= server5:2888:3888 > server.5= server6:2888:3888 > server.6= server7:2888:3888 > server.7= server8:2888:3888 > server.8= server9:2888:3888 > server.9= server10:2888:3888 > #server.10= server11:2888:3888 > #server.11= server12:2888:3888 > > Thanks > Kanagaraj > > >