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

Jason Gerlowski commented on SOLR-8774:
---------------------------------------

Af first glance, this seems like a feature that would go along way towards 
improving the Blob store's "plugin/jar management" use case, which would be 
great for my team.  Just wanted to ask a few clarifying questions to make sure 
I understand what the JIRA is really proposing though:

Is the goal of this story to allow plugins to be configured without an explicit 
version number (as below), and that those plugins would just fetch the most 
recent version upon being loaded?

{code}
  <requestHandler name="/hello" class="SomeEntryPoint" runtimeLib="true">
  </requestHandler>
{code}

Would this JIRA involve reloading any already-loaded runtime-libs when a new 
jar/blob version is added?  Or is it only about determining the latest version 
for plugins being loaded for the first time?

> Store the latest available version of a blob so that some components can 
> access it w/o version
> ----------------------------------------------------------------------------------------------
>
>                 Key: SOLR-8774
>                 URL: https://issues.apache.org/jira/browse/SOLR-8774
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>
> All blob store access requires the blob name and version. If we store the 
> version and update that doc all the time it will be able to fetch the latest 
> version using realtime get



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to