jasonosullivan34 commented on code in PR #10577:
URL: https://github.com/apache/ozone/pull/10577#discussion_r3452607282
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/v2/pages/datanodes/datanodes.tsx:
##########
@@ -141,8 +141,8 @@ const Datanodes: React.FC<{}> = () => {
const loadData = () => {
// Trigger both API hooks to refetch data
- decommissionAPI.refetch();
- datanodesAPI.refetch();
+ decommissionAPI.refetch().catch(() => {});
+ datanodesAPI.refetch().catch(() => {});
Review Comment:
Errors were being thrown in the build output. This workaround was already
being used by `modelData.execute()` in assistant.tsx
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]