You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/11/04 17:10:00 UTC

[jira] [Commented] (IMPALA-11703) Make sure the /var/tmp directory has the sticky bit set for Docker builds

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

Joe McDonnell commented on IMPALA-11703:
----------------------------------------

Redhat bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2138434]

[https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3933]

 

> Make sure the /var/tmp directory has the sticky bit set for Docker builds
> -------------------------------------------------------------------------
>
>                 Key: IMPALA-11703
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11703
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 4.2.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Blocker
>
> Recent versions of Redhat UBI7 have shipped without setting the sticky bit on /var/tmp and /tmp. i.e.
> {noformat}
> 7.9-861:
> $ ls -l /var
> drwxrwxrwx  2 root root 4096 Oct 27 13:15 tmp
> 7.9-8291666711770:
> $ ls -l /var
> drwxrwxrwx  2 root root 4096 Oct 25 18:28 tmp
> 7.9-8291665060345:
> $ ls -l /var
> drwxrwxrwt  2 root root 4096 Oct  6 13:02 tmp{noformat}
> Impala checks that the sticky bit is set on /var/tmp and will fail startup if it is not set. We should set the sticky bit in Docker build as a workaround. As a separate item, we can investigate whether the sticky bit is still necessary.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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