You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/09/27 11:21:22 UTC

[GitHub] [ozone] rakeshadr commented on pull request #2561: HDDS-5636. Use bucket layout specific DB table in OmMetadataManager:getOpenKeyTable().

rakeshadr commented on pull request #2561:
URL: https://github.com/apache/ozone/pull/2561#issuecomment-927776986


   @aryangupta1998  As BucketLayout is statically defined to BucketLayout.DEFAULT, its writing all the keys to KeyTable. But all the FSO unit tests are expecting to write files/dirs to respective `FileTable/OpenFileTable`. Thats the reason for the unit test failures.
   
   ```
   TestOMRequestUtils.java
   
     public static BucketLayout getBucketLayout() {
       return BucketLayout.DEFAULT;
     }
   ```


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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