jclouds / legacy-jclouds

Home Page:https://jclouds.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deprecate and remove users of ioExecutor

gaul opened this issue · comments

We should not use ioExecutor in 1.6.x and instead submit all Futures on userExecutor. This will make our code more predictable and prevent deadlocks previously seen with userExecutor calling ioExecutor calling userExecutor which has a full queue. Multi-part upload seems like the only remaining caller.