You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shawn Heisey (JIRA)" <ji...@apache.org> on 2017/12/12 18:58:00 UTC

[jira] [Created] (SOLR-11751) Collections API: Implement collection properties that block Collections API actions

Shawn Heisey created SOLR-11751:
-----------------------------------

             Summary: Collections API:  Implement collection properties that block Collections API actions
                 Key: SOLR-11751
                 URL: https://issues.apache.org/jira/browse/SOLR-11751
             Project: Solr
          Issue Type: New Feature
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrCloud
    Affects Versions: 7.1
            Reporter: Shawn Heisey
            Priority: Minor


[~yriveiro] asked on the mailing list whether we had any ability to prevent a collection from being deleted with a property.

I don't know of any way to do this currently, but it does strike me as useful, so here's the proposal:

Implement some new collection properties, that when set, block certain Collections API actions.

At this time, I'm not even sure that user-modifiable collection-level properties actually exist, so that may need to be implemented before this can be implemented.  It *could* be done with cluster properties, but that seems like a hack.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [jira] [Created] (SOLR-11751) Collections API: Implement collection properties that block Collections API actions

Posted by Erick Erickson <er...@gmail.com>.
Can't get to JIRA right now, but the Collections API MODIFYCOLLECTION
seems right for adding properties

On Tue, Dec 12, 2017 at 10:58 AM, Shawn Heisey (JIRA) <ji...@apache.org> wrote:
> Shawn Heisey created SOLR-11751:
> -----------------------------------
>
>              Summary: Collections API:  Implement collection properties that block Collections API actions
>                  Key: SOLR-11751
>                  URL: https://issues.apache.org/jira/browse/SOLR-11751
>              Project: Solr
>           Issue Type: New Feature
>       Security Level: Public (Default Security Level. Issues are Public)
>           Components: SolrCloud
>     Affects Versions: 7.1
>             Reporter: Shawn Heisey
>             Priority: Minor
>
>
> [~yriveiro] asked on the mailing list whether we had any ability to prevent a collection from being deleted with a property.
>
> I don't know of any way to do this currently, but it does strike me as useful, so here's the proposal:
>
> Implement some new collection properties, that when set, block certain Collections API actions.
>
> At this time, I'm not even sure that user-modifiable collection-level properties actually exist, so that may need to be implemented before this can be implemented.  It *could* be done with cluster properties, but that seems like a hack.
>
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.4.14#64029)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org