Description
Currently, StartRemoteBootstrap runs the entire bootstrap process inside the RPC handler thread. This includes replaying all the operations from the log, which generate trace statements. The RPC trace is then many MB large, and it gets sampled for rpcz, holdnig memory and making /rpcz slow to load.