For fix #4977, we return queryId in master FE when finish query for non master to audit it in #4978. But when the query fail(timeout), the client may not receive the right queryId for audit. In this PR: None master FE send queryId to master for querying; Add more log.
# 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