[jira] [Updated] (SOLR-2355) simple distrib update processor

2011-06-15 Thread Shalin Shekhar Mangar (JIRA)

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

Shalin Shekhar Mangar updated SOLR-2355:


Component/s: update
 SolrCloud

> simple distrib update processor
> ---
>
> Key: SOLR-2355
> URL: https://issues.apache.org/jira/browse/SOLR-2355
> Project: Solr
>  Issue Type: New Feature
>  Components: SolrCloud, update
>Reporter: Yonik Seeley
>Priority: Minor
> Fix For: 3.3
>
> Attachments: DistributedUpdateProcessorFactory.java, 
> TestDistributedUpdate.java
>
>
> Here's a simple update processor for distributed indexing that I implemented 
> years ago.
> It implements a simple hash(id) MOD nservers and just fails if any servers 
> are down.
> Given the recent activity in distributed indexing, I thought this might be at 
> least a good source for ideas.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-2355) simple distrib update processor

2011-04-08 Thread Mark Miller (JIRA)

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

Mark Miller updated SOLR-2355:
--

Fix Version/s: 4.0
   3.2

One thing we should probably address is the brittle cmd cloning. I don't like 
clone methods in general - but if we are going to do it in core code, better to 
put the clone in the cmd and be a bit less brittle.


> simple distrib update processor
> ---
>
> Key: SOLR-2355
> URL: https://issues.apache.org/jira/browse/SOLR-2355
> Project: Solr
>  Issue Type: New Feature
>Reporter: Yonik Seeley
>Priority: Minor
> Fix For: 3.2, 4.0
>
> Attachments: DistributedUpdateProcessorFactory.java, 
> TestDistributedUpdate.java
>
>
> Here's a simple update processor for distributed indexing that I implemented 
> years ago.
> It implements a simple hash(id) MOD nservers and just fails if any servers 
> are down.
> Given the recent activity in distributed indexing, I thought this might be at 
> least a good source for ideas.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] Updated: (SOLR-2355) simple distrib update processor

2011-02-09 Thread Yonik Seeley (JIRA)

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

Yonik Seeley updated SOLR-2355:
---

Attachment: TestDistributedUpdate.java
DistributedUpdateProcessorFactory.java

Here's the processor class and the test class (not in patch form, I just pulled 
these files straight from our commercial product).


> simple distrib update processor
> ---
>
> Key: SOLR-2355
> URL: https://issues.apache.org/jira/browse/SOLR-2355
> Project: Solr
>  Issue Type: New Feature
>Reporter: Yonik Seeley
>Priority: Minor
> Attachments: DistributedUpdateProcessorFactory.java, 
> TestDistributedUpdate.java
>
>
> Here's a simple update processor for distributed indexing that I implemented 
> years ago.
> It implements a simple hash(id) MOD nservers and just fails if any servers 
> are down.
> Given the recent activity in distributed indexing, I thought this might be at 
> least a good source for ideas.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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