You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working on an application for a client where we perform a large volume (50-100k/sec) of small reads & writes using NIOFileSystem. As the system gets under stress, around 3000 IOPS, things start stalling and the NIOThreadPool starts building up a massive backlog. It would be great to have a better solution here where we can use NIOFileSystem, but without worrying about massive backlogs in the NIOThreadPool.