[jira] [Commented] (SOLR-13445) Preferred replicas on nodes with same system properties as the query master

2019-05-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834405#comment-16834405 ] Shalin Shekhar Mangar commented on SOLR-13445: -- Thanks Dat. A few comments: # Minor nit:

[jira] [Commented] (SOLR-13448) UAX29 URL Email Tokenizer: Ref guide description of hyphen handling is wrong

2019-05-07 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834423#comment-16834423 ] Steve Rowe commented on SOLR-13448: --- The documentation is wrong. The quoted sentence was inherited

[jira] [Created] (SOLR-13448) UAX29 URL Email Tokenizer: Ref guide description of hyphen handling is wrong

2019-05-07 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-13448: - Summary: UAX29 URL Email Tokenizer: Ref guide description of hyphen handling is wrong Key: SOLR-13448 URL: https://issues.apache.org/jira/browse/SOLR-13448 Project: Solr

[jira] [Commented] (LUCENE-7840) BooleanQuery.rewriteNoScoring - optimize away any SHOULD clauses if at least 1 MUST/FILTER clause and 0==minShouldMatch

2019-05-07 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834417#comment-16834417 ] Jim Ferenczi commented on LUCENE-7840: -- Can you build the new query in a single pass ? You could

[jira] [Created] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Cao Manh Dat (JIRA)
Cao Manh Dat created SOLR-13449: --- Summary: SolrClientNodeStateProvider always retries on requesting metrics from other nodes Key: SOLR-13449 URL: https://issues.apache.org/jira/browse/SOLR-13449

[jira] [Resolved] (SOLR-13320) add a param failOnVersionConflicts=false to updates not fail when there is a version conflict

2019-05-07 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-13320. --- Resolution: Fixed Fix Version/s: master (9.0) 8.2 > add a param

[jira] [Updated] (LUCENE-8785) TestIndexWriterDelete.testDeleteAllNoDeadlock failure

2019-05-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-8785: Fix Version/s: 7.7.1 master (9.0) 8.1

[jira] [Assigned] (LUCENE-8785) TestIndexWriterDelete.testDeleteAllNoDeadlock failure

2019-05-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-8785: --- Assignee: Simon Willnauer > TestIndexWriterDelete.testDeleteAllNoDeadlock failure

[jira] [Commented] (LUCENE-8785) TestIndexWriterDelete.testDeleteAllNoDeadlock failure

2019-05-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834467#comment-16834467 ] Simon Willnauer commented on LUCENE-8785: - {quote} If there is another thread coming in after we

[GitHub] [lucene-solr] s1monw opened a new pull request #664: LUCENE-8785: Ensure threadstates are locked before iterating

2019-05-07 Thread GitBox
s1monw opened a new pull request #664: LUCENE-8785: Ensure threadstates are locked before iterating URL: https://github.com/apache/lucene-solr/pull/664 Ensure new threadstates are locked before retrieving the number of active threadstates. This causes assertion errors and potentially

[JENKINS] Lucene-Solr-8.1-Linux (64bit/jdk1.8.0_201) - Build # 295 - Unstable!

2019-05-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.1-Linux/295/ Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI Error Message: should be a routed alias Stack Trace:

[jira] [Comment Edited] (LUCENE-8757) Better Segment To Thread Mapping Algorithm

2019-05-07 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834463#comment-16834463 ] Atri Sharma edited comment on LUCENE-8757 at 5/7/19 7:49 AM: - {quote}I don't

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

2019-05-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/112/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute Error Message: Error starting up MiniSolrCloudCluster Stack Trace:

[GitHub] [lucene-solr] dweiss commented on issue #664: LUCENE-8785: Ensure threadstates are locked before iterating

2019-05-07 Thread GitBox
dweiss commented on issue #664: LUCENE-8785: Ensure threadstates are locked before iterating URL: https://github.com/apache/lucene-solr/pull/664#issuecomment-489984066 Looks good to me, thanks Simon. This is an automated

[jira] [Commented] (LUCENE-8757) Better Segment To Thread Mapping Algorithm

2019-05-07 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834463#comment-16834463 ] Atri Sharma commented on LUCENE-8757: - :bq  I don't think we should push this if we already know we

[jira] [Commented] (LUCENE-8757) Better Segment To Thread Mapping Algorithm

2019-05-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1683#comment-1683 ] Simon Willnauer commented on LUCENE-8757: - > Would it make sense to push this patch, and then

[jira] [Commented] (SOLR-13394) Change default GC from CMS to G1

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

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

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

[jira] [Updated] (SOLR-13434) OpenTracing support for Solr

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13434: Fix Version/s: (was: 8.1) 8.2 > OpenTracing support for

[jira] [Updated] (SOLR-13433) Optionally track and expose ram usage for filter and query result caches

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13433: Fix Version/s: (was: 8.1) 8.2 > Optionally track and expose

[jira] [Updated] (SOLR-13354) Document the suspend-trigger and resume-trigger APIs in the ref guide

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13354: Fix Version/s: (was: 8.1) 8.2 > Document the

[jira] [Updated] (SOLR-13365) Add autoscaling policy support for balancing cores across all availability zones

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13365: Fix Version/s: (was: 8.1) 8.2 > Add autoscaling policy

[jira] [Commented] (LUCENE-8757) Better Segment To Thread Mapping Algorithm

2019-05-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834525#comment-16834525 ] Simon Willnauer commented on LUCENE-8757: - [~atris] actually I thought about these defaults

[jira] [Updated] (SOLR-13325) Add a collection selector to triggers

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13325: Fix Version/s: (was: 8.1) 8.2 > Add a collection selector

Re: Lucene/Solr 8.1

2019-05-07 Thread Ishan Chattopadhyaya
Seems similar to https://issues.apache.org/jira/browse/SOLR-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16769078#comment-16769078 Looking into it further. On Tue, May 7, 2019 at 5:01 PM Ishan Chattopadhyaya wrote: > > On my systems (JDK 8), the following test is

[jira] [Created] (SOLR-13450) Objects were not released error in CloudHttp2SolrClientTest and CloudSolrClientTest

2019-05-07 Thread Cao Manh Dat (JIRA)
Cao Manh Dat created SOLR-13450: --- Summary: Objects were not released error in CloudHttp2SolrClientTest and CloudSolrClientTest Key: SOLR-13450 URL: https://issues.apache.org/jira/browse/SOLR-13450

[jira] [Updated] (SOLR-13450) Objects were not released error in CloudHttp2SolrClientTest and CloudSolrClientTest

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-13450: Attachment: thetaphi-Lucene-Solr-master-Windows-7921.txt > Objects were not released error in

[jira] [Updated] (SOLR-12995) UnsupportedOperationException in HttpSolrCall.getRemotCoreUrl()

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12995: Fix Version/s: (was: 8.1) 8.2 >

[jira] [Updated] (SOLR-12834) Expose ram based cache eviction statistics from FastLRUCache

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12834: Fix Version/s: (was: 8.1) 8.2 > Expose ram based cache

[jira] [Created] (LUCENE-8795) ArrayIndexOutOfBoundsException during System.arraycopy in BKDWriter

2019-05-07 Thread Torben Riis (JIRA)
Torben Riis created LUCENE-8795: --- Summary: ArrayIndexOutOfBoundsException during System.arraycopy in BKDWriter Key: LUCENE-8795 URL: https://issues.apache.org/jira/browse/LUCENE-8795 Project: Lucene -

[jira] [Commented] (SOLR-13272) Interval facet support for JSON faceting

2019-05-07 Thread Apoorv Bhawsar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834598#comment-16834598 ] Apoorv Bhawsar commented on SOLR-13272: --- have updated PR to support following format for intervals,

[jira] [Updated] (SOLR-12999) Index replication could delete segments first

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12999: Fix Version/s: (was: 8.1) 8.2 > Index replication could

[jira] [Updated] (SOLR-13009) ExtendedSolrQueryParser cannot handle with KeywordRepeat, Synonyms and minShouldMatch

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13009: Fix Version/s: (was: 8.1) 8.2 > ExtendedSolrQueryParser

[jira] [Updated] (SOLR-13013) Change export to extract DocValues in docID order

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13013: Fix Version/s: (was: 8.1) 8.2 > Change export to extract

[jira] [Commented] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834533#comment-16834533 ] Cao Manh Dat commented on SOLR-13276: - I'm still seeing a thread leak problem in

[jira] [Resolved] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat resolved SOLR-13276. - Resolution: Fixed > Adding Http2 equivalent classes of CloudSolrClient and >

[jira] [Updated] (SOLR-12868) Request forwarding for v2 API is broken

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12868: Fix Version/s: (was: 8.1) 8.2 > Request forwarding for v2

[jira] [Updated] (SOLR-12886) QParserPlugin to support SolrCoreAware

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12886: Fix Version/s: (was: 8.1) 8.2 > QParserPlugin to support

[jira] [Updated] (SOLR-12852) NPE in ClusteringComponent

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12852: Fix Version/s: (was: 8.1) 8.2 > NPE in ClusteringComponent

[jira] [Updated] (SOLR-12847) Cut over implementation of maxShardsPerNode to a collection policy

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12847: Fix Version/s: (was: 8.1) 8.2 > Cut over implementation of

[jira] [Updated] (SOLR-12885) BinaryResponseWriter (javabin format) should directly copy from Bytesref to output

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12885: Fix Version/s: (was: 8.1) 8.2 > BinaryResponseWriter

[jira] [Assigned] (SOLR-13272) Interval facet support for JSON faceting

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya reassigned SOLR-13272: --- Assignee: Ishan Chattopadhyaya > Interval facet support for JSON faceting >

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

2019-05-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7927/ Java: 64bit/jdk-12 -XX:+UseCompressedOops -XX:+UseG1GC 5 tests failed. FAILED: org.apache.solr.security.JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed Error Message: Expected metric minimums for

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834657#comment-16834657 ] Ishan Chattopadhyaya commented on SOLR-13449: - bq. {code} Commit

[jira] [Commented] (SOLR-13394) Change default GC from CMS to G1

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

[jira] [Commented] (SOLR-5970) Create collection API always has status 0

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

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

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

[jira] [Commented] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834562#comment-16834562 ] Cao Manh Dat commented on SOLR-13276: - Hi [~ichattopadhyaya] I already pushed the fix to branch_8_1.

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+18) - Build # 24047 - Failure!

2019-05-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24047/ Java: 64bit/jdk-13-ea+18 -XX:+UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 1153 lines...] [junit4] JVM J2: stdout was not empty, see:

[jira] [Commented] (LUCENE-8795) ArrayIndexOutOfBoundsException during System.arraycopy in BKDWriter

2019-05-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834709#comment-16834709 ] Adrien Grand commented on LUCENE-8795: -- I just did a quick review, here is the code for this

[jira] [Updated] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-13449: Affects Version/s: 7.7 8.0 > SolrClientNodeStateProvider always retries on

[jira] [Updated] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-13449: Affects Version/s: (was: 7.7) 7.7.1 > SolrClientNodeStateProvider

[jira] [Resolved] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat resolved SOLR-13449. - Resolution: Fixed Fix Version/s: master (9.0) 8.1 >

Re: Lucene/Solr 8.1

2019-05-07 Thread Ishan Chattopadhyaya
As Đạt mentioned in this issue, nothing more needs to be done for 8.1. I'm starting with the RC building. On Tue, May 7, 2019 at 2:58 PM Ishan Chattopadhyaya wrote: > > I'll spin the RC as soon as SOLR-13276 is pushed to the branch. > > On Tue, May 7, 2019 at 1:03 AM Ishan Chattopadhyaya >

[jira] [Commented] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834564#comment-16834564 ] Ishan Chattopadhyaya commented on SOLR-13276: - Okay, thanks [~caomanhdat] :-) I'll continue

[jira] [Commented] (LUCENE-8757) Better Segment To Thread Mapping Algorithm

2019-05-07 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834587#comment-16834587 ] Atri Sharma commented on LUCENE-8757: - [~simonw] The reasoning behind adding the second parameter

Re: Lucene/Solr 8.1

2019-05-07 Thread Ishan Chattopadhyaya
On my systems (JDK 8), the following test is failing 100% in branch_8x and branch_8_1. Seems like this is not the case in Jenkins. ant -Dtestcase=TestSolrCloudWithHadoopAuthPlugin test Looking into what could be wrong with my system. Has anyone seen/experienced this before? On Tue, May 7, 2019

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834662#comment-16834662 ] Cao Manh Dat commented on SOLR-13449: - Hmm weird, I don't think the change can cause any problem? >

[jira] [Commented] (SOLR-5970) Create collection API always has status 0

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834518#comment-16834518 ] Ishan Chattopadhyaya commented on SOLR-5970: Thanks [~gerlowskija], added upgrade notes for

[jira] [Comment Edited] (SOLR-5970) Create collection API always has status 0

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834518#comment-16834518 ] Ishan Chattopadhyaya edited comment on SOLR-5970 at 5/7/19 8:48 AM:

[jira] [Updated] (SOLR-13273) Add a collection selector to policy rules

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13273: Fix Version/s: (was: 8.1) 8.2 > Add a collection selector

[jira] [Updated] (SOLR-13230) Move JaSpell code into Solr and deprecate the factory

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13230: Fix Version/s: (was: 8.1) 8.2 > Move JaSpell code into Solr

[jira] [Commented] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834527#comment-16834527 ] Ishan Chattopadhyaya commented on SOLR-13276: - Can we resolve this issue? > Adding Http2

[jira] [Updated] (SOLR-13124) Free disk based suggestions do not guard against running out of disk

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13124: Fix Version/s: (was: 8.1) 8.2 > Free disk based suggestions

[jira] [Updated] (SOLR-13220) Allow jdbc Streaming Expression to lazily cache connections

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13220: Fix Version/s: (was: 8.1) 8.2 > Allow jdbc Streaming

[jira] [Updated] (SOLR-13131) Category Routed Aliases

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13131: Fix Version/s: (was: 8.1) 8.2 > Category Routed Aliases >

[jira] [Updated] (SOLR-13123) Free disk based suggester short circuits without exploring all states

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13123: Fix Version/s: (was: 8.1) 8.2 > Free disk based suggester

[jira] [Updated] (SOLR-13450) Objects were not released error in CloudHttp2SolrClientTest and CloudSolrClientTest

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-13450: Attachment: thetaphi-Lucene-Solr-8.1-Windows-92.txt > Objects were not released error in

[jira] [Commented] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

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

[jira] [Updated] (SOLR-12940) Optimize and expunge deletes should execute only on the leader instead of all replicas of the collection

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12940: Fix Version/s: (was: 8.1) 8.2 > Optimize and expunge

[jira] [Updated] (SOLR-12901) Make UnifiedHighlighter the default in 8.0

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12901: Fix Version/s: (was: 8.1) 8.2 > Make UnifiedHighlighter the

[jira] [Updated] (SOLR-12893) ExtendedSolrQueryParser.newFieldQuery does not use the specified analyzer

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-12893: Fix Version/s: (was: 8.1) 8.2 >

[jira] [Updated] (LUCENE-8757) Better Segment To Thread Mapping Algorithm

2019-05-07 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atri Sharma updated LUCENE-8757: Attachment: LUCENE-8757.patch > Better Segment To Thread Mapping Algorithm >

[jira] [Commented] (LUCENE-7840) BooleanQuery.rewriteNoScoring - optimize away any SHOULD clauses if at least 1 MUST/FILTER clause and 0==minShouldMatch

2019-05-07 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834612#comment-16834612 ] Atri Sharma commented on LUCENE-7840: - [~jim.ferenczi] Attached an updated patch. Let me know if it

[jira] [Updated] (LUCENE-7840) BooleanQuery.rewriteNoScoring - optimize away any SHOULD clauses if at least 1 MUST/FILTER clause and 0==minShouldMatch

2019-05-07 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atri Sharma updated LUCENE-7840: Attachment: LUCENE-7840.patch > BooleanQuery.rewriteNoScoring - optimize away any SHOULD clauses

[jira] [Commented] (LUCENE-7840) BooleanQuery.rewriteNoScoring - optimize away any SHOULD clauses if at least 1 MUST/FILTER clause and 0==minShouldMatch

2019-05-07 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834714#comment-16834714 ] Adrien Grand commented on LUCENE-7840: -- +1 > BooleanQuery.rewriteNoScoring - optimize away any

[jira] [Updated] (SOLR-13450) Objects were not released error in CloudHttp2SolrClientTest and CloudSolrClientTest

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-13450: Description: This problem is get noticed first by [~hossman] in SOLR-13276, this seems appear

[jira] [Commented] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

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

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

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

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

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

[jira] [Updated] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-13449: Fix Version/s: 7.7.2 > SolrClientNodeStateProvider always retries on requesting metrics from other

Re: Lucene/Solr 8.1

2019-05-07 Thread Ishan Chattopadhyaya
I'll spin the RC as soon as SOLR-13276 is pushed to the branch. On Tue, May 7, 2019 at 1:03 AM Ishan Chattopadhyaya wrote: > > Provided there are no reproducible failures, I'll spin up an RC in > 12-16 hours time. > > On Fri, May 3, 2019 at 5:35 PM Ishan Chattopadhyaya > wrote: > > > > No

[jira] [Commented] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834560#comment-16834560 ] Ishan Chattopadhyaya commented on SOLR-13276: - Okay, then I'll hold off on the RC1 until this

[jira] [Updated] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13449: Attachment: failure.txt > SolrClientNodeStateProvider always retries on requesting

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834693#comment-16834693 ] Ishan Chattopadhyaya commented on SOLR-13449: - Attaching the failure log. >

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 355 - Unstable

2019-05-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/355/ 3 tests failed. FAILED: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test Error Message: .responseHeader.status:200!=0 Stack Trace: junit.framework.AssertionFailedError:

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

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

[jira] [Commented] (SOLR-13394) Change default GC from CMS to G1

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

[jira] [Commented] (SOLR-5970) Create collection API always has status 0

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

[jira] [Commented] (SOLR-5970) Create collection API always has status 0

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

[jira] [Commented] (SOLR-13276) Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834551#comment-16834551 ] Cao Manh Dat commented on SOLR-13276: - I may be wrong since the last commit only pushed to master and

[JENKINS] Lucene-Solr-NightlyTests-8.1 - Build # 28 - Unstable

2019-05-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.1/28/ 2 tests failed. FAILED: org.apache.lucene.index.TestDemoParallelLeafReader.testRandom Error Message:

[JENKINS] Lucene-Solr-8.1-Linux (32bit/jdk1.8.0_201) - Build # 296 - Still Unstable!

2019-05-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.1-Linux/296/ Java: 32bit/jdk1.8.0_201 -server -XX:+UseSerialGC 11 tests failed. FAILED: org.apache.solr.security.JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed Error Message: Expected metric minimums for prefix

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834803#comment-16834803 ] Cao Manh Dat commented on SOLR-13449: - Hi [~ichattopadhyaya] I think the problem here is the test is

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

2019-05-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/241/ Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseSerialGC 5 tests failed. FAILED: org.apache.solr.security.JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed Error Message: Expected metric minimums

[jira] [Commented] (SOLR-13331) Atomic Update Multivalue remove does not work

2019-05-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834889#comment-16834889 ] Thomas Wöckinger commented on SOLR-13331: - PR for master created, i can do the same for 8.x and

[jira] [Updated] (SOLR-13451) Investigate why CategoryRoutedAliasUpdateProcessorTest is prone to OOM

2019-05-07 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13451: Description: After SOLR-13131 it was observed that this test had a higher than normal rate of failure.

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834914#comment-16834914 ] Ishan Chattopadhyaya commented on SOLR-13449: - I've backed out this change from 8.1 branch

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834801#comment-16834801 ] Jan Høydahl commented on SOLR-13449: If all the failures are in

[jira] [Commented] (SOLR-13449) SolrClientNodeStateProvider always retries on requesting metrics from other nodes

2019-05-07 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834811#comment-16834811 ] Cao Manh Dat commented on SOLR-13449: - I think so since both of them are modified in SOLR-13248. >

  1   2   >