vtutrinov commented on code in PR #6769:
URL: https://github.com/apache/ozone/pull/6769#discussion_r1629333172
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/views/overview/overview.tsx:
##########
@@ -249,6 +262,8 @@ export class Overview extends
React.Component<Record<string, object>, IOverviewS
</Tooltip>
</div>
const clusterCapacity = `${size(storageReport.capacity -
storageReport.remaining)}/${size(storageReport.capacity)}`;
+ const clusterIsInHaMode = scmServiceId !== null && scmServiceId !==
undefined && scmServiceId !== '' && omServiceId !== null
+ && omServiceId !== undefined && omServiceId !== '';
Review Comment:
the constant was removed and the related check was changed in the required
place (check scmServiceId and omServiceId separately)
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/api/db.json:
##########
@@ -15,7 +15,9 @@
"volumes": 5,
"buckets": 156,
"keys": 253000,
- "keysPendingDeletion": 1000
+ "keysPendingDeletion": 1000,
+ "scmServiceId": "scmservice,",
Review Comment:
fixed
--
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]