You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2020/05/29 00:57:00 UTC

[jira] [Commented] (HBASE-24458) release scripts using docker on mac os should specify needed disk consistency

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

Sean Busbey commented on HBASE-24458:
-------------------------------------

Here's the docs

https://docs.docker.com/docker-for-mac/osxfs-caching/

I think we should assume a single instance and that we only really need to look at the stuff written from the host after the container is done, which sounds like using "delegate" consistency 

If that doesn't speed up enough we can look at running inside a named volume and rsync to the bind mount at the end, but that will get dicey if we have ugly container deaths.

> release scripts using docker on mac os should specify needed disk consistency
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-24458
>                 URL: https://issues.apache.org/jira/browse/HBASE-24458
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Major
>
> reading through existing docs and write ups for Docker Desktop (the dominant docker option for running on OS X machines), it looks like the host-to-container mapping get significant perf gains if we can relax from strict container-host consistency on the filesystem.



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