Description
When creating a 150 tablets table, everything rapidly grinds to a stall because the call to create a tablet has inline calls to the followers while first calling ChangeConfig. This issues 2 RPC calls per tablet, so if enough CreateTablet calls are occupying the service pool threads (default 10) then it deadlocks.
dralves says that ts_tablet_manager should use the same pool it uses for bootstrap to create tablets.