Remove thread-safe acquisition of managers (#1549)This means getManager() is not thread-safe anymoreYou can synchronize the object you call getManager on if you need (commit: 74281e9)