Currently the bulk of startup time is spent catching up the journal for each master. This is done sequentially for each master, taking at least 5 seconds per master (FileSystemMaster, MetaMaster, BlockMaster, MetricsMaster). There is no dependency between the journal replays, so we could significantly improve startup time by catching each master up in parallel.