[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch New patch changes how handlers work: * Beasting found a seed which

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-12 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Patch adds instance InfoStream members instead of relying on the

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Good idea Mike. I factored out touchIndex, cleanupFilesOnFailure and

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Mike tripped a seed which was reproducible only on Linux which

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-10 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Mike found a seed which tripped a test bug. Fixed it and on the way

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-10 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Forgot to include one change -- handleUpdateEx should fail if the

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Patch resolves all remaining noocmmits. I made both

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-08 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Patch fixes a bug in IndexReplicationHandler (still need to fix in

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch bq. maybe also call MDW.setRandomIOExceptionRateOnOpen Thanks Mike!

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-05 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Added testConsistencyOnException to test the client and handlers'

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-02 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Patch contains the Replicator code + all needed stuff to make it a

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-02 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Patch updates IndexRevision and IndexAndTaxonomyRevision following

[jira] [Updated] (LUCENE-4975) Add Replication module to Lucene

2013-05-02 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4975: --- Attachment: LUCENE-4975.patch Patch adds @lucene.experimental to all classes. I also excluded all