murblanc commented on pull request #1684:
URL: https://github.com/apache/lucene-solr/pull/1684#issuecomment-664048647


   The work orders are the actions decided by the plugin to satisfy a request 
or requests sent by a Collection API command implementation.
   The chain is: Collection API -> command execution builds requests -> plugin 
code running, returns work orders -> collection API command execution executes 
the work orders resulting in cluster state changes and node changes 
(creating/deleting replicas).
   Maybe create collection doesn’t have to be decided by plugin code since it 
has to happen in any case when a new collection is created. It could be added 
by the collection api command itself (but then tricky interaction with the 
cluster state classes given it’s a partially built collection).
   
   Gumi means “elastic” in Hebrew. I’ll change that package name to... what?
   
   I’ll remove the cluster state classes (SolrCollection, Shard, Replica) and 
assume plugins get their view of cluster state elsewhere.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to