You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/10/01 06:10:44 UTC

[lucene-solr] branch jira/SOLR-13661 updated (7779be1 -> 8f3b713)

This is an automated email from the ASF dual-hosted git repository.

noble pushed a change to branch jira/SOLR-13661
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 7779be1  SOLR-13661: Changed the blob store to use sha256-<filename> as the blob id instead of just sha256
     add 8f3b713  SOLR-13661:Changed the name of blob-store to 'filestore' . All APIs are updated to reflect this

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/solr/core/CoreContainer.java   |   8 +-
 .../{FsBlobStore.java => DistribFileStore.java}    |  92 +++++++-------
 .../src/java/org/apache/solr/core/PackageBag.java  |  76 +++++++-----
 .../org/apache/solr/core/SolrResourceLoader.java   |  21 ++--
 .../org/apache/solr/handler/admin/ClusterAPI.java  |  17 +--
 .../solr/security/PermissionNameProvider.java      |   4 +-
 .../apache/solr/servlet/SolrDispatchFilter.java    |   2 +-
 .../test/org/apache/solr/handler/TestPackages.java | 138 ++++++++++-----------
 .../cluster.Commands.repository.properties.json    |  17 ---
 .../{cluster.blob.json => cluster.filestore.json}  |   2 +-
 ... cluster.package.Commands.file.properties.json} |   4 +-
 .../cluster.package.Commands.properties.json       |  10 +-
 .../src/resources/apispec/cluster.repository.json  |  27 ----
 ...{node.blob.GET.json => node.filestore.GET.json} |   4 +-
 14 files changed, 194 insertions(+), 228 deletions(-)
 rename solr/core/src/java/org/apache/solr/core/{FsBlobStore.java => DistribFileStore.java} (79%)
 delete mode 100644 solr/solrj/src/resources/apispec/cluster.Commands.repository.properties.json
 rename solr/solrj/src/resources/apispec/{cluster.blob.json => cluster.filestore.json} (66%)
 rename solr/solrj/src/resources/apispec/{cluster.package.Commands.blob.properties.json => cluster.package.Commands.file.properties.json} (61%)
 delete mode 100644 solr/solrj/src/resources/apispec/cluster.repository.json
 rename solr/solrj/src/resources/apispec/{node.blob.GET.json => node.filestore.GET.json} (50%)