You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the webserver choosing a JdbcOperator then trying to display the rendered template results in an internal server error. That happens if the sql argument is a list and not a single sql string. The SqlLexer expects a string and calls decode on it... Of course that doesn't work on a list.
@mistercrunch we can fix it, the question is what the rendering result is supposed to be and if we should write a custom (Delegating or something like that) Lexer for this issue.
The text was updated successfully, but these errors were encountered:
* [AIRBNB][DI-3845] Build smart sensor operator
* [DI-3845][addendum]Support infra retry in smart sensor (apache#372)
* [DI-3845][addendum]Group distributed task log by host (apache#373)
* [DI-3845][addendum]Set the end_of_log only logs on all hosts end (apache#381)
Set end_of_log when logs from all know hosts have been fully loaded or
es query has lasted for 5 mins.
This is to fix the issue that sometime a second worker can pick up a running
task and exit after checking dependency. Checking only the end of log mark for
a host with later timestamp may violate the loading of real running worker.
* [DI-3845][addendum]Fix UI empty log return (apache#383)
* [DI-3845][addendum]Raise infra failure without retry for smart sensor (apache#384)
* [DI-3845][addendum]Add query infor for exception log (apache#387)
Apply Black formatting
Apply Black formatting
In the webserver choosing a JdbcOperator then trying to display the rendered template results in an internal server error. That happens if the sql argument is a list and not a single sql string. The SqlLexer expects a string and calls decode on it... Of course that doesn't work on a list.
@mistercrunch we can fix it, the question is what the rendering result is supposed to be and if we should write a custom (Delegating or something like that) Lexer for this issue.
The text was updated successfully, but these errors were encountered: