You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Aravindan Vijayan (Jira)" <ji...@apache.org> on 2021/07/21 18:40:00 UTC

[jira] [Commented] (HDDS-5463) [FSO] Recon Container API does not work correctly with FSO

    [ https://issues.apache.org/jira/browse/HDDS-5463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385055#comment-17385055 ] 

Aravindan Vijayan commented on HDDS-5463:
-----------------------------------------

Recon container key mapper task needs to be changed to work with FSO.

> [FSO] Recon Container API does not work correctly with FSO
> ----------------------------------------------------------
>
>                 Key: HDDS-5463
>                 URL: https://issues.apache.org/jira/browse/HDDS-5463
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Yuan Gu
>            Priority: Major
>
> How to reproduce the bug: (on a clean master directory)
>  # Enabled FSO by adding 
> {code:java}
> OZONE-SITE.XML_ozone.om.enable.filesystem.paths=true;
> OZONE-SITE.XML_ozone.om.metadata.layout=PREFIX;{code}
>  to docker-config. Also make sure 
> {code:java}
> OZONE-SITE.XML_ozone.recon.om.snapshot.task.interval.delay=1m{code}
> so no need to wait more than 1 minute.
>  # Updated docker-compose.yaml by setting the x-layout_version to 
> {code:java}
> x-layout_version:
>   &metadata_layout
>   OZONE-SITE.XML_ozone.om.metadata.layout: ${OZONE_OM_METADATA_LAYOUT:-PREFIX}
>   OZONE-SITE.XML_ozone.om.enable.filesystem.paths: ${OZONE_OM_ENABLE_FILESYSTEM_PATHS:-true}
> {code}
>  # run docker-compose, exec into OM CLI when docker is up
>  # Write a key to make container non-zero
>  # Go to
> {code:java}
> http://localhost:9888/api/v1/containers{code}
> and wait for 1 minute.
>  # The container endpoint should not working as expected (still 0).
> cc [~smeng], [~avijayan]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org