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
Avoid color info in response of /dag_stats & /task_stats (apache#8742)
* Avoid color info in response of /dag_stats & /task_stats
Currently the color for each state is repeatedly appearing
in the response payload of endpoints /dag_stats and /task_stats.
This can be avoided by having the mapping between state and color in the
static file, and map each state into different color at client side after
client receives the necessary info, instead of passing duplicated
color information in the response payload.
This significantly reduces the size of data to be transferred from
server to client.
(cherry-picked from bed1995)
0 commit comments