[refactor](status) Refactor status handling in agent task (#11940)

Refactor TaggableLogger
Refactor status handling in agent task:
Unify log format in TaskWorkerPool
Pass Status to the top caller, and replace some OLAPInternalError with more detailed error message Status
Premature return with the opposite condition to reduce indention
This commit is contained in:
plat1ko
2022-08-29 12:06:01 +08:00
committed by GitHub
parent eb3e0b2f7d
commit db07e51cd3
102 changed files with 710 additions and 1253 deletions

View File

@ -24,8 +24,6 @@
#include <cstdio>
#include <string>
#include "util/logging.h"
namespace doris {
std::string space[] = {"", " ", "\t\t\t", "\n\n\n", "\v\v\v", "\f\f\f", "\r\r\r"};