[jira] [Commented] (LUCENE-8585) Create jump-tables for DocValues at index-time

2019-01-17 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745859#comment-16745859 ] Toke Eskildsen commented on LUCENE-8585: Ah yes, {{TestLucene80DocValuesFormat}}, thanks. I'll

[GitHub] tokee commented on a change in pull request #525: LUCENE-8585: Index-time jump-tables for DocValues

2019-01-17 Thread GitBox
tokee commented on a change in pull request #525: LUCENE-8585: Index-time jump-tables for DocValues URL: https://github.com/apache/lucene-solr/pull/525#discussion_r248948819 ## File path: lucene/test-framework/src/java/org/apache/lucene/index/BaseDocValuesFormatTestCase.java

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 1029 - Unstable!

2019-01-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/1029/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading Error Message: Could not get expected value

[JENKINS] Lucene-Solr-BadApples-7.x-Linux (64bit/jdk-9.0.4) - Build # 149 - Failure!

2019-01-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/149/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 1943 lines...] [junit4] JVM J0: stderr was not empty, see:

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 5024 - Unstable!

2019-01-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5024/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: org.apache.solr.cloud.MetricsHistoryIntegrationTest.testGet Error Message: Stack Trace: java.lang.AssertionError at

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-12-ea+23) - Build # 14 - Unstable!

2019-01-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/14/ Java: 64bit/jdk-12-ea+23 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.cloud.OverseerRolesTest.testOverseerRole Error Message: Timed out waiting for overseer state change Stack Trace:

[JENKINS] Lucene-Solr-Tests-8.x - Build # 8 - Still Unstable

2019-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/8/ 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest Error Message: ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ZkStateReader]

[JENKINS] Lucene-Solr-repro - Build # 2693 - Unstable

2019-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2693/ [...truncated 65 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/7/consoleText [repro] Revision: 59ba68697060b48d147b9e118ed946545932d491 [repro] Repro line: ant test

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1753 - Still unstable

2019-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1753/ 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest Error Message: ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ZkStateReader]

[jira] [Commented] (SOLR-12281) Document the new index back-compat guarantees

2019-01-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745674#comment-16745674 ] Erick Erickson commented on SOLR-12281: --- Or it's a sub-task... > Document the new index

Re: maxShardsPerNode always over-riden by autoscaling?

2019-01-17 Thread Gus Heck
Sorry I meant still shows in /collections/myCollection/state.json (bleh don't know why I always seem to say cluster state when I mean collection sate) I also can't account for why the ticket I linked says "Thirdly, the maxShardsPerNode is not stored in collection state and therefore it is only

maxShardsPerNode always over-riden by autoscaling?

2019-01-17 Thread Gus Heck
I had a 8.0.0 cluster strangely put 2 shards on the same node and then 3 on the same node the next collection I created. Both had maxShardsPerNode set to 1 (and it still shows in cluster_state.json). After some research I found https://jira.apache.org/jira/browse/SOLR-11239 The 8x documentation

[jira] [Commented] (SOLR-13145) Provide better error when ref guide deps are not installed

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745612#comment-16745612 ] Jan Høydahl commented on SOLR-13145: +1 The error could also refer to README.adoc in that folder

[jira] [Commented] (SOLR-13145) Provide better error when ref guide deps are not installed

2019-01-17 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745603#comment-16745603 ] Gus Heck commented on SOLR-13145: - Patch is extremely simple, will commit tomorrow unless someone has an

[jira] [Updated] (SOLR-13145) Provide better error when ref guide deps are not installed

2019-01-17 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13145: Attachment: SOLR-13145.patch > Provide better error when ref guide deps are not installed >

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-9.0.4) - Build # 7699 - Unstable!

2019-01-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7699/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.request.TestCoreAdmin Error Message: Could not remove the following files (in the

[jira] [Commented] (SOLR-13144) Reference guide section on IndexUpgraderTool needs to be updated

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745592#comment-16745592 ] Jan Høydahl commented on SOLR-13144: Let's convert this to a sub-task of SOLR-12281 and also add

[jira] [Created] (SOLR-13145) Provide better error when ref guide deps are not installed

2019-01-17 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13145: --- Summary: Provide better error when ref guide deps are not installed Key: SOLR-13145 URL: https://issues.apache.org/jira/browse/SOLR-13145 Project: Solr Issue Type:

[jira] [Comment Edited] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2019-01-17 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744483#comment-16744483 ] Rahul Goswami edited comment on SOLR-8291 at 1/17/19 9:44 PM: -- Facing the

[jira] [Comment Edited] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2019-01-17 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744483#comment-16744483 ] Rahul Goswami edited comment on SOLR-8291 at 1/17/19 9:42 PM: -- Facing the

[jira] [Comment Edited] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2019-01-17 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744483#comment-16744483 ] Rahul Goswami edited comment on SOLR-8291 at 1/17/19 9:36 PM: -- Facing the

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

2019-01-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/12/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testEventQueue Error Message: action wasn't interrupted Stack Trace:

[jira] [Created] (LUCENE-8647) Create a generic method in the Explanation class to get explanation attributes

2019-01-17 Thread Sambhav Kothari (JIRA)
Sambhav Kothari created LUCENE-8647: --- Summary: Create a generic method in the Explanation class to get explanation attributes Key: LUCENE-8647 URL: https://issues.apache.org/jira/browse/LUCENE-8647

[jira] [Updated] (LUCENE-8647) Create a generic method in the Explanation class to get explanation attributes

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated LUCENE-8647: Description: Initial proposal and discussion can be found here -   

[jira] [Comment Edited] (LUCENE-8647) Create a generic method in the Explanation class to get explanation attributes

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745452#comment-16745452 ] Sambhav Kothari edited comment on LUCENE-8647 at 1/17/19 8:04 PM: --

[jira] [Commented] (LUCENE-8647) Create a generic method in the Explanation class to get explanation attributes

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745452#comment-16745452 ] Sambhav Kothari commented on LUCENE-8647: - Example implementation of a subclass -    

[jira] [Updated] (LUCENE-8647) Create a generic method in the Explanation class to get explanation attributes

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated LUCENE-8647: Description: Initial proposal and discussion can be found here -   

[jira] [Updated] (LUCENE-8647) Create a generic method in the Explanation class to get explanation attributes

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated LUCENE-8647: Description: Initial proposal can be found here -   

[jira] [Updated] (LUCENE-8647) Create a generic method in the Explanation class to get explanation attributes

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated LUCENE-8647: Description: Initial proposal can be found here -   

[jira] [Commented] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745425#comment-16745425 ] Sambhav Kothari commented on SOLR-13143: They are in the same ballpark, but different issues

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 2 - Still Unstable

2019-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/2/ 5 tests failed. FAILED: org.apache.solr.cloud.UnloadDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=194737, name=testExecutor-15307-thread-18, state=RUNNABLE,

[jira] [Commented] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745387#comment-16745387 ] Erick Erickson commented on SOLR-13143: --- Is this the same as SOLR-13126? > Output from

[jira] [Commented] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745388#comment-16745388 ] Erick Erickson commented on SOLR-13143: --- These are at least in the same ballpark. > Output

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-10.0.1) - Build # 3415 - Unstable!

2019-01-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3415/ Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: ObjectTracker found 4 object(s) that were not

[jira] [Commented] (SOLR-13144) Reference guide section on IndexUpgraderTool needs to be updated

2019-01-17 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745359#comment-16745359 ] Cassandra Targett commented on SOLR-13144: -- Please also see SOLR-12281. Updating a single page

[jira] [Commented] (LUCENE-8585) Create jump-tables for DocValues at index-time

2019-01-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745344#comment-16745344 ] Adrien Grand commented on LUCENE-8585: -- bq. BaseDocValuesFormatTestCase focuses on Variable Bits

[GitHub] jpountz commented on a change in pull request #525: LUCENE-8585: Index-time jump-tables for DocValues

2019-01-17 Thread GitBox
jpountz commented on a change in pull request #525: LUCENE-8585: Index-time jump-tables for DocValues URL: https://github.com/apache/lucene-solr/pull/525#discussion_r248773989 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java

[GitHub] jpountz commented on a change in pull request #525: LUCENE-8585: Index-time jump-tables for DocValues

2019-01-17 Thread GitBox
jpountz commented on a change in pull request #525: LUCENE-8585: Index-time jump-tables for DocValues URL: https://github.com/apache/lucene-solr/pull/525#discussion_r248777308 ## File path: lucene/test-framework/src/java/org/apache/lucene/index/BaseDocValuesFormatTestCase.java

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 434 - Still Unstable

2019-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/434/ 1 tests failed. FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:34433/lo_/xt/forceleader_test_collection Stack

[jira] [Updated] (SOLR-13144) Reference guide section on IndexUpgraderTool needs to be updated

2019-01-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-13144: -- Attachment: SOLR-13144.patch > Reference guide section on IndexUpgraderTool needs to be

[jira] [Created] (SOLR-13144) Reference guide section on IndexUpgraderTool needs to be updated

2019-01-17 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-13144: - Summary: Reference guide section on IndexUpgraderTool needs to be updated Key: SOLR-13144 URL: https://issues.apache.org/jira/browse/SOLR-13144 Project: Solr

Re: HTTP/2 support completely missing in CHANGES.txt

2019-01-17 Thread Đạt Cao Mạnh
Hi Uwe, All announement in solr/CHANGES.txt were removed in a merge, I added them back. Please kindly review them. Thanks! On Thu, Jan 17, 2019 at 1:51 PM Uwe Schindler wrote: > Hi, > > I just reviewed the Lucene/Solr 8 changes text (in preparation to my > FOSDEM talk) and figured out that

[jira] [Commented] (LUCENE-8635) Lazy loading Lucene FST offheap using mmap

2019-01-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745253#comment-16745253 ] Michael McCandless commented on LUCENE-8635: OK thanks [~sokolov].  I'll try to also run

[GitHub] janhoy opened a new pull request #341: SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin

2019-01-17 Thread GitBox
janhoy opened a new pull request #341: SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin URL: https://github.com/apache/lucene-solr/pull/341 ...which gets user's roles from request This is an automated message from the

[GitHub] janhoy commented on issue #341: SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin

2019-01-17 Thread GitBox
janhoy commented on issue #341: SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin URL: https://github.com/apache/lucene-solr/pull/341#issuecomment-455227661 Sorry, reopening as only part of this will be part of SOLR-12121, the new Authz plugin will still be committed in this issue

[jira] [Closed] (SOLR-12131) Authorization plugin support for getting user's roles from the outside

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl closed SOLR-12131. -- > Authorization plugin support for getting user's roles from the outside >

[GitHub] janhoy closed pull request #341: SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin

2019-01-17 Thread GitBox
janhoy closed pull request #341: SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin URL: https://github.com/apache/lucene-solr/pull/341 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] janhoy commented on issue #341: SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin

2019-01-17 Thread GitBox
janhoy commented on issue #341: SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin URL: https://github.com/apache/lucene-solr/pull/341#issuecomment-455226804 Closing, will be implemented in SOLR-12121 This is an automated

[jira] [Resolved] (SOLR-12131) Authorization plugin support for getting user's roles from the outside

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-12131. Resolution: Later Fix Version/s: (was: 8.0) This feature will be committed as part of

[jira] [Commented] (SOLR-12121) JWT Authentication plugin

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745226#comment-16745226 ] Jan Høydahl commented on SOLR-12121: Up to date with master, fixed some documentation, going to

[jira] [Updated] (SOLR-12121) JWT Authentication plugin

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-12121: --- Fix Version/s: (was: 8.0) > JWT Authentication plugin > - > >

[jira] [Commented] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

2019-01-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745190#comment-16745190 ] Dawid Weiss commented on LUCENE-8642: - Yes, I'll work on it. Sorry for the noise. >

[jira] [Commented] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745178#comment-16745178 ] Sambhav Kothari commented on SOLR-13143: https://github.com/apache/lucene-solr/pull/539 > Output

[jira] [Commented] (SOLR-12638) Support atomic updates of nested/child documents for nested-enabled schema

2019-01-17 Thread Yosef Brown (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745179#comment-16745179 ] Yosef Brown commented on SOLR-12638: If we require the child document's id to begin with the parent's

[jira] [Comment Edited] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745004#comment-16745004 ] Sambhav Kothari edited comment on SOLR-13143 at 1/17/19 2:56 PM: -

[GitHub] samj1912 opened a new pull request #539: Add unit test for differences between ExplainAugmenterFactory and debug explanations

2019-01-17 Thread GitBox
samj1912 opened a new pull request #539: Add unit test for differences between ExplainAugmenterFactory and debug explanations URL: https://github.com/apache/lucene-solr/pull/539 This is an automated message from the Apache

[jira] [Commented] (SOLR-13129) Document nested child docs in the ref guide

2019-01-17 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745090#comment-16745090 ] David Smiley commented on SOLR-13129: - Oh yes; I should have stated that more explicitly. > Document

[jira] [Commented] (LUCENE-8646) Add multi-term intervals

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745079#comment-16745079 ] Alan Woodward commented on LUCENE-8646: --- Here's a patch with one possible implementation.  It adds

[jira] [Commented] (LUCENE-8581) Change LatLonShape encoding to use 4 BYTES Per Dimension

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

[jira] [Updated] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated SOLR-13143: --- Attachment: (was: bug.patch) > Output from ExplainAugmenterFactory and DebugQuery for

[jira] [Updated] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated SOLR-13143: --- Attachment: (was: bug.patch) > Output from ExplainAugmenterFactory and DebugQuery for

[jira] [Updated] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated SOLR-13143: --- Attachment: bug.patch > Output from ExplainAugmenterFactory and DebugQuery for rerank

[jira] [Updated] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated SOLR-13143: --- Attachment: bug.patch > Output from ExplainAugmenterFactory and DebugQuery for rerank

[jira] [Commented] (LUCENE-8646) Add multi-term intervals

2019-01-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745081#comment-16745081 ] Adrien Grand commented on LUCENE-8646: -- +1 Thanks for enforcing a maximum number of terms. > Add

[jira] [Commented] (LUCENE-8581) Change LatLonShape encoding to use 4 BYTES Per Dimension

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

[jira] [Updated] (LUCENE-8646) Add multi-term intervals

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8646: -- Attachment: LUCENE-8646.patch > Add multi-term intervals > > >

[jira] [Commented] (LUCENE-8581) Change LatLonShape encoding to use 4 BYTES Per Dimension

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

[jira] [Commented] (LUCENE-8645) Add fixed field intervals

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745064#comment-16745064 ] Alan Woodward commented on LUCENE-8645: --- Here is a patch - this turns out be remarkably simple to

[jira] [Created] (LUCENE-8646) Add multi-term intervals

2019-01-17 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8646: - Summary: Add multi-term intervals Key: LUCENE-8646 URL: https://issues.apache.org/jira/browse/LUCENE-8646 Project: Lucene - Core Issue Type: Improvement

[jira] [Comment Edited] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745004#comment-16745004 ] Sambhav Kothari edited comment on SOLR-13143 at 1/17/19 1:53 PM: -

[jira] [Comment Edited] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745004#comment-16745004 ] Sambhav Kothari edited comment on SOLR-13143 at 1/17/19 1:53 PM: -

HTTP/2 support completely missing in CHANGES.txt

2019-01-17 Thread Uwe Schindler
Hi, I just reviewed the Lucene/Solr 8 changes text (in preparation to my FOSDEM talk) and figured out that there is no announcement about the recently added support for HTTP/2 in the Solr inter-node communication and inside the SolrJ client. We should really add some announement in the "new

[jira] [Updated] (LUCENE-8645) Add fixed field intervals

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-8645: -- Attachment: LUCENE-8645.patch > Add fixed field intervals > - > >

[jira] [Created] (LUCENE-8645) Add fixed field intervals

2019-01-17 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8645: - Summary: Add fixed field intervals Key: LUCENE-8645 URL: https://issues.apache.org/jira/browse/LUCENE-8645 Project: Lucene - Core Issue Type: Improvement

[jira] [Commented] (SOLR-13116) Add Admin UI login support for Kerberos

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745044#comment-16745044 ] Jan Høydahl commented on SOLR-13116: Committed. I do not see any need for RefGuide updates, since the

[jira] [Commented] (SOLR-13116) Add Admin UI login support for Kerberos

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

[jira] [Commented] (LUCENE-8585) Create jump-tables for DocValues at index-time

2019-01-17 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745060#comment-16745060 ] Toke Eskildsen commented on LUCENE-8585: I am the one thanking for top-notch feedback. The

[jira] [Updated] (SOLR-12121) JWT Authentication plugin

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-12121: --- Fix Version/s: master (9.0) > JWT Authentication plugin > - > >

[jira] [Resolved] (SOLR-13116) Add Admin UI login support for Kerberos

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-13116. Resolution: Fixed > Add Admin UI login support for Kerberos >

[jira] [Commented] (SOLR-13116) Add Admin UI login support for Kerberos

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

[jira] [Commented] (SOLR-11126) Node-level health check handler

2019-01-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-11126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745041#comment-16745041 ] Jan Høydahl commented on SOLR-11126: This issue can be resolved? > Node-level health check handler >

[jira] [Commented] (SOLR-13116) Add Admin UI login support for Kerberos

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

[jira] [Updated] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated SOLR-13143: --- Description: Currently, if we use the ExplainAugmenterFactory with LtR, instead of using the 

[jira] [Commented] (SOLR-12955) Refactor DistributedUpdateProcessor

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

[jira] [Updated] (SOLR-13136) Queries fail during shard creation [testcase included]

2019-01-17 Thread Bram Van Dam (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bram Van Dam updated SOLR-13136: Issue Type: Bug (was: Improvement) > Queries fail during shard creation [testcase included] >

[jira] [Commented] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

2019-01-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745015#comment-16745015 ] Uwe Schindler commented on LUCENE-8642: --- I think the approach is fine, we just need more test runs

[jira] [Commented] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745004#comment-16745004 ] Sambhav Kothari commented on SOLR-13143: Attaching the failing test as a patch. > Output from

[jira] [Updated] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sambhav Kothari updated SOLR-13143: --- Labels: (was: patch) > Output from ExplainAugmenterFactory and DebugQuery for rerank

[jira] [Created] (SOLR-13143) Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same

2019-01-17 Thread Sambhav Kothari (JIRA)
Sambhav Kothari created SOLR-13143: -- Summary: Output from ExplainAugmenterFactory and DebugQuery for rerank queries is not same Key: SOLR-13143 URL: https://issues.apache.org/jira/browse/SOLR-13143

[jira] [Commented] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

2019-01-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745001#comment-16745001 ] Dawid Weiss commented on LUCENE-8642: - Had to revert from master because it does show some errors

[JENKINS] Lucene-Solr-repro - Build # 2691 - Unstable

2019-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2691/ [...truncated 29 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/433/consoleText [repro] Revision: 6d63958821232699f0a8423d9b21d4915bfba64e [repro] Ant options: -Dtests.multiplier=2

[jira] [Commented] (SOLR-13125) Optimize Queries when sorting by router.field

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

[jira] [Commented] (LUCENE-8641) TermInSetQueryTest.testRamBytesUsed fails with an assertion on Java > 1.8

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

[jira] [Commented] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

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

[jira] [Reopened] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

2019-01-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reopened LUCENE-8642: - Reopening for backports. > RamUsageTester.sizeOf ignores arrays and collections if

[jira] [Comment Edited] (SOLR-13129) Document nested child docs in the ref guide

2019-01-17 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744960#comment-16744960 ] mosh edited comment on SOLR-13129 at 1/17/19 11:58 AM: ---   this is a more complex

[jira] [Commented] (SOLR-13129) Document nested child docs in the ref guide

2019-01-17 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744960#comment-16744960 ] mosh commented on SOLR-13129: - {quote}this is a more complex issue that has multiple aspects – more

[jira] [Commented] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

2019-01-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16744956#comment-16744956 ] Alan Woodward commented on LUCENE-8642: --- Thanks [~dweiss]! > RamUsageTester.sizeOf ignores arrays

[jira] [Commented] (LUCENE-8642) RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny

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

[jira] [Commented] (LUCENE-8641) TermInSetQueryTest.testRamBytesUsed fails with an assertion on Java > 1.8

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

  1   2   >