Open apurvam opened 6 years ago
Same issue for us. any news on this @apurvam?
cc @rodesai @vcrfxia we should consider adding this for our operational readiness.
@apurvam How exactly do you recreate this particular error? I'm purposely causing Deserialization Errors in queries and there's enough info from the logs for me to tell what the query is that caused the errors. I'm wondering if it's just this particular error that's being logged poorly.
When exceptions are printed in the log due to failure for a particular query, the stack trace is printed without the query id, like so:
This is not useful when we have multiple concurrent queries as it doesn't help identify the problematic query. All log lines should have the query id as a prefix.