Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
Schema-Backlog
Description
The system will print an error log whatever exception it encounters during the execution of a PlanNode.
However, as shown in the picture, the exception may only be caused by a misoperation of a client and it is not worth the attention of the DBA.
Needless to say, too many unecessary error logs may divert the focus during maintenance or debugging. Therefore, I suggest to lower the log level for such exceptions. To be more specific, the log level should depend on the severity of the exceptions.
One more step to go, maybe we can assign a severity level to each exception so that the exception handling can be performed in a more unified way.