Created by: sneaxiy
Use LOG_FIRST_N(INFO, 1) instead of LOG(INFO) to avoid too many logs when too many ParallelExecutor creates.
LOG_FIRST_N(INFO, 1)
LOG(INFO)
ParallelExecutor