Re: DataBridge continuously print info message in Integration test

2015-12-01 Thread Gayan Gunarathne
Great.Thanks Akila On Tue, Dec 1, 2015 at 6:57 PM, Akila Ravihansa Perera wrote: > Hi Gayan, > This is because setEnabled method of ThriftStatisticsPublisher calls > init() method which causes receiverGroups array list to accumulate cep/das > nodes. It will try to create connections for each ent

Re: DataBridge continuously print info message in Integration test

2015-12-01 Thread Akila Ravihansa Perera
Hi Gayan, This is because setEnabled method of ThriftStatisticsPublisher calls init() method which causes receiverGroups array list to accumulate cep/das nodes. It will try to create connections for each entry added. Ultimately this could result in a connection flood. I've fixed this in [1]. [1] h

DataBridge continuously print info message in Integration test

2015-11-30 Thread Gayan Gunarathne
I am getting this DataBridge admin connected message continuously during the integration test. Seems thrift data publisher continuously trying to connect to the server.Any thoughts why is that printing continuously? 2015-12-01 10:45:45 INFO {org.wso2.carbon.automation.extensions.servers.utils.Ser