Enhancement
Currently we use plan replayer to dump query info manually, which is no convenient if the target plan can't be reproduced stablely.
A proper way to capture the wanted plan replayer info is to register the sql and plan digest in tidb-server, then dump the plan replayer info in any query matches the digest.