[jira] [Commented] (SOLR-13054) TriggerSetPropertiesIntegrationTest cleanup

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

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

2018-12-11 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-http2-MacOSX/8/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 80 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.analytics.NoFacetTest Error Message: Error starting up MiniSolrCloudCluster Stack Trace:

[jira] [Commented] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

2018-12-11 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717619#comment-16717619 ] Erick Erickson commented on LUCENE-8587: Zsolt: Yes, upload a new patch. Note the name should

[jira] [Reopened] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

2018-12-11 Thread Zsolt Gyulavari (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zsolt Gyulavari reopened LUCENE-8587: - Lucene Fields: New (was: New,Patch Available) > Self comparison bug in

Re: migration de SOLR 4.9 vers 7

2018-12-11 Thread Emmanuel Keller
About the migration strategy, you may have to choose between reindexing all the data or migrating your current indexes. the IndexUpgrader tool will be able to handle that. You will have to migrate your indexes from 4 to 5, then 5 to 6, and finally 6 to 7.

[jira] [Commented] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

2018-12-11 Thread Zsolt Gyulavari (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717617#comment-16717617 ] Zsolt Gyulavari commented on LUCENE-8587: - Thank you [~ivera] and [~kwri...@metacarta.com] for

Re: [JENKINS] Lucene-Solr-NightlyTests-7.6 - Build # 23 - Still Failing

2018-12-11 Thread Dawid Weiss
Unless the logging system is writing to raw io descriptors (or is initialized earlier than test rules, which I don't think it should), you could also use the: @TestRuleLimitSysouts.Limit(bytes = ) to limit the amount of logs to a sensibly high limit. Dawid On Tue, Dec 11, 2018 at 2:15 PM

Re: migration de SOLR 4.9 vers 7

2018-12-11 Thread Cassandra Targett
The Solr Ref Guide also has extensive sections (particularly for upgrading to Solr 6 and 7) describing summarizing major changes for various releases. Start at https://lucene.apache.org/solr/guide/solr-upgrade-notes.html and note the child pages from there. Cassandra On Dec 11, 2018, 10:30 AM

[jira] [Resolved] (LUCENE-8374) Reduce reads for sparse DocValues

2018-12-11 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toke Eskildsen resolved LUCENE-8374. Resolution: Won't Fix I am marking this issue as "Won't Fix": LUCENE-8585 is the logical

[JENKINS] Lucene-Solr-Tests-master - Build # 3050 - Still unstable

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3050/ 1 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest Error Message: expected:<0> but was:<1> Stack Trace: java.lang.AssertionError: expected:<0> but was:<1> at

[GitHub] lucene-solr pull request #523: LUCENE-8602: Share TermsEnum if possible whil...

2018-12-11 Thread s1monw
GitHub user s1monw opened a pull request: https://github.com/apache/lucene-solr/pull/523 LUCENE-8602: Share TermsEnum if possible while applying DV updates Today we pull a new terms enum when we apply DV updates even though the field stays the same which is the common case.

[jira] [Created] (LUCENE-8602) Share TermsEnum if possible while applying DV updates

2018-12-11 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-8602: --- Summary: Share TermsEnum if possible while applying DV updates Key: LUCENE-8602 URL: https://issues.apache.org/jira/browse/LUCENE-8602 Project: Lucene - Core

Re: migration de SOLR 4.9 vers 7

2018-12-11 Thread Erick Erickson
The CHANGES.txt file in both the Solr and Lucene directories have a section listing the differences between every Solr version, major and minor that you could review. The reference guide has an upgrade section as well that will be informative. That said, there are many changes. Lot and lots and

[JENKINS] Lucene-Solr-Tests-http2 - Build # 81 - Still unstable

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-http2/81/ 6 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.analytics.legacy.LegacyNoFacetCloudTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.analytics.legacy.LegacyNoFacetCloudTest: 1)

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4964 - Still Unstable!

2018-12-11 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4964/ Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC 62 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.analytics.facet.ValueFacetTest Error Message: Error starting up MiniSolrCloudCluster Stack Trace:

[JENKINS] Lucene-Solr-http2-Linux (64bit/jdk-11) - Build # 62 - Still Unstable!

2018-12-11 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-http2-Linux/62/ Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 341 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.analytics.OverallAnalyticsTest Error Message: IOException occured when talking to server at:

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

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

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

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

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

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

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

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

[jira] [Commented] (SOLR-12923) The new AutoScaling tests are way to flaky and need special attention.

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

[jira] [Commented] (SOLR-12923) The new AutoScaling tests are way to flaky and need special attention.

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

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

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

[jira] [Updated] (SOLR-13047) Add facet2D Streaming Expression

2018-12-11 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13047: -- Description: The current facet expression is a generic tool for creating multi-dimension

[jira] [Updated] (SOLR-13057) Allow search, facet and timeseries Streaming Expressions to accept a comma delimited list of collections.

2018-12-11 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13057: -- Summary: Allow search, facet and timeseries Streaming Expressions to accept a comma delimited

[jira] [Updated] (SOLR-13057) Allow search, facet and timeseries Streaming Expressions to accept a comma delimited list of collections.

2018-12-11 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13057: -- Description: This ticket will allow the *search*, *facet* and *timeseries* Streaming

[jira] [Commented] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

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

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk-9.0.4) - Build # 908 - Still Unstable!

2018-12-11 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/908/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test Error Message: acoll: 1544535855812 bcoll: 1544535855963 Stack Trace:

[jira] [Updated] (SOLR-13057) Allow search, facet and timeseries Streaming Expressions to accept comma delimited list of collections.

2018-12-11 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13057: -- Description: This ticket will allow the search, facet and timeseries Streaming Expression to

[jira] [Assigned] (SOLR-13057) Allow search, facet and timeseries Streaming Expressions to accept comma delimited list of collections.

2018-12-11 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reassigned SOLR-13057: - Assignee: Joel Bernstein > Allow search, facet and timeseries Streaming Expressions to

migration de SOLR 4.9 vers 7

2018-12-11 Thread hello hello
Bonjour , I am a project manager at La Poste française , I am managing a national project using SORL 4.9 and I want to migrate to SOLR 7 . Can you give me a summary of all the spots that need to be done to make this migration? Thank oyu your for help Fred

[jira] [Created] (SOLR-13057) Allow search, facet and timeseries Streaming Expressions to accept comma delimited list of collections.

2018-12-11 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-13057: - Summary: Allow search, facet and timeseries Streaming Expressions to accept comma delimited list of collections. Key: SOLR-13057 URL:

[jira] [Commented] (SOLR-12952) TFIDF scorer uses max docs instead of num docs when using Edismax

2018-12-11 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717253#comment-16717253 ] mosh commented on SOLR-12952: - [~elyograg], {quote}If you use TLOG/PULL replica types (new in 7.x) then all

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

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

[jira] [Commented] (SOLR-12923) The new AutoScaling tests are way to flaky and need special attention.

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

[jira] [Commented] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

2018-12-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717159#comment-16717159 ] Karl Wright commented on LUCENE-8587: - Thinking about it, it seems safest to me to serialize and

[jira] [Commented] (SOLR-12923) The new AutoScaling tests are way to flaky and need special attention.

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

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

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

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

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

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

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

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

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

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

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

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

Re: [JENKINS] Lucene-Solr-NightlyTests-7.6 - Build # 23 - Still Failing

2018-12-11 Thread Steve Rowe
And again! Out of disk space caused by Solr HDFS tests (HdfsCollectionsAPIDistributedZkTest, HdfsAutoAddReplicasIntegrationTest and MoveReplicaHDFSTest, from https://builds.apache.org/view/L/view/Lucene/job/Lucene-Solr-NightlyTests-7.x/400/consoleText ), this time on

[jira] [Commented] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

2018-12-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717068#comment-16717068 ] Karl Wright commented on LUCENE-8587: - It appears GeoStandardCircle and GeoExactCircle require

[JENKINS] Lucene-Solr-http2-Solaris (64bit/jdk1.8.0) - Build # 14 - Unstable!

2018-12-11 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-http2-Solaris/14/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 6 tests failed. FAILED: org.apache.solr.handler.dataimport.TestHierarchicalDocBuilder.testThreeLevelHierarchy Error Message: Debug documents does not contain child

[jira] [Commented] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

2018-12-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717035#comment-16717035 ] Karl Wright commented on LUCENE-8587: - What I'd like to do is change the GeoPoint serialization and

[jira] [Commented] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

2018-12-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717020#comment-16717020 ] Karl Wright commented on LUCENE-8587: - Ok, you're right, this is more complex. We cannot do without

[jira] [Commented] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

2018-12-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717004#comment-16717004 ] Karl Wright commented on LUCENE-8587: - {quote} Maybe we should build the point here using the

[JENKINS] Lucene-Solr-repro - Build # 2407 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2407/ [...truncated 8 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[jira] [Commented] (SOLR-12923) The new AutoScaling tests are way to flaky and need special attention.

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

[JENKINS] Lucene-Solr-Tests-7.x - Build # 1117 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/1117/ No tests ran. Build Log: [...truncated 6 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at

[jira] [Commented] (LUCENE-8601) Adding attributes to IndexFieldType

2018-12-11 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16716998#comment-16716998 ] Lucene/Solr QA commented on LUCENE-8601: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (SOLR-12923) The new AutoScaling tests are way to flaky and need special attention.

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

[jira] [Assigned] (LUCENE-8587) Self comparison bug in GeoComplexPolygon.equals method

2018-12-11 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned LUCENE-8587: --- Assignee: Karl Wright > Self comparison bug in GeoComplexPolygon.equals method >

[JENKINS] Lucene-Solr-repro - Build # 2406 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2406/ [...truncated 8 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-Tests-master - Build # 3049 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3049/ No tests ran. Build Log: [...truncated 6 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at

[JENKINS] Lucene-Solr-repro - Build # 2405 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2405/ [...truncated 8 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-Tests-7.6 - Build # 93 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.6/93/ No tests ran. Build Log: [...truncated 6 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[jira] [Resolved] (SOLR-12933) Fix SolrCloud distributed commit.

2018-12-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-12933. Resolution: Fixed Fix Version/s: master (8.0) 7.6 > Fix SolrCloud

[jira] [Resolved] (LUCENE-8546) Fix ant beast to fail and succeed based on whether beasting actually fails or succeeds.

2018-12-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-8546. - Resolution: Fixed Fix Version/s: master (8.0) 7.6 > Fix ant beast to

[jira] [Updated] (LUCENE-8601) Adding attributes to IndexFieldType

2018-12-11 Thread Murali Krishna P (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Murali Krishna P updated LUCENE-8601: - Description: Today, we can write a custom Field using custom IndexFieldType, but when

[jira] [Resolved] (LUCENE-8541) Fix ant beast to not overwrite junit xml results for each beast.iters iteration.

2018-12-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-8541. - Resolution: Fixed Fix Version/s: master (8.0) 7.6 > Fix ant beast to

[JENKINS] Lucene-Artifacts-7.x - Build # 388 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Artifacts-7.x/388/ No tests ran. Build Log: [...truncated 6 lines...] ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Could not init /home/jenkins/jenkins-slave/workspace/Lucene-Artifacts-7.x at

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

2018-12-11 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16716896#comment-16716896 ] Toke Eskildsen commented on LUCENE-8374: No reaction to that. Fair enough, I could have asked

[jira] [Created] (LUCENE-8601) Adding attributes to IndexFieldType

2018-12-11 Thread Murali Krishna P (JIRA)
Murali Krishna P created LUCENE-8601: Summary: Adding attributes to IndexFieldType Key: LUCENE-8601 URL: https://issues.apache.org/jira/browse/LUCENE-8601 Project: Lucene - Core Issue

[jira] [Commented] (SOLR-13045) Harden TestSimPolicyCloud

2018-12-11 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16716891#comment-16716891 ] Jason Gerlowski commented on SOLR-13045: Committed this fix to master and branch_7x.  In testing,

[JENKINS] Lucene-Solr-repro - Build # 2404 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2404/ [...truncated 8 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-Tests-http2 - Build # 80 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-http2/80/ No tests ran. Build Log: [...truncated 6 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at

[JENKINS] Lucene-Solr-repro - Build # 2400 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2400/ [...truncated 12 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-repro - Build # 2403 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2403/ [...truncated 30 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-7.6/92/consoleText [...truncated 6 lines...] raise RuntimeError('ERROR: %s does not appear to be a Jenkins log.' % url)

[JENKINS] Lucene-Solr-repro - Build # 2402 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2402/ [...truncated 32 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/1116/consoleText [...truncated 6 lines...] raise RuntimeError('ERROR: %s does not appear to be a Jenkins log.' % url)

[JENKINS] Lucene-Solr-repro - Build # 2401 - Failure

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2401/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-7.x/39/consoleText [...truncated 6 lines...] raise RuntimeError('ERROR: %s does not appear to be a Jenkins log.'

[jira] [Commented] (SOLR-13054) TriggerSetPropertiesIntegrationTest cleanup

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

[JENKINS] Lucene-Solr-repro - Build # 2399 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2399/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1720/consoleText [...truncated 6 lines...] raise RuntimeError('ERROR: %s does not appear to be a Jenkins log.' %

[JENKINS] Lucene-Solr-repro - Build # 2398 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2398/ [...truncated 17 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-repro - Build # 2397 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2397/ [...truncated 8 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-Tests-7.6 - Build # 92 - Failure

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.6/92/ No tests ran. Build Log: [...truncated 8 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at

[JENKINS] Lucene-Solr-repro - Build # 2396 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2396/ [...truncated 8 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-repro - Build # 2395 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2395/ [...truncated 8 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-repro - Build # 2394 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2394/ [...truncated 8 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-repro - Build # 2393 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2393/ [...truncated 9 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

[JENKINS] Lucene-Solr-repro - Build # 2392 - Still Failing

2018-12-11 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2392/ [...truncated 9 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888) at

<    1   2   3   >