[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-05-05 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-9530: --- Attachment: SOLR-9530.patch The solrconfig used in the test has updateLog setting as: {code}

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-05-05 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-9530: --- Attachment: SOLR-9530.patch Ah! That's fault at my part. We made some changes in URPFactory to make

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-05-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-9530: - Description: I'd like to explore the idea of adding a new update processor to help ingest partial

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-04-26 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-9530: --- Attachment: commit()-doesn't-work.png assertU(...)-works.png

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-04-26 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-9530: --- Attachment: SOLR-9530.patch Thank you Erick for the above suggestions, I digged more and used

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-04-25 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-9530: --- Attachment: SOLR-9530.patch Been a while posted a patch with the updates. Following up with Noble's

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-04-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-9530: - Attachment: SOLR-9530.patch added some optimizations to the patch > Add an Atomic Update Processor >

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-03-30 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-9530: --- Attachment: SOLR-9530.patch Updated patch as per Noble's suggestions. > Add an Atomic Update

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-03-20 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-9530: --- Attachment: SOLR-9530.patch Considering Noble's and Ishan's feedback again, removed all unwanted

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-03-13 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-9530: --- Attachment: SOLR-9530.patch Updated the patch with formatting fixes: Please always use

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-03-08 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-9530: --- Attachment: SOLR-9530.patch As per discussion with Noble, Refactored the code to optimise and remove

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-02-28 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-9530: --- Attachment: SOLR-9530.patch Considering Noble's and Ishan's suggestions, cooked up a new patch with

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-02-16 Thread AMRIT SARKAR (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] AMRIT SARKAR updated SOLR-9530: --- Attachment: SOLR-9530.patch > Add an Atomic Update Processor > --- > >

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-02-15 Thread AMRIT SARKAR (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] AMRIT SARKAR updated SOLR-9530: --- Attachment: SOLR-9530.patch Updated Patch: 403 Forbidden error will be thrown if the URP receives

[jira] [Updated] (SOLR-9530) Add an Atomic Update Processor

2017-02-13 Thread AMRIT SARKAR (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] AMRIT SARKAR updated SOLR-9530: --- Attachment: SOLR-9530.patch Files in the patch: 1. AtomicUpdateProcessorFactory.java 2.