1. Use parallelStream to speed up tabletReport. 2. Add partitionIdInMemorySet to speed up tabletToInMemory check. 3. Add disable_storage_medium_check to disable storage medium check when user doesn't care what tablet's storage medium is, and remove enable_strict_storage_medium_check config to fix some potential migration task failures. Co-authored-by: caiconghui <caiconghui@xiaomi.com>
# fe-common This module is used to store some common classes of other modules. # spark-dpp This module is Spark DPP program, used for Spark Load function. Depends: fe-common # fe-core This module is the main process module of FE. Depends: fe-common, spark-dpp