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
As soon as we started to ingest some metadata from Airflow and Spark it fails to load the page. There is only 66 jobs and we are using "airflow" namespace instead of default.
If I go to /events page the UI loads again and if I change the namespace back to default I can load the main/jobs page again.
I wonder if it's related to that some of the event payloads are so big that the events UI fails to load them. There was some prompt that suggested to load it as json file instead.
I see this error in the console with the empty jobs/main page:
react-dom.production.min.js:209 TypeError: Cannot read properties of null (reading 'state')
at Jobs.tsx:121:66
at Array.map ()
at t.render (Jobs.tsx:95:27)
at Fi (react-dom.production.min.js:182:192)
at Pi (react-dom.production.min.js:181:224)
at bc (react-dom.production.min.js:263:490)
at ml (react-dom.production.min.js:246:265)
at ul (react-dom.production.min.js:246:194)
at al (react-dom.production.min.js:239:172)
at react-dom.production.min.js:123:115
The text was updated successfully, but these errors were encountered:
As soon as we started to ingest some metadata from Airflow and Spark it fails to load the page. There is only 66 jobs and we are using "airflow" namespace instead of default.
If I go to /events page the UI loads again and if I change the namespace back to default I can load the main/jobs page again.
I wonder if it's related to that some of the event payloads are so big that the events UI fails to load them. There was some prompt that suggested to load it as json file instead.
I see this error in the console with the empty jobs/main page:
The text was updated successfully, but these errors were encountered: