Yakov, I think that our thread pool configuration is getting overly complex. I am reading your reasoning for having both, old and striped thread pools, and even I get confused, even though I have written some of this code myself.
In my view, we should hide most of such configuration intricacies from users, and select an appropriate thread pool for each task ourselves. Will this be possible? D. On Thu, Dec 15, 2016 at 12:16 PM, Yakov Zhdanov <yzhda...@apache.org> wrote: > >In this case users will not be able to perform synchronous cache > operations from compute tasks, right? > > why? you are still free to do this. > > --Yakov >