Re: Merge multiple sorted indices

2019-08-08 Thread Atri Sharma
Did you try force merging, given that your indices are static? On Thu, Aug 8, 2019 at 12:22 PM Aravind S (User Intent) wrote: > > Hi Atri, > > Thanks for the prompt reply. > > There are no deletion or updation we are trying to merge offline generated > sorted indices into a single sorted

[jira] [Created] (SOLR-13683) SolrJ 8.1.1 Http2SolrClient should allow customizing HTTP headers

2019-08-08 Thread Niranjan Nanda (JIRA)
Niranjan Nanda created SOLR-13683: - Summary: SolrJ 8.1.1 Http2SolrClient should allow customizing HTTP headers Key: SOLR-13683 URL: https://issues.apache.org/jira/browse/SOLR-13683 Project: Solr

[jira] [Commented] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902765#comment-16902765 ] Jan Høydahl commented on SOLR-13682: Perhaps optimize for the normal case of exporting a collection

[jira] [Commented] (SOLR-13683) SolrJ 8.1.1 Http2SolrClient should allow customizing HTTP headers

2019-08-08 Thread Niranjan Nanda (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902766#comment-16902766 ] Niranjan Nanda commented on SOLR-13683: --- What is the purpose of this method?

[jira] [Comment Edited] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902765#comment-16902765 ] Jan Høydahl edited comment on SOLR-13682 at 8/8/19 7:48 AM: Perhaps optimize

Re: Merge multiple sorted indices

2019-08-08 Thread Aravind S (User Intent)
Yes, we do a force merge(1). We are seeing in thread stack only 4 Lucene merger threads are spawned in spite of disabling throttle io on merge scheduler. We want to decrease the time it takes for merging n indices in general. Indices are added using MmapDirectory to the IndexWriter. On Thu, Aug

[jira] [Commented] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902777#comment-16902777 ] ASF subversion and git services commented on SOLR-13682: Commit

[JENKINS] Lucene-Solr-8.x-Windows (32bit/jdk1.8.0_201) - Build # 387 - Still Unstable!

2019-08-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/387/ Java: 32bit/jdk1.8.0_201 -server -XX:+UseParallelGC 5 tests failed. FAILED: org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testFileStreamDirectoryCrawl Error Message: expected: but was: Stack Trace:

[jira] [Commented] (SOLR-13680) Close Resources Properly

2019-08-08 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902720#comment-16902720 ] Munendra S N commented on SOLR-13680: - [~kamaci] Tests are failing, could you please look into it? >

Re: Merge multiple sorted indices

2019-08-08 Thread Atri Sharma
Have you tried a more frequent merging? What are the average sizes of your segments, and what does your deletion/updates rate look like? On Thu, Aug 8, 2019 at 1:39 AM Aravind S (User Intent) wrote: > > Hi, > > We are currently trying to merge sorted indices in an offline process. This >

Re: Merge multiple sorted indices

2019-08-08 Thread Aravind S (User Intent)
Hi Atri, Thanks for the prompt reply. There are no deletion or updation we are trying to merge offline generated sorted indices into a single sorted segment index. This entire process is completely offline and there is no online serving for this index taking no live updates like addition or

Re: Separate dev mailing list for automated mails?

2019-08-08 Thread Jan Høydahl
I don't have strong feelings for whether we have one list of two, i.e. issues@ and builds@ - I'll subscribe to them anyways. A benefit of the latter is that the list names are intuituve and self describing. I guess the strongest argument against would be that many will not subscribe and miss

[jira] [Commented] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902778#comment-16902778 ] Noble Paul commented on SOLR-13682: --- bq. Perhaps optimize for the normal case of exporting a collection

[jira] [Updated] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13682: -- Description: example {code:java} bin/solr export --url http://localhost:8983/solr/gettingstarted

[jira] [Updated] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13682: -- Description: example {code:java} bin/solr export --url http://localhost:8983/solr/gettingstarted

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 173 - Failure

2019-08-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/173/ No tests ran. Build Log: [...truncated 24989 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[jira] [Commented] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902818#comment-16902818 ] ASF subversion and git services commented on SOLR-13682: Commit

[jira] [Commented] (LUCENE-8934) Move Nori DictionaryBuilder tool from src/tools to src/

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903090#comment-16903090 ] ASF subversion and git services commented on LUCENE-8934: - Commit

[jira] [Updated] (SOLR-9658) Caches should have an optional way to clean if idle for 'x' mins

2019-08-08 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-9658: Attachment: SOLR-9658.patch > Caches should have an optional way to clean if idle for 'x'

[jira] [Resolved] (LUCENE-8934) Move Nori DictionaryBuilder tool from src/tools to src/

2019-08-08 Thread Namgyu Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namgyu Kim resolved LUCENE-8934. Resolution: Fixed Fix Version/s: master (9.0) 8.x > Move Nori

[jira] [Updated] (LUCENE-8904) Enhance Nori DictionaryBuilder tool

2019-08-08 Thread Namgyu Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namgyu Kim updated LUCENE-8904: --- Fix Version/s: master (9.0) 8.x > Enhance Nori DictionaryBuilder tool >

[jira] [Updated] (SOLR-13579) Create resource management API

2019-08-08 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-13579: - Attachment: SOLR-13579.patch > Create resource management API >

[jira] [Updated] (LUCENE-8912) Remove ICU dependency of nori tools/test-tools

2019-08-08 Thread Namgyu Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namgyu Kim updated LUCENE-8912: --- Fix Version/s: master (9.0) 8.x > Remove ICU dependency of nori tools/test-tools

[jira] [Resolved] (LUCENE-8912) Remove ICU dependency of nori tools/test-tools

2019-08-08 Thread Namgyu Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namgyu Kim resolved LUCENE-8912. Resolution: Fixed > Remove ICU dependency of nori tools/test-tools >

[jira] [Resolved] (LUCENE-8904) Enhance Nori DictionaryBuilder tool

2019-08-08 Thread Namgyu Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namgyu Kim resolved LUCENE-8904. Resolution: Fixed > Enhance Nori DictionaryBuilder tool > --- > >

[jira] [Commented] (SOLR-13579) Create resource management API

2019-08-08 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903131#comment-16903131 ] Andrzej Bialecki commented on SOLR-13579: -- Thanks for the review: # Yes, it was a bug - there

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.3) - Build # 8075 - Still Failing!

2019-08-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8075/ Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 2066 lines...] [junit4] JVM J0: stderr was not empty, see:

[jira] [Commented] (SOLR-12239) Enabling index sorting causes "segment not sorted with indexSort=null"

2019-08-08 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903060#comment-16903060 ] Christine Poerschke commented on SOLR-12239: Looks like LUCENE-8505 subsequently changed the

[jira] [Commented] (LUCENE-8912) Remove ICU dependency of nori tools/test-tools

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903080#comment-16903080 ] ASF subversion and git services commented on LUCENE-8912: - Commit

[jira] [Commented] (SOLR-9658) Caches should have an optional way to clean if idle for 'x' mins

2019-08-08 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903103#comment-16903103 ] Andrzej Bialecki commented on SOLR-9658: - Thanks Hoss for the detailed review! I updated the

[JENKINS] Lucene-Solr-8.x-Linux (32bit/jdk1.8.0_201) - Build # 986 - Failure!

2019-08-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/986/ Java: 32bit/jdk1.8.0_201 -server -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit Error Message: this IndexWriter is closed Stack Trace:

Re: Separate dev mailing list for automated mails?

2019-08-08 Thread Namgyu Kim
+1 to Jan's idea :D I think it's better to split the mailing list. But I have a little opinion about the name. Which one is better, the singular(build-issue) or the plural(builds-issues)? Personally, "build-issue" looks better because names of the our mailing list are used as a singular. (not

[jira] [Comment Edited] (LUCENE-8369) Remove the spatial module as it is obsolete

2019-08-08 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903204#comment-16903204 ] Nicholas Knize edited comment on LUCENE-8369 at 8/8/19 6:14 PM: As a

[jira] [Created] (SOLR-13684) failOnVersionConflicts param should be added to the DistributedUpdateProcessor whitelist params

2019-08-08 Thread Noble Paul (JIRA)
Noble Paul created SOLR-13684: - Summary: failOnVersionConflicts param should be added to the DistributedUpdateProcessor whitelist params Key: SOLR-13684 URL: https://issues.apache.org/jira/browse/SOLR-13684

[jira] [Updated] (SOLR-13399) compositeId support for shard splitting

2019-08-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-13399: Attachment: ShardSplitTest.master.seed_AE04B5C9BA6E9A4.log.txt Status: Reopened (was: Reopened)

Re: Separate dev mailing list for automated mails?

2019-08-08 Thread Jan Høydahl
> Maybe just JIRA is fine here since it's the master place holding the issue > status. +1 > we could get the dev list subscribed for a daily summary email. WDYT? This is quick to test out and would probably work well. Or perhaps, as Alexandre does with his filtering, only subscribe to

[jira] [Comment Edited] (LUCENE-8369) Remove the spatial module as it is obsolete

2019-08-08 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903204#comment-16903204 ] Nicholas Knize edited comment on LUCENE-8369 at 8/8/19 6:11 PM: As a

[jira] [Commented] (LUCENE-8369) Remove the spatial module as it is obsolete

2019-08-08 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903204#comment-16903204 ] Nicholas Knize commented on LUCENE-8369: As a side note: the two classes in the spatial module

Re: Separate dev mailing list for automated mails?

2019-08-08 Thread David Smiley
On Thu, Aug 8, 2019 at 2:42 PM Jan Høydahl wrote: > ... > Whether [Created|Resolved] mails for JIRA/PR should also go to Dev list is > still an open question. To help decide, here's the expected volume for > those (from reporter.apache.org: > 357 issues opened in JIRA, past quarter, 270 issues

[GitHub] [lucene-solr] dsmiley commented on issue #824: LUCENE-8755: QuadPrefixTree robustness

2019-08-08 Thread GitBox
dsmiley commented on issue #824: LUCENE-8755: QuadPrefixTree robustness URL: https://github.com/apache/lucene-solr/pull/824#issuecomment-519654862 > Does the indexed data contain luncene version info which created the index? If it contains, We can use old code to search in old indexed

Re: Separate dev mailing list for automated mails?

2019-08-08 Thread Jan Høydahl
We already have commits@, so let’s go with issues@ and builds@ Jan Høydahl > 8. aug. 2019 kl. 18:32 skrev Namgyu Kim : > > +1 to Jan's idea :D > I think it's better to split the mailing list. > > But I have a little opinion about the name. > Which one is better, the singular(build-issue) or

[jira] [Comment Edited] (LUCENE-8369) Remove the spatial module as it is obsolete

2019-08-08 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903204#comment-16903204 ] Nicholas Knize edited comment on LUCENE-8369 at 8/8/19 6:12 PM: As a

[jira] [Commented] (LUCENE-8904) Enhance Nori DictionaryBuilder tool

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903053#comment-16903053 ] ASF subversion and git services commented on LUCENE-8904: - Commit

[JENKINS] Lucene-Solr-SmokeRelease-master - Build # 1415 - Still Failing

2019-08-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1415/ No tests ran. Build Log: [...truncated 24456 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[jira] [Commented] (SOLR-13683) SolrJ 8.1.1 Http2SolrClient should allow customizing HTTP headers

2019-08-08 Thread Niranjan Nanda (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903143#comment-16903143 ] Niranjan Nanda commented on SOLR-13683: --- [~shalinmangar] About the builder method

[jira] [Updated] (SOLR-13141) CDCR bootstrap does not replicate index to the replicas of target cluster

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-13141: - Summary: CDCR bootstrap does not replicate index to the replicas of target

[jira] [Updated] (SOLR-11724) Cdcr Bootstrapping does not cause "index copying" to follower nodes on Target

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-11724: - Fix Version/s: (was: 8.0) Status: Resolved (was: Patch Available)

[GitHub] [lucene-solr] shalinmangar commented on issue #777: SOLR-11724: Fix for 'Cdcr Bootstrapping does not cause ''index copying'' to follower nodes on Target' BUG

2019-08-08 Thread GitBox
shalinmangar commented on issue #777: SOLR-11724: Fix for 'Cdcr Bootstrapping does not cause ''index copying'' to follower nodes on Target' BUG URL: https://github.com/apache/lucene-solr/pull/777#issuecomment-519759928 This is closed by the commit made in SOLR-13141

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 175 - Failure

2019-08-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/175/ 7 tests failed. FAILED: org.apache.lucene.index.TestDemoParallelLeafReader.testRandomMultipleSchemaGens Error Message: java.nio.file.FileSystemException:

[jira] [Comment Edited] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902778#comment-16902778 ] Noble Paul edited comment on SOLR-13682 at 8/9/19 4:49 AM: --- bq. Perhaps

[jira] [Assigned] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-13682: - Assignee: Noble Paul > command line option to export data to a file >

[jira] [Commented] (SOLR-13399) compositeId support for shard splitting

2019-08-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903395#comment-16903395 ] Yonik Seeley commented on SOLR-13399: - Weird... I don't know how that commit could have caused a

[jira] [Commented] (SOLR-13399) compositeId support for shard splitting

2019-08-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903409#comment-16903409 ] Hoss Man commented on SOLR-13399: - i would assume it's related to the (numSubShards) changes in

[jira] [Commented] (SOLR-13141) CDCR bootstrap does not replicate index to the replicas of target cluster

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903512#comment-16903512 ] Shalin Shekhar Mangar commented on SOLR-13141: -- Latest patch that increments the term only

[JENKINS] Lucene-Solr-Tests-master - Build # 3525 - Failure

2019-08-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3525/ All tests passed Build Log: [...truncated 64568 lines...] -ecj-javadoc-lint-tests: [mkdir] Created dir: /tmp/ecj1362994552 [ecj-lint] Compiling 48 source files to /tmp/ecj1362994552 [ecj-lint] invalid Class-Path header in

[jira] [Updated] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13682: -- Description: example {code:java} bin/solr export -url http://localhost:8983/solr/gettingstarted {code}

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903403#comment-16903403 ] ASF subversion and git services commented on SOLR-13105: Commit

[jira] [Commented] (SOLR-13399) compositeId support for shard splitting

2019-08-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903418#comment-16903418 ] Yonik Seeley commented on SOLR-13399: - Ah, yep... spltiByPrefix definitely should not be defaulting

[JENKINS] Lucene-Solr-BadApples-NightlyTests-8.x - Build # 29 - Still Failing

2019-08-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-8.x/29/ No tests ran. Build Log: [...truncated 25 lines...] ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server

Re: Separate dev mailing list for automated mails?

2019-08-08 Thread Namgyu Kim
+1 for issues@ and builds@ Thanks Jan :) 2019년 8월 9일 (금) 오전 3:02, Jan Høydahl 님이 작성: > We already have commits@, so let’s go with issues@ and builds@ > > Jan Høydahl > > 8. aug. 2019 kl. 18:32 skrev Namgyu Kim : > > +1 to Jan's idea :D > I think it's better to split the mailing list. > > But I

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.3) - Build # 8076 - Still Failing!

2019-08-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8076/ Java: 64bit/jdk-11.0.3 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper Error Message: Didn't get expected doc

[jira] [Assigned] (SOLR-13141) CDCR bootstrap does not replicate index to the replicas of target cluster

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-13141: Assignee: Shalin Shekhar Mangar > CDCR bootstrap does not replicate index

[jira] [Updated] (SOLR-13141) CDCR bootstrap does not replicate index to the replicas of target cluster

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-13141: - Fix Version/s: 8.3 master (9.0) > CDCR bootstrap does not

[jira] [Commented] (SOLR-13141) CDCR bootstrap does not replicate index to the replicas of target cluster

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903518#comment-16903518 ] ASF subversion and git services commented on SOLR-13141: Commit

[jira] [Resolved] (SOLR-13141) CDCR bootstrap does not replicate index to the replicas of target cluster

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-13141. -- Resolution: Fixed Thanks to everyone who reported and investigated this

[jira] [Commented] (SOLR-13141) CDCR bootstrap does not replicate index to the replicas of target cluster

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903517#comment-16903517 ] ASF subversion and git services commented on SOLR-13141: Commit

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-12.0.1) - Build # 389 - Unstable!

2019-08-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/389/ Java: 64bit/jdk-12.0.1 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat Error Message: re-indexing warning not found Stack Trace:

[jira] [Updated] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13682: -- Description: example {code:java} bin/solr export -url http://localhost:8983/solr/gettingstarted {code}

[jira] [Commented] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903567#comment-16903567 ] ASF subversion and git services commented on SOLR-13682: Commit

[jira] [Updated] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13682: -- Description: example {code:java} bin/solr export -url http://localhost:8983/solr/gettingstarted {code}

[GitHub] [lucene-solr] MarcusSorealheis edited a comment on issue #805: SOLR-13649 change the default behavior of the basic authentication plugin. [WIP]

2019-08-08 Thread GitBox
MarcusSorealheis edited a comment on issue #805: SOLR-13649 change the default behavior of the basic authentication plugin. [WIP] URL: https://github.com/apache/lucene-solr/pull/805#issuecomment-519736169 @janhoy I've appended Work In Progress to this PR's title because I'm facing a

[GitHub] [lucene-solr] MarcusSorealheis commented on issue #805: SOLR-13649 change the default behavior of the basic authentication plugin. [WIP]

2019-08-08 Thread GitBox
MarcusSorealheis commented on issue #805: SOLR-13649 change the default behavior of the basic authentication plugin. [WIP] URL: https://github.com/apache/lucene-solr/pull/805#issuecomment-519736169 @janhoy I've appended Work In Progress to this PR's title because I'm facing a strange

[jira] [Updated] (SOLR-13141) CDCR bootstrap does not replicate index to the replicas of target cluster

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-13141: - Attachment: SOLR-13141.patch > CDCR bootstrap does not replicate index to the

[GitHub] [lucene-solr] shalinmangar closed pull request #777: SOLR-11724: Fix for 'Cdcr Bootstrapping does not cause ''index copying'' to follower nodes on Target' BUG

2019-08-08 Thread GitBox
shalinmangar closed pull request #777: SOLR-11724: Fix for 'Cdcr Bootstrapping does not cause ''index copying'' to follower nodes on Target' BUG URL: https://github.com/apache/lucene-solr/pull/777 This is an automated

[jira] [Updated] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13682: -- Description: example {code:java} bin/solr export -url http://localhost:8983/solr/gettingstarted {code}

[jira] [Commented] (SOLR-11724) Cdcr Bootstrapping does not cause "index copying" to follower nodes on Target

2019-08-08 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902935#comment-16902935 ] Lucene/Solr QA commented on SOLR-11724: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Resolved] (SOLR-13674) NodeAddedTrigger does not support configuration of replica type hint

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-13674. -- Resolution: Fixed This is merged into master and branch_8x. Thanks

[jira] [Updated] (SOLR-13674) NodeAddedTrigger does not support configuration of replica type hint

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-13674: - Fix Version/s: 8.3 master (9.0) Component/s: AutoScaling

Re: Separate dev mailing list for automated mails?

2019-08-08 Thread Alexandre Rafalovitch
I apply the following (gmail) rules, just in case it helps somebody. With this combination, I am able to track human conversations reasonably well. Human conversation: Matches: from:(-g...@apache.org) subject:(-[jira]) list: Do this: Skip Inbox, Apply label "ML/Lucene-dev" All JIRA issues,

[jira] [Commented] (SOLR-11724) Cdcr Bootstrapping does not cause "index copying" to follower nodes on Target

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902868#comment-16902868 ] Shalin Shekhar Mangar commented on SOLR-11724: -- A less brittle way would be to update the

Re: Separate dev mailing list for automated mails?

2019-08-08 Thread Erick Erickson
+1 to Jan’s idea of the bot-originated lists be announce only….. Personally I’ve been able to make some sense out of the messages by 1> switching to the mac mail client (not an option for others, I know). It threads pretty well and for those topics where there are 10 replies I only have to

[jira] [Commented] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903011#comment-16903011 ] ASF subversion and git services commented on SOLR-13682: Commit

[jira] [Commented] (SOLR-13674) NodeAddedTrigger does not support configuration of replica type hint

2019-08-08 Thread Irena Shaigorodsky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902864#comment-16902864 ] Irena Shaigorodsky commented on SOLR-13674: --- [~shalinmangar], will it be possible to merge the

[GitHub] [lucene-solr] asfgit closed pull request #821: SOLR-13674: Add relica type property to NodeAddedTrigger

2019-08-08 Thread GitBox
asfgit closed pull request #821: SOLR-13674: Add relica type property to NodeAddedTrigger URL: https://github.com/apache/lucene-solr/pull/821 This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (SOLR-13141) replicationFactor param cause problems with CDCR

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-13141: - Attachment: SOLR-13141.patch > replicationFactor param cause problems with CDCR

Re: Separate dev mailing list for automated mails?

2019-08-08 Thread Jan Høydahl
I'll let this email topic run over the weekend to attract more eyeballs. Even if it's not a VOTE thread, feel free to add your +1 or -1's, and if others also seem in favour of this idea then I'll start working on it next week. To sum up what I believe to be the current consensus: A new issues@

[jira] [Commented] (SOLR-13622) Add FileStream Streaming Expression

2019-08-08 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902933#comment-16902933 ] Jason Gerlowski commented on SOLR-13622: The test issue should be resolved now; thanks for

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902942#comment-16902942 ] ASF subversion and git services commented on SOLR-13105: Commit

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902943#comment-16902943 ] ASF subversion and git services commented on SOLR-13105: Commit

[jira] [Updated] (SOLR-13682) command line option to export data to a file

2019-08-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13682: -- Description: example {code:java} bin/solr export -url http://localhost:8983/solr/gettingstarted {code}

[jira] [Commented] (SOLR-11724) Cdcr Bootstrapping does not cause "index copying" to follower nodes on Target

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902876#comment-16902876 ] Shalin Shekhar Mangar commented on SOLR-11724: -- I just noticed the linked issue SOLR-13141

[jira] [Commented] (SOLR-13141) replicationFactor param cause problems with CDCR

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902877#comment-16902877 ] Shalin Shekhar Mangar commented on SOLR-13141: -- Attached patch (originally at SOLR-11724).

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 262 - Unstable!

2019-08-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/262/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime Error Message: took over 10 seconds after

[GitHub] [lucene-solr] ErickErickson commented on issue #824: LUCENE-8755: QuadPrefixTree robustness

2019-08-08 Thread GitBox
ErickErickson commented on issue #824: LUCENE-8755: QuadPrefixTree robustness URL: https://github.com/apache/lucene-solr/pull/824#issuecomment-519489983 No, IndexUpgraderTool doesn’t really help. It rewrites the index in the current format, but does not (and cannot) make it look just as

[jira] [Commented] (SOLR-13622) Add FileStream Streaming Expression

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902930#comment-16902930 ] ASF subversion and git services commented on SOLR-13622: Commit

[jira] [Commented] (SOLR-13622) Add FileStream Streaming Expression

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902931#comment-16902931 ] ASF subversion and git services commented on SOLR-13622: Commit

[jira] [Commented] (SOLR-12801) Fix the tests, remove BadApples and AwaitsFix annotations, improve env for test development.

2019-08-08 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903021#comment-16903021 ] Gus Heck commented on SOLR-12801: - [~aninditagupta] this issue is about fixing the unit tests. SOLR-13457 

[jira] [Commented] (SOLR-13674) NodeAddedTrigger does not support configuration of replica type hint

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902834#comment-16902834 ] ASF subversion and git services commented on SOLR-13674: Commit

[jira] [Commented] (SOLR-13674) NodeAddedTrigger does not support configuration of replica type hint

2019-08-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902837#comment-16902837 ] ASF subversion and git services commented on SOLR-13674: Commit

[jira] [Commented] (SOLR-13674) NodeAddedTrigger does not support configuration of replica type hint

2019-08-08 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902874#comment-16902874 ] Shalin Shekhar Mangar commented on SOLR-13674: -- The 7x branch has been made protected to

  1   2   >