[ 
https://issues.apache.org/jira/browse/SOLR-13710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ishan Chattopadhyaya updated SOLR-13710:
----------------------------------------
    Description: 
* All jars for packages downloaded are stored in a dir SOLR_HOME/blobs. 
* The file names will be the sha256 hash of the files.
* Before downloading the a jar from a location, it's first checked in the local 
directory
* POST a jar to http://localhost://8983/api/cluster/blob to distibute it in the 
cluster
* A new API end point {{http://localhost://8983/api/node/blob}} will list the 
available jars

example
{code:json}
{
"blob":["e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc",
"79298d7d5c3e60d91154efe7d72f4536eac46698edfa22ab894b85492d562ed4"]
}
{code}
* The jar will be downloadable at 
{{http://localhost://8983/api/node/blob/<sha256>}} 


Design: 
https://docs.google.com/document/d/15b3m3i3NFDKbhkhX_BN0MgvPGZaBj34TKNF2-UNC3U8/edit?ts=5d86a8ad#heading=h.qxgax9a5br5o

  was:
* All jars for packages downloaded are stored in a dir SOLR_HOME/blobs. 
* The file names will be the sha256 hash of the files.
* Before downloading the a jar from a location, it's first checked in the local 
directory
* POST a jar to http://localhost://8983/api/cluster/blob to distibute it in the 
cluster
* A new API end point {{http://localhost://8983/api/node/blob}} will list the 
available jars

example
{code:json}
{
"blob":["e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc",
"79298d7d5c3e60d91154efe7d72f4536eac46698edfa22ab894b85492d562ed4"]
}
{code}
* The jar will be downloadable at 
{{http://localhost://8983/api/node/blob/<sha256>}} 





> FSBlobStore: a new blob store
> -----------------------------
>
>                 Key: SOLR-13710
>                 URL: https://issues.apache.org/jira/browse/SOLR-13710
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> * All jars for packages downloaded are stored in a dir SOLR_HOME/blobs. 
> * The file names will be the sha256 hash of the files.
> * Before downloading the a jar from a location, it's first checked in the 
> local directory
> * POST a jar to http://localhost://8983/api/cluster/blob to distibute it in 
> the cluster
> * A new API end point {{http://localhost://8983/api/node/blob}} will list the 
> available jars
> example
> {code:json}
> {
> "blob":["e1f9e23988c19619402f1040c9251556dcd6e02b9d3e3b966a129ea1be5c70fc",
> "79298d7d5c3e60d91154efe7d72f4536eac46698edfa22ab894b85492d562ed4"]
> }
> {code}
> * The jar will be downloadable at 
> {{http://localhost://8983/api/node/blob/<sha256>}} 
> Design: 
> https://docs.google.com/document/d/15b3m3i3NFDKbhkhX_BN0MgvPGZaBj34TKNF2-UNC3U8/edit?ts=5d86a8ad#heading=h.qxgax9a5br5o



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to