Good to hear that you got to the root cause, Viktor! Do you have any suggestions for extra performance/troubleshooting tips/tricks that you had to learn hard way as long as the information was not documented?
- Denis On Fri, Dec 6, 2019 at 4:11 AM Victor <[email protected]> wrote: > Update, > > 1. So there were 2 issues, there was old batch processing app that > periodically ran, that loaded lot of data in memory. Which i think was > causing some memory contention. So i shut that down for me tests. > > 2. Thread dumps showed some odd wait times between 2 get calls. I had > overtly complicated my client. which did a bunch of thing, so i commented > out most of it, kept the load to thread distribution simple. > > With these changes, my get numbers looked good. > > for 10 threads i got about 30k/sec for 500k requests. > for 30 threads i got about 71k/sec for 1M requests. > > Thanks for all the help with troubleshooting this. > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
