[
https://issues.apache.org/jira/browse/SOLR-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285216#comment-14285216
]
Noble Paul commented on SOLR-6801:
----------------------------------
Actually this commit belonged to SOLR-6787. This ticket has nothing to do with
this failure.
So this reply must go there
BlobHandler works as follows
* find out the latest version in the index now and write a newer version to the
index
* the test verifies if the next version is created .
* When I write to /.system/blob it may go to a replica and if the replica
hasn't got the update yet it can write to an older version and the test
comparison fails
atomic updates are not a solution because we are not updating the same doc.
realtime get is a possible solution .
> Load RequestHandler from blob store
> -----------------------------------
>
> Key: SOLR-6801
> URL: https://issues.apache.org/jira/browse/SOLR-6801
> Project: Solr
> Issue Type: Sub-task
> Reporter: Noble Paul
> Assignee: Noble Paul
> Priority: Blocker
> Fix For: 5.0, Trunk
>
> Attachments: SOLR-6801.patch, SOLR-6801.patch
>
>
> The solrconfig APIs ( SOLR-6607) now allow registering components through
> API. SOLR-6787 will support for blob storage.
> Jars should be able to be loaded from blobs
> example
> {code}
> curl http://localhost:8983/solr/gettingstarted/config -H "Content-Type:
> application/json" -d '{
> "create-requesthandler" : {"name" : "/mypath" ,
>
> "class":"org.apache.solr.handler.DumpRequestHandler",
> "lib" : "mycomponent",
> "version":2}
> }'
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]