I have a strange problem in 2.6 jmeter. I have a really simple test plan with couple of http samplers with cache and cookie managers on the thread level. Whenever "Use concurrent pool" is enabled for http samplers, I see the following warnings in the log:
jmeter.protocol.http.sampler.HTTPSamplerBase: Existing CacheManager HTTP Cache Manager superseded by HTTP Cache Manager
jmeter.protocol.http.sampler.HTTPSamplerBase: Existing CookieManager HTTP Cookie Manager superseded by HTTP Cookie Manager
This repeats a huge number of times for each thread and may hang jmeter. But if the "Use concurrent pool" setting is disabled then everything is fine. There are no additional cookie or cache managers on the sampler level. I can not do without Cookie manager's functionality in my test plan.
My test plan looks like this:Test plan
---Thread Group
------Cookie Manager
------Cache Manager
------Response assertion
------HTTP sampler
--------Header Manager
------HTTP sampler
--------Header Manager
------Aggregate report