[
https://issues.apache.org/jira/browse/LUCENE-10184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540366#comment-17540366
]
ASF subversion and git services commented on LUCENE-10184:
--
Co
uschindler commented on code in PR #912:
URL: https://github.com/apache/lucene/pull/912#discussion_r878662352
##
lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java:
##
@@ -232,55 +224,62 @@ public IndexInput openInput(String name, IOContext
context) throws IOExcept
mocobeta commented on code in PR #912:
URL: https://github.com/apache/lucene/pull/912#discussion_r878663653
##
lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java:
##
@@ -232,55 +224,62 @@ public IndexInput openInput(String name, IOContext
context) throws IOExceptio
mocobeta commented on code in PR #912:
URL: https://github.com/apache/lucene/pull/912#discussion_r87874
##
lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java:
##
@@ -232,55 +224,62 @@ public IndexInput openInput(String name, IOContext
context) throws IOExceptio
vigyasharma commented on code in PR #892:
URL: https://github.com/apache/lucene/pull/892#discussion_r878666817
##
lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingStoredFieldsWriter.java:
##
@@ -553,14 +554,20 @@ private void copyChunks(
mocobeta commented on code in PR #912:
URL: https://github.com/apache/lucene/pull/912#discussion_r87874
##
lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java:
##
@@ -232,55 +224,62 @@ public IndexInput openInput(String name, IOContext
context) throws IOExceptio
msokolov commented on PR #913:
URL: https://github.com/apache/lucene/pull/913#issuecomment-1133605270
> It's not a part of the mandatory test suite but you can run it headlessly
with a virtual display (if you are on Linux). Please see:
Thanks, I guess it runs as part of `check` tasks? An
msokolov commented on code in PR #913:
URL: https://github.com/apache/lucene/pull/913#discussion_r878686983
##
lucene/core/src/java/org/apache/lucene/util/VectorUtil.java:
##
@@ -213,4 +213,21 @@ public static void add(float[] u, float[] v) {
u[i] += v[i];
}
}
+
+
msokolov commented on code in PR #913:
URL: https://github.com/apache/lucene/pull/913#discussion_r878686983
##
lucene/core/src/java/org/apache/lucene/util/VectorUtil.java:
##
@@ -213,4 +213,21 @@ public static void add(float[] u, float[] v) {
u[i] += v[i];
}
}
+
+
mocobeta commented on PR #917:
URL: https://github.com/apache/lucene/pull/917#issuecomment-1133646096
I would merge this now not to fail the CI in unrelated pull requests; we
could re-enable it on windows vm in the future if the GH actions runner is
improved.
--
This is an automated mess
mocobeta merged PR #917:
URL: https://github.com/apache/lucene/pull/917
--
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 to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache
[
https://issues.apache.org/jira/browse/LUCENE-10531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540436#comment-17540436
]
ASF subversion and git services commented on LUCENE-10531:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540437#comment-17540437
]
ASF subversion and git services commented on LUCENE-10531:
--
Co
dweiss commented on PR #917:
URL: https://github.com/apache/lucene/pull/917#issuecomment-1133651444
I'm not sure what's causing this. It looks strange. I'll play around and
report if I find out anything.
--
This is an automated message from the Apache Git Service.
To respond to the messag
mocobeta commented on PR #917:
URL: https://github.com/apache/lucene/pull/917#issuecomment-1133656519
Thanks. I muted it for now since I thought we shouldn't experiment in the
upstream repository, but I'll also look at it when I have spare time.
It looks like it can be easily reproduc
mocobeta commented on PR #917:
URL: https://github.com/apache/lucene/pull/917#issuecomment-1133669396
Just a quick note: I noticed that it looks like some virtual display/monitor
is enabled on the Windows Server VM in
https://github.com/mocobeta/lucene/pull/2. I'm not sure the Windows VM in
dweiss commented on PR #917:
URL: https://github.com/apache/lucene/pull/917#issuecomment-1133749382
I've been trying to reproduce this with more debugging info but can't, in
spite of several dozen attempts.
--
This is an automated message from the Apache Git Service.
To respond to the mes
dweiss commented on PR #917:
URL: https://github.com/apache/lucene/pull/917#issuecomment-1133749390
https://github.com/dweiss/lucene/actions/runs/2363545679
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
mdmarshmallow commented on code in PR #841:
URL: https://github.com/apache/lucene/pull/841#discussion_r878767917
##
lucene/facet/src/java/org/apache/lucene/facet/hyperrectangle/HyperRectangle.java:
##
@@ -0,0 +1,101 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
dsmiley merged PR #902:
URL: https://github.com/apache/lucene/pull/902
--
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 to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.
[
https://issues.apache.org/jira/browse/LUCENE-8519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540521#comment-17540521
]
ASF subversion and git services commented on LUCENE-8519:
-
Commi
mocobeta commented on PR #917:
URL: https://github.com/apache/lucene/pull/917#issuecomment-1133810346
Repeating the test in the same machine didn't reproduce the failure for me
too.
I tried setting up 20 virtual machines and one of them failed.
https://github.com/mocobeta/lucene/p
[
https://issues.apache.org/jira/browse/LUCENE-8519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540523#comment-17540523
]
ASF subversion and git services commented on LUCENE-8519:
-
Commi
dsmiley commented on PR #898:
URL: https://github.com/apache/lucene/pull/898#issuecomment-1133815329
I ended up cherry picking #902 so I'll close this.
--
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
dsmiley closed pull request #898: LUCENE-8519 MultiDocValues.getNormValues
should not call getMergedFieldInfos
URL: https://github.com/apache/lucene/pull/898
--
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 t
[
https://issues.apache.org/jira/browse/LUCENE-8519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley resolved LUCENE-8519.
--
Fix Version/s: 9.3
Resolution: Fixed
Thanks for contributing Rushabh!
> MultiDocValues
[
https://issues.apache.org/jira/browse/LUCENE-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540526#comment-17540526
]
Vigya Sharma commented on LUCENE-3373:
--
Sorry you ran into this Thomas. I tried bea
[
https://issues.apache.org/jira/browse/LUCENE-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540531#comment-17540531
]
Vigya Sharma commented on LUCENE-3373:
--
I have a hypothesis...
When we IndexWriter
[
https://issues.apache.org/jira/browse/LUCENE-10583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540532#comment-17540532
]
Vigya Sharma commented on LUCENE-10583:
---
Added some comments to
[LUCENE-3373|ht
mocobeta commented on PR #917:
URL: https://github.com/apache/lucene/pull/917#issuecomment-1133823694
I tested several timeouts.
- 60 seconds: occasionally fails
- 120 seconds: occasionally fails
- 600 seconds: didn't see any failure in several dozens of runs
It looks like inc
shaie commented on code in PR #841:
URL: https://github.com/apache/lucene/pull/841#discussion_r878796006
##
lucene/core/src/java/org/apache/lucene/document/DoublePointDocValuesField.java:
##
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or m
Tomoko Uchida created LUCENE-10586:
--
Summary: Minor refactoring in Lucene90BlockTreeTermsReader local
variables: metaIn, indexMetaIn, termsMetaIn
Key: LUCENE-10586
URL: https://issues.apache.org/jira/browse/LUCEN
mocobeta opened a new pull request, #918:
URL: https://github.com/apache/lucene/pull/918
See https://issues.apache.org/jira/browse/LUCENE-10586
--
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 to the
dweiss commented on PR #917:
URL: https://github.com/apache/lucene/pull/917#issuecomment-1133832324
It is impossible and insane - something is wrong. I don't believe forking a
simple process requires 600 seconds to complete, while running gradle tasks
completes orders of magnitude faster. T
34 matches
Mail list logo