[
https://issues.apache.org/jira/browse/SOLR-9441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435982#comment-15435982
]
ASF GitHub Bot commented on SOLR-9441:
--------------------------------------
GitHub user hgadre opened a pull request:
https://github.com/apache/lucene-solr/pull/71
[SOLR-9441] Support configuring umask for HDFS backup repository.
Please refer to following document for details
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hgadre/lucene-solr SOLR-9441_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/71.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #71
----
commit 5a3f91497dfcc97e89471f2b7b2e9ac237a1f6e4
Author: Hrishikesh Gadre <[email protected]>
Date: 2016-08-24T23:51:27Z
[SOLR-9441] Support configuring umask for HDFS backup repository.
----
> Solr collection backup on HDFS can only be manipulated by the Solr process
> owner
> --------------------------------------------------------------------------------
>
> Key: SOLR-9441
> URL: https://issues.apache.org/jira/browse/SOLR-9441
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Affects Versions: trunk
> Reporter: Hrishikesh Gadre
>
> When we backup Solr collection using HDFS backup repository, the backup
> folder (and the files) are created with permissions 755 (i.e. only solr
> process owner can delete/move the backup folder). This is inconvenient from
> user perspective since the backup is essentially a full-copy of the Solr
> collection and hence manipulating it doesn't affect the Solr collection state
> in any way.
> We should provide an option by which we can enable other users to manipulate
> the backup folders.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]