Re: one machine that have four network.....

2018-01-16 Thread Jakub Scholz
o > each network card in one machine. Is this feasible? > > > > > -- 原始邮件 -- > 发件人: "猪少爷";; > 发送时间: 2018年1月16日(星期二) 上午10:14 > 收件人: "users"; > > 主题: one machine that have four network. > > > > hi guys,

??????one machine that have four network.....

2018-01-16 Thread ??????
Jakhub: I would like to increase the bandwidth by binding each broke to each network card in one machine. Is this feasible? -- -- ??: "??";; : 2018??1??16??(??) 10:14 ??: "users"; ????: one machine th

Re: one machine that have four network.....

2018-01-16 Thread Svante Karlsson
Even if you bind your socket to an ip of a specific card, when the packet is about to leave your host it hits the routing table and gets routed through the interface with least cost (arbitrary but static since all interfaces have same cost since they are on the same subnet) thus you will not reach

Re: one machine that have four network.....

2018-01-16 Thread Jakub Scholz
Maybe a stupid question ... but if you just want to create a setup with 3 zookeepers and 3 brokers on a single machine you just need to use different port numbers. You do not need separate network interfaces. What are you trying to achieve with the different network interfaces? Regards Jakub On T

one machine that have four network.....

2018-01-15 Thread ??????
hi guys, I have a linux(Centos7) that have four network interface, and i'm tryying to build a pseudo-cluster in this machine. Four cards correspond to four ip??101, 104,105,106), and three brokers config : listeners=xxx.xxx.xxx.104:9090. listeners=xxx.xxx.xxx.105:9091. listeners=xxx