Hi Daan you are correct. this check !serviceProviderMap should not be there. I think i introduced this error while merging this fix.
This is Fixed now. Regards, Bharat. On Sep 25, 2013, at 7:26 PM, Daan Hoogland <daan.hoogl...@gmail.com> wrote: > H, > > I am trying to hack at the haproxy.cfg and encountered the following obstacle: > > if (!serviceProviderMap.containsKey(Service.Lb) && > lbServiceCapabilityMap != null && !lbServiceCapabilityMap.isEmpty()) { > maxconn = cmd.getMaxconnections(); > if (maxconn == null) { > > maxconn=Integer.parseInt(_configDao.getValue(Config.NetworkLBHaproxyMaxConn.key())); > } > } > > this means that max-concurrent-connections can only be set if no load > balancer functionality is used. this makes no sense to me as the value > is used in haproxy.cfg > > Anyone has some background on this for me? > > thanks,