[jira] [Commented] (SOLR-9284) The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.

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

[jira] [Commented] (SOLR-9284) The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.

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

[jira] [Commented] (LUCENE-7560) Can we make QueryBuilder.createFieldQuery un-final?

2016-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666766#comment-15666766 ] Adrien Grand commented on LUCENE-7560: -- +1 > Can we make QueryBuilder.createFieldQuery un-final? >

[jira] [Resolved] (SOLR-9736) HttpSolrCall always prefer leader

2016-11-15 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-9736. - Resolution: Fixed Fix Version/s: 6.4 master (7.0) Thanks

[jira] [Updated] (SOLR-9721) Create a javabin parser for streaming end point

2016-11-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-9721: - Attachment: SOLR-9721.patch [~ysee...@gmail.com] The parsing is done with a shim parser > Create a

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_102) - Build # 2185 - Unstable!

2016-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2185/ Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI Error Message: Error from server at

[jira] [Created] (LUCENE-7560) Can we make QueryBuilder.createFieldQuery un-final?

2016-11-15 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7560: -- Summary: Can we make QueryBuilder.createFieldQuery un-final? Key: LUCENE-7560 URL: https://issues.apache.org/jira/browse/LUCENE-7560 Project: Lucene -

[jira] [Commented] (SOLR-9284) The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.

2016-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666509#comment-15666509 ] Mark Miller commented on SOLR-9284: --- Let's spin that off into a new issue if you want to tackle it. I'll

[jira] [Commented] (SOLR-9736) HttpSolrCall always prefer leader

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

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2187 - Unstable!

2016-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2187/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites Error Message: Direct buffer memory Stack Trace:

Re: Collection API for performance monitoring?

2016-11-15 Thread Ryan Josal
I haven't tried for 95th percentile, but generally with those collection start stats you would monitor based on calculated deltas. You can figure out the average response time for any given window of time not smaller than your snapshot polling interval. I don't see why 95th percentile would be

[jira] [Created] (LUCENE-7563) BKD index should compress unused leading bytes

2016-11-15 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7563: -- Summary: BKD index should compress unused leading bytes Key: LUCENE-7563 URL: https://issues.apache.org/jira/browse/LUCENE-7563 Project: Lucene - Core

[jira] [Updated] (SOLR-9506) cache IndexFingerprint for each segment

2016-11-15 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-9506: --- Attachment: SOLR-9506-combined-deletion-key.patch While working on SOLR-5944, I

Re: Collection API for performance monitoring?

2016-11-15 Thread Tomás Fernández Löbbe
If you only need query/update performance you could aggregate the logs too. If you need more information, I like what was proposed in SOLR-9641, that would allow you do collect and aggregate metrics for internal components too. Tomás On Tue, Nov 15, 2016 at 8:31 AM, Walter Underwood

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-11-15 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667801#comment-15667801 ] Ishan Chattopadhyaya commented on SOLR-9506: I see.. I saw it was unresolved, and I thought it

[jira] [Commented] (LUCENE-7537) Add multi valued field support to index sorting

2016-11-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667660#comment-15667660 ] Michael McCandless commented on LUCENE-7537: Thanks [~jim.ferenczi]; I still see e.g.:

[jira] [Updated] (LUCENE-7537) Add multi valued field support to index sorting

2016-11-15 Thread Ferenczi Jim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenczi Jim updated LUCENE-7537: - Attachment: LUCENE-7537.patch Oh right "sorted_string" is ambiguous. Here is another patch with

[jira] [Created] (SOLR-9770) Solr should not cache queries that fail

2016-11-15 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-9770: Summary: Solr should not cache queries that fail Key: SOLR-9770 URL: https://issues.apache.org/jira/browse/SOLR-9770 Project: Solr Issue Type: Improvement

[jira] [Commented] (LUCENE-7563) BKD index should compress unused leading bytes

2016-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667700#comment-15667700 ] Adrien Grand commented on LUCENE-7563: -- +1 > BKD index should compress unused leading bytes >

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+140) - Build # 18290 - Unstable!

2016-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18290/ Java: 32bit/jdk-9-ea+140 -client -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test Error Message: expected:<204> but was:<190> Stack Trace: java.lang.AssertionError: expected:<204>

[jira] [Created] (SOLR-9771) Resolv Variables in DIH when using encryptKeyFile.

2016-11-15 Thread Bill Bell (JIRA)
Bill Bell created SOLR-9771: --- Summary: Resolv Variables in DIH when using encryptKeyFile. Key: SOLR-9771 URL: https://issues.apache.org/jira/browse/SOLR-9771 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-9764) Design a memory efficient DocSet if a query returns all docs

2016-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667611#comment-15667611 ] Mark Miller commented on SOLR-9764: --- Nice Michael, looks interesting. Looks like you need to handle

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-11-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667795#comment-15667795 ] Noble Paul commented on SOLR-9506: -- Ishan , i guess this is already fixed in 6.3. so, we may need to open

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1154 - Still Unstable

2016-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1154/ 8 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload Error Message: expected:<[{indexVersion=1479222981730,generation=2,filelist=[_26u.cfe, _26u.cfs, _26u.si, _26v.doc,

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+140) - Build # 18294 - Unstable!

2016-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18294/ Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery Error Message: List size mismatch @ spellcheck/suggestions

[jira] [Updated] (LUCENE-7536) ASCIIFoldingFilterFactory.getMultiTermComponent can emit two tokens

2016-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-7536: - Attachment: LUCENE-7536.patch Here is a proposal: the multi-term component only emits the folded

[jira] [Updated] (SOLR-9442) Add json.nl=arrnvp (array of NamedValuePair) style in JSONResponseWriter

2016-11-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-9442: -- Attachment: SOLR-9442-arrntv.patch > Add json.nl=arrnvp (array of NamedValuePair) style

[jira] [Commented] (SOLR-9442) Add json.nl=arrnvp (array of NamedValuePair) style in JSONResponseWriter

2016-11-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667571#comment-15667571 ] Christine Poerschke commented on SOLR-9442: --- Hi [~hossman], thanks for your input. Jonny and I

[jira] [Updated] (LUCENE-7537) Add multi valued field support to index sorting

2016-11-15 Thread Ferenczi Jim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenczi Jim updated LUCENE-7537: - Attachment: LUCENE-7537.patch Thanks [~mikemccand], I attached a new patch that addresses your

[jira] [Commented] (SOLR-9284) The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.

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

[jira] [Commented] (SOLR-9284) The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.

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

Re: Collection API for performance monitoring?

2016-11-15 Thread Walter Underwood
To calculate percentiles we need all the data points. If there is a lot of data, it could be sampled. Average can be calculated with the total time and the number of requests. Snapshots of those two values allow snapshots of averages. But averages are the wrong metric for a one-sided

[jira] [Commented] (SOLR-9771) Resolv Variables in DIH when using encryptKeyFile.

2016-11-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669624#comment-15669624 ] Mikhail Khludnev commented on SOLR-9771: Giving

[jira] [Commented] (LUCENE-6664) Replace SynonymFilter with SynonymGraphFilter

2016-11-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669749#comment-15669749 ] Tommaso Teofili commented on LUCENE-6664: - {quote} I'm proposing that we make it possible for

[jira] [Created] (SOLR-9774) Delta indexing with child documents with help of cacheImpl="SortedMapBackedCache"

2016-11-15 Thread Aniket Khare (JIRA)
Aniket Khare created SOLR-9774: -- Summary: Delta indexing with child documents with help of cacheImpl="SortedMapBackedCache" Key: SOLR-9774 URL: https://issues.apache.org/jira/browse/SOLR-9774 Project:

[jira] [Commented] (LUCENE-7387) Something wrong with how "File Formats" link is generated in docs/index.html - can cause precommit to fail on some systems

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

[jira] [Commented] (LUCENE-7387) Something wrong with how "File Formats" link is generated in docs/index.html - can cause precommit to fail on some systems

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

[jira] [Updated] (SOLR-9689) Process updates concurrently during PeerSync

2016-11-15 Thread Pushkar Raste (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pushkar Raste updated SOLR-9689: Attachment: parallelize-peersync.patch Attached working patch. For my tests I didn't see much

[jira] [Commented] (SOLR-9442) Add json.nl=arrnvp (array of NamedValuePair) style in JSONResponseWriter

2016-11-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667886#comment-15667886 ] Hoss Man commented on SOLR-9442: bq. What do you think? Well, I guess don't really see what usecases the

[jira] [Commented] (SOLR-9707) DeleteByQuery forward requests to down replicas and set it in LiR

2016-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667951#comment-15667951 ] Mark Miller commented on SOLR-9707: --- [~ysee...@gmail.com], any idea if that was on purpose to avoid a

[jira] [Resolved] (LUCENE-7387) Something wrong with how "File Formats" link is generated in docs/index.html - can cause precommit to fail on some systems

2016-11-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-7387. -- Resolution: Fixed Assignee: Hoss Man Fix Version/s: 6.4 master (7.0)

[jira] [Commented] (LUCENE-6664) Replace SynonymFilter with SynonymGraphFilter

2016-11-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668108#comment-15668108 ] Michael McCandless commented on LUCENE-6664: I'm re-opening this issue: I think my original

[jira] [Reopened] (LUCENE-6664) Replace SynonymFilter with SynonymGraphFilter

2016-11-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-6664: > Replace SynonymFilter with SynonymGraphFilter >

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668291#comment-15668291 ] David Smiley commented on SOLR-9708: After you add hl.useUnifiedHighlighter, I think the tests should

[jira] [Commented] (LUCENE-7562) CompletionFieldsConsumer throws NPE on ghost fields

2016-11-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668325#comment-15668325 ] Michael McCandless commented on LUCENE-7562: Alas, that won't work (well) because

[jira] [Commented] (LUCENE-7562) CompletionFieldsConsumer throws NPE on ghost fields

2016-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668357#comment-15668357 ] Adrien Grand commented on LUCENE-7562: -- Nevermind then, +1 to the current patch! >

[jira] [Commented] (LUCENE-7526) Improvements to UnifiedHighlighter OffsetStrategies

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

[jira] [Created] (SOLR-9772) FieldSortValues should reuse comparator and only invalidate leafComparator

2016-11-15 Thread John Call (JIRA)
John Call created SOLR-9772: --- Summary: FieldSortValues should reuse comparator and only invalidate leafComparator Key: SOLR-9772 URL: https://issues.apache.org/jira/browse/SOLR-9772 Project: Solr

[GitHub] lucene-solr pull request #115: SOLR-9772 FieldSortValues should reuse compar...

2016-11-15 Thread johnthcall
GitHub user johnthcall opened a pull request: https://github.com/apache/lucene-solr/pull/115 SOLR-9772 FieldSortValues should reuse comparator and only invalidate leafComparator No need to recreate the comparator as leaf changes. There was a bug where lastIdx was not set and was

[jira] [Commented] (SOLR-9772) FieldSortValues should reuse comparator and only invalidate leafComparator

2016-11-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668237#comment-15668237 ] ASF GitHub Bot commented on SOLR-9772: -- GitHub user johnthcall opened a pull request:

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668334#comment-15668334 ] David Smiley commented on SOLR-9708: Also I'm on the fence if we should support {{hl.simple.pre}}

[jira] [Commented] (LUCENE-7537) Add multi valued field support to index sorting

2016-11-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668337#comment-15668337 ] Michael McCandless commented on LUCENE-7537: [~jim.ferenczi] thanks, this looks awesome ...

[jira] [Commented] (LUCENE-7526) Improvements to UnifiedHighlighter OffsetStrategies

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

[jira] [Commented] (LUCENE-7537) Add multi valued field support to index sorting

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

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 200 - Still unstable

2016-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/200/ 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SolrCloudExampleTest Error Message: ObjectTracker found 5 object(s) that were not released!!! [TransactionLog, MDCAwareThreadPoolExecutor,

[jira] [Commented] (LUCENE-7560) Can we make QueryBuilder.createFieldQuery un-final?

2016-11-15 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669760#comment-15669760 ] Tommaso Teofili commented on LUCENE-7560: - +1 > Can we make QueryBuilder.createFieldQuery

[jira] [Commented] (LUCENE-7543) Make changes-to-html target an offline operation

2016-11-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667911#comment-15667911 ] Hoss Man commented on LUCENE-7543: -- or just {{dev-tools/doap/lucene.rdf}} and

[jira] [Updated] (SOLR-9689) Process updates concurrently during PeerSync

2016-11-15 Thread Pushkar Raste (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pushkar Raste updated SOLR-9689: Attachment: (was: parallelize-peersync.patch) > Process updates concurrently during PeerSync >

[jira] [Assigned] (SOLR-9707) DeleteByQuery forward requests to down replicas and set it in LiR

2016-11-15 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker reassigned SOLR-9707: --- Assignee: Varun Thacker > DeleteByQuery forward requests to down replicas and set it in LiR >

[jira] [Commented] (SOLR-9506) cache IndexFingerprint for each segment

2016-11-15 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667956#comment-15667956 ] Ishan Chattopadhyaya commented on SOLR-9506: Can we resolve this issue, since it seems it was

[jira] [Commented] (LUCENE-7562) CompletionFieldsConsumer throws NPE on ghost fields

2016-11-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668113#comment-15668113 ] Michael McCandless commented on LUCENE-7562: Thanks [~jpountz] I'll do that. >

[jira] [Commented] (SOLR-9707) DeleteByQuery forward requests to down replicas and set it in LiR

2016-11-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667995#comment-15667995 ] Yonik Seeley commented on SOLR-9707: I don't think so... seems like it should follow the same procedure

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2016-11-15 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Added another patch. The PeerSyncTest was failing, due to

[jira] [Updated] (SOLR-9689) Process updates concurrently during PeerSync

2016-11-15 Thread Pushkar Raste (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pushkar Raste updated SOLR-9689: Attachment: parallelize-peersync.patch > Process updates concurrently during PeerSync >

[GitHub] lucene-solr pull request #116: fixed NPEs

2016-11-15 Thread kagan770
GitHub user kagan770 opened a pull request: https://github.com/apache/lucene-solr/pull/116 fixed NPEs You can merge this pull request into a Git repository by running: $ git pull https://github.com/kagan770/lucene-solr master Alternatively you can review and apply these

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-15 Thread Timothy M. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668715#comment-15668715 ] Timothy M. Rodriguez commented on SOLR-9708: I'm okay with hl.tag.pre/post, but it may not

[jira] [Created] (SOLR-9767) Add/Remove Role in Collection API does not pass role parameter to SolrServer

2016-11-15 Thread Daisy.Yuan (JIRA)
Daisy.Yuan created SOLR-9767: Summary: Add/Remove Role in Collection API does not pass role parameter to SolrServer Key: SOLR-9767 URL: https://issues.apache.org/jira/browse/SOLR-9767 Project: Solr

[jira] [Commented] (SOLR-9736) HttpSolrCall always prefer leader

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

[jira] [Updated] (SOLR-9767) Add/Remove Role in Collection API does not pass role parameter to SolrServer

2016-11-15 Thread Daisy.Yuan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daisy.Yuan updated SOLR-9767: - Priority: Minor (was: Major) > Add/Remove Role in Collection API does not pass role parameter to

[jira] [Updated] (SOLR-9767) Add/Remove Role in Collection API does not pass role parameter to SolrServer

2016-11-15 Thread Daisy.Yuan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daisy.Yuan updated SOLR-9767: - Attachment: SOLR-9767.patch > Add/Remove Role in Collection API does not pass role parameter to SolrServer

[jira] [Created] (SOLR-9768) RecordingJsonParser produce incomplete json when updated document stream is larger than input parser buffer size

2016-11-15 Thread Wojciech Stryszyk (JIRA)
Wojciech Stryszyk created SOLR-9768: --- Summary: RecordingJsonParser produce incomplete json when updated document stream is larger than input parser buffer size Key: SOLR-9768 URL:

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-15 Thread Timothy M. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668824#comment-15668824 ] Timothy M. Rodriguez commented on SOLR-9708: I was suggesting instead of hl.tag.pre, but

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668761#comment-15668761 ] David Smiley commented on SOLR-9708: -1 I would hate to see new parameters when there are semantically

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-15 Thread Timothy M. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668766#comment-15668766 ] Timothy M. Rodriguez commented on SOLR-9708: I thought the suggestion was to use hl.tag.pre

[jira] [Assigned] (SOLR-9666) Extract dynamic fields in LukeResponse

2016-11-15 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-9666: -- Assignee: Kevin Risden > Extract dynamic fields in LukeResponse >

[jira] [Updated] (SOLR-9666) Extract dynamic fields in LukeResponse

2016-11-15 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-9666: --- Fix Version/s: 6.4 > Extract dynamic fields in LukeResponse > -- >

[jira] [Commented] (SOLR-9666) SolrJ LukeResponse support dynamic fields

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

[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+140) - Build # 2190 - Unstable!

2016-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2190/ Java: 32bit/jdk-9-ea+140 -client -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.testThresholdTokenFrequency Error Message: Path not found: /spellcheck/suggestions/[1]/suggestion

[GitHub] lucene-solr pull request #117: SOLR-9324: Support Secure Impersonation / Pro...

2016-11-15 Thread hgadre
GitHub user hgadre opened a pull request: https://github.com/apache/lucene-solr/pull/117 SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication A patch against branch_6x. It also includes unit test fixes applied on the master branch... You can merge this pull

[jira] [Commented] (SOLR-9324) Support Secure Impersonation / Proxy User for solr authentication

2016-11-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668950#comment-15668950 ] ASF GitHub Bot commented on SOLR-9324: -- GitHub user hgadre opened a pull request:

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668771#comment-15668771 ] David Smiley commented on SOLR-9708: I suggested to support _both_. > Expose UnifiedHighlighter in

[jira] [Updated] (SOLR-9666) SolrJ LukeResponse support dynamic fields

2016-11-15 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-9666: --- Summary: SolrJ LukeResponse support dynamic fields (was: Extract dynamic fields in LukeResponse) >

[jira] [Updated] (LUCENE-7562) CompletionFieldsConsumer throws NPE on ghost fields

2016-11-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7562: --- Attachment: LUCENE-7562.patch Patch against 6.2.x; I think it's ready. The fix

[jira] [Created] (LUCENE-7562) CompletionFieldsConsumer throws NPE on ghost fields

2016-11-15 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7562: -- Summary: CompletionFieldsConsumer throws NPE on ghost fields Key: LUCENE-7562 URL: https://issues.apache.org/jira/browse/LUCENE-7562 Project: Lucene -

[jira] [Commented] (LUCENE-7537) Add multi valued field support to index sorting

2016-11-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666821#comment-15666821 ] Michael McCandless commented on LUCENE-7537: Thanks [~jim.ferenczi], this looks very close!

[jira] [Updated] (LUCENE-7537) Add multi valued field support to index sorting

2016-11-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7537: --- Fix Version/s: 6.4 master (7.0) > Add multi valued field support

[jira] [Created] (LUCENE-7561) Add back-compat indices for index sorting

2016-11-15 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-7561: -- Summary: Add back-compat indices for index sorting Key: LUCENE-7561 URL: https://issues.apache.org/jira/browse/LUCENE-7561 Project: Lucene - Core

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+140) - Build # 18288 - Unstable!

2016-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18288/ Java: 32bit/jdk-9-ea+140 -server -XX:+UseG1GC 4 tests failed. FAILED: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites Error Message: Direct buffer memory Stack Trace: java.lang.OutOfMemoryError:

[jira] [Created] (SOLR-9769) solr stop on a service already stopped should return exit code 0

2016-11-15 Thread JIRA
Jiří Pejchal created SOLR-9769: -- Summary: solr stop on a service already stopped should return exit code 0 Key: SOLR-9769 URL: https://issues.apache.org/jira/browse/SOLR-9769 Project: Solr

[jira] [Updated] (SOLR-9769) solr stop on a service already stopped should return exit code 0

2016-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiří Pejchal updated SOLR-9769: --- Description: According to the LSB specification

[jira] [Commented] (SOLR-9597) Add setReadOnly(String ...) to ConnectionImpl

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

[jira] [Commented] (SOLR-9597) Add setReadOnly(String ...) to ConnectionImpl

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

[jira] [Resolved] (SOLR-9597) Add setReadOnly(String ...) to ConnectionImpl

2016-11-15 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-9597. Resolution: Fixed Fix Version/s: 6.4 > Add setReadOnly(String ...) to ConnectionImpl >

[jira] [Commented] (LUCENE-7407) Explore switching doc values to an iterator API

2016-11-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669305#comment-15669305 ] Otis Gospodnetic commented on LUCENE-7407: -- I had a quick look at [~yo...@apache.org]'s

[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+140) - Build # 2191 - Still Unstable!

2016-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2191/ Java: 32bit/jdk-9-ea+140 -server -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication Error Message: expected:<1> but was:<0> Stack Trace:

[jira] [Commented] (SOLR-9252) Feature selection and logistic regression on text

2016-11-15 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669357#comment-15669357 ] Joel Bernstein commented on SOLR-9252: -- [~caomanhdat], added an improved test case which I was

[jira] [Updated] (SOLR-9768) RecordingJsonParser produce incomplete json when updated document stream is larger than input parser buffer size

2016-11-15 Thread Wojciech Stryszyk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojciech Stryszyk updated SOLR-9768: Attachment: SOLR_9768_RecordingJsonParser_test.patch

[jira] [Commented] (SOLR-9284) The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.

2016-11-15 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667176#comment-15667176 ] Steve Rowe commented on SOLR-9284: -- OOM issues likely caused by commit here:

[jira] [Commented] (LUCENE-7562) CompletionFieldsConsumer throws NPE on ghost fields

2016-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667197#comment-15667197 ] Adrien Grand commented on LUCENE-7562: -- I see BasePostingsFormatTestCase has a test case for ghost

[jira] [Updated] (LUCENE-6966) Contribution: Codec for index-level encryption

2016-11-15 Thread Renaud Delbru (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renaud Delbru updated LUCENE-6966: -- Attachment: Encryption Codec Documentation.pdf An initial technical documentation. >

  1   2   >