Prudhvi Dhulipalla
Prudhvi Dhulipalla
Just a small update incase if you think ConcurrentLinkedQueue in unbounded , what do you think of using http://javadox.com/org.jctools/jctools-core/1.0/org/jctools/queues/MpscArrayQueue.html from https://github.com/JCTools/JCTools. We tried this queue and it seems to do...
Thanks for the follow up @olivielpeau 1) Sure will send the snippets showing usage to your support email. 2) For the app that I mentioned 80% of the metrics are...
@olivielpeau FYI included snippets for 1) at https://help.datadoghq.com/hc/en-us/requests/278328
Thanks @olivielpeau . Yeah it's the app we maintain so we have access to modify it. Also we have all our java apps in a monorepo and this statsd metrics...
Thanks for the followup @SerCeMan . I have tried MPSC queue with queuesize of 10k and noticed that the single consumer wasn't able to consume fast enough if we have...
Yeah it only has single consumer for now, but suggesting if it could be made multiple consumers so that the queue doesn't fill up and drop messages. We noticed that...
@olivielpeau when using MPSC queue it's still spending 30% CPU instead of 40% CPU (when I searched for yammer in svg) and still having overhead for the application. I will...
Thanks a lot for these improvements @truthbk , we will try these changes. It would be nice to merge in the benchmark tests too.
cc @AndrooHan