rmuir opened a new pull request #2409:
URL: https://github.com/apache/lucene-solr/pull/2409
currently in master `tests.profile` gives totally broken output. Reverting
the last changes to `profiling.gradle` gets it working again
-
rmuir commented on pull request #2409:
URL: https://github.com/apache/lucene-solr/pull/2409#issuecomment-782863061
@dweiss i'm not sure what changes broke it here, maybe it was just a typo? I
only know i was able to get her running again with a git checkout command :)
Robert Muir created LUCENE-9795:
---
Summary: investigate large checkindex regression in nightly
benchmarks
Key: LUCENE-9795
URL: https://issues.apache.org/jira/browse/LUCENE-9795
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-9795:
Attachment: Screen_Shot_2021-02-21_at_09.30.30.png
> investigate large checkindex regression in ni
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287976#comment-17287976
]
Robert Muir commented on LUCENE-9795:
-
This seems to also impact some, but not all,
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-9795:
Summary: investigate large checkindex/grouping regression in nightly
benchmarks (was: investigate
jpountz commented on a change in pull request #2395:
URL: https://github.com/apache/lucene-solr/pull/2395#discussion_r579817121
##
File path: lucene/backward-codecs/README.md
##
@@ -0,0 +1,54 @@
+# Index backwards compatibility
+
+This README describes the approach to maintaini
jpountz commented on a change in pull request #2392:
URL: https://github.com/apache/lucene-solr/pull/2392#discussion_r579818440
##
File path:
lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene80/Lucene80DocValuesFormat.java
##
@@ -163,6 +163,11 @@ public
jpountz commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r579820029
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java
##
@@ -130,127 +167,255 @@ public boolean checkConsistency() {
}
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287988#comment-17287988
]
Robert Muir commented on LUCENE-9795:
-
OK, I think i can explain the checkindex stuf
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-9795:
Attachment: LUCENE-9795.patch
> investigate large checkindex/grouping regression in nightly benchm
Robert Muir created LUCENE-9796:
---
Summary: fix SortedDocValues to no longer extend BinaryDocValues
Key: LUCENE-9796
URL: https://issues.apache.org/jira/browse/LUCENE-9796
Project: Lucene - Core
gus-asf commented on pull request #1954:
URL: https://github.com/apache/lucene-solr/pull/1954#issuecomment-782881341
@kwatters assuming you agree with my doc tweaks I think this is good to go.
This is an automated message fro
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287991#comment-17287991
]
Robert Muir commented on LUCENE-9795:
-
I opened LUCENE-9796 as a followup to fix the
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287995#comment-17287995
]
Michael McCandless commented on LUCENE-9795:
+1 for that simple patch to fix
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287996#comment-17287996
]
ASF subversion and git services commented on LUCENE-9795:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-9795.
-
Fix Version/s: master (9.0)
Resolution: Fixed
> investigate large checkindex/grouping reg
[
https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287997#comment-17287997
]
Robert Muir commented on LUCENE-9795:
-
I experimented locally with a quick hack patc
[
https://issues.apache.org/jira/browse/LUCENE-9796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287999#comment-17287999
]
Robert Muir commented on LUCENE-9796:
-
There are quite a few abusers in tests, group
kwatters commented on pull request #1954:
URL: https://github.com/apache/lucene-solr/pull/1954#issuecomment-782886142
@gus-asf Nice additional tests. At least we have defined a behavior here
for those test cases. I think this is good to go. Thanks!
gus-asf merged pull request #1954:
URL: https://github.com/apache/lucene-solr/pull/1954
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
[
https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288002#comment-17288002
]
ASF subversion and git services commented on SOLR-14787:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288007#comment-17288007
]
ASF subversion and git services commented on SOLR-14787:
Commit 8
[
https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gus Heck resolved SOLR-14787.
-
Fix Version/s: master (9.0)
Resolution: Implemented
> Inequality support in Payload Check query pa
murblanc opened a new pull request #2410:
URL: https://github.com/apache/lucene-solr/pull/2410
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
[
https://issues.apache.org/jira/browse/SOLR-14762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288018#comment-17288018
]
David Smiley commented on SOLR-14762:
-
Agreed on keeping the "solr/" folder around fo
rmuir commented on pull request #2409:
URL: https://github.com/apache/lucene-solr/pull/2409#issuecomment-782892686
and pls feel free to just cancel this PR if you know how to fix the real
gradle logic issue with master that causes the crazy output... I needed a
branch with this thing worki
[
https://issues.apache.org/jira/browse/LUCENE-9796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-9796:
Attachment: LUCENE-9796_prototype.patch
> fix SortedDocValues to no longer extend BinaryDocValues
[
https://issues.apache.org/jira/browse/LUCENE-9796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288028#comment-17288028
]
Robert Muir commented on LUCENE-9796:
-
I attached a prototype of what I had in mind:
murblanc merged pull request #2410:
URL: https://github.com/apache/lucene-solr/pull/2410
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
[
https://issues.apache.org/jira/browse/SOLR-15157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288032#comment-17288032
]
ASF subversion and git services commented on SOLR-15157:
Commit c
thelabdude commented on a change in pull request #221:
URL:
https://github.com/apache/lucene-solr-operator/pull/221#discussion_r579845189
##
File path: api/v1beta1/solrcloud_types.go
##
@@ -1022,3 +1044,35 @@ type SolrTLSOptions struct {
// +optional
RestartOnT
[
https://issues.apache.org/jira/browse/SOLR-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288065#comment-17288065
]
Jan Høydahl commented on SOLR-14761:
New repo is created. Closing.
> Order new 'solr
[
https://issues.apache.org/jira/browse/SOLR-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-14761.
Resolution: Fixed
> Order new 'solr' git repo
> -
>
> Key:
[
https://issues.apache.org/jira/browse/SOLR-14762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288066#comment-17288066
]
Jan Høydahl commented on SOLR-14762:
New solr git repo is created.
> Fork the git re
dsmiley commented on a change in pull request #2356:
URL: https://github.com/apache/lucene-solr/pull/2356#discussion_r579854153
##
File path: solr/core/src/java/org/apache/solr/util/ExportTool.java
##
@@ -319,6 +369,91 @@ private Object constructDateStr(Object field) {
r
gus-asf merged pull request #2393:
URL: https://github.com/apache/lucene-solr/pull/2393
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
[
https://issues.apache.org/jira/browse/SOLR-15160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288067#comment-17288067
]
ASF subversion and git services commented on SOLR-15160:
Commit e
[
https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288071#comment-17288071
]
Anshum Gupta commented on SOLR-14760:
-
Speaking with Infra and some back and forth an
[
https://issues.apache.org/jira/browse/SOLR-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl reopened SOLR-14761:
> Order new 'solr' git repo
> -
>
> Key: SOLR-14761
>
[
https://issues.apache.org/jira/browse/SOLR-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288078#comment-17288078
]
Jan Høydahl commented on SOLR-14761:
False alarm, need to wait for confirmation.
> O
Jan Høydahl created LUCENE-9797:
---
Summary: Remove Solr from Lucene website
Key: LUCENE-9797
URL: https://issues.apache.org/jira/browse/LUCENE-9797
Project: Lucene - Core
Issue Type: Sub-task
[
https://issues.apache.org/jira/browse/LUCENE-9797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288096#comment-17288096
]
Jan Høydahl commented on LUCENE-9797:
-
I have done this work in the branch {{main/lu
[
https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288097#comment-17288097
]
Jan Høydahl commented on SOLR-14499:
See LUCENE-9797 for the Lucene-site changes that
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r579885507
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java
##
@@ -130,127 +167,255 @@ public boolean checkConsistency() {
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r579885602
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexingChain.java
##
@@ -1313,4 +1259,110 @@ public void recycleIntBlocks(int[][]
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r579885622
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java
##
@@ -130,127 +167,255 @@ public boolean checkConsistency() {
mayya-sharipova commented on pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-782960621
@jpountz Adrien, thank a lot for the initial review. Sorry for the delay,
the patch turned out to be much more involved than I expected.
There are still few tests
gus-asf opened a new pull request #2411:
URL: https://github.com/apache/lucene-solr/pull/2411
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
[
https://issues.apache.org/jira/browse/SOLR-13696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288112#comment-17288112
]
Gus Heck commented on SOLR-13696:
-
Finally coming back to this. In retrospect I think thi
gus-asf commented on pull request #2411:
URL: https://github.com/apache/lucene-solr/pull/2411#issuecomment-782967326
@tflobbe Please review what I did to make enable the uploading of config
sets within tests possible. When I tried to re-enable this test it was failing
it was untrusted and
[
https://issues.apache.org/jira/browse/LUCENE-9722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nhat Nguyen updated LUCENE-9722:
Fix Version/s: (was: 8.0.1)
Affects Version/s: (was: 8.7)
8.
[
https://issues.apache.org/jira/browse/SOLR-15164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288171#comment-17288171
]
Atri Sharma commented on SOLR-15164:
[~epugh] Yes, we could use sync requestID to tra
dsmiley commented on a change in pull request #2356:
URL: https://github.com/apache/lucene-solr/pull/2356#discussion_r579854438
##
File path: solr/core/src/java/org/apache/solr/util/ExportTool.java
##
@@ -319,6 +369,91 @@ private Object constructDateStr(Object field) {
r
Nitiraj Rathore created LUCENE-9798:
---
Summary: Fix looping bug when calculating full KNN results in
KnnGraphTester
Key: LUCENE-9798
URL: https://issues.apache.org/jira/browse/LUCENE-9798
Project: Lu
Bence Szabó created SOLR-15178:
--
Summary: Non-existent dependency listed in solr-core
Key: SOLR-15178
URL: https://issues.apache.org/jira/browse/SOLR-15178
Project: Solr
Issue Type: Bug
Se
[
https://issues.apache.org/jira/browse/SOLR-15178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bence Szabó updated SOLR-15178:
---
Description:
Solr-core has a dependency, org.apache.solr:*server*, which fails to download.
For test
57 matches
Mail list logo