dweiss commented on issue #14508:
URL: https://github.com/apache/lucene/issues/14508#issuecomment-2808569567
@msfroh would you know how to tackle this better than forcing FSDirectory in
this test?
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
dweiss commented on issue #14508:
URL: https://github.com/apache/lucene/issues/14508#issuecomment-2808566689
Originally added in #10657.
--
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 specif
dweiss opened a new issue, #14508:
URL: https://github.com/apache/lucene/issues/14508
### Description
This tests OOMs on nightly runs sometimes - when its directory
implementation is picked to be in ram.
. It'd need a write access to the
branch, run updateLicenses, then com
github-actions[bot] commented on PR #14404:
URL: https://github.com/apache/lucene/pull/14404#issuecomment-2807845769
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #14352:
URL: https://github.com/apache/lucene/pull/14352#issuecomment-2807846493
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
dependabot[bot] opened a new pull request, #14505:
URL: https://github.com/apache/lucene/pull/14505
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from
1.5.5-11 to 1.5.7-2.
Commits
https://github.com/luben/zstd-jni/commit/88892eb44549a214ba4c23459618b9d5d6
dependabot[bot] opened a new pull request, #14504:
URL: https://github.com/apache/lucene/pull/14504
Bumps com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.8.1
to 2.8.3.
[
from 5.2.0 to 5.6.0.
Release notes
Sourced from https://github.com/michel-kraemer/gradle-downl
dependabot[bot] opened a new pull request, #14502:
URL: https://github.com/apache/lucene/pull/14502
Bumps xerces:xercesImpl from 2.12.0 to 2.12.2.
[ build
of FAISS, right?
I.e. once the next [feature release of FAISS is out
(1.11.0?)](https://github.com/f
uschindler commented on issue #14481:
URL: https://github.com/apache/lucene/issues/14481#issuecomment-2802496845
I don't exactly remeber why we instructed jenkins to copy over all the hprof
files to a separate directory. I think it was because the Ant build cleaned up
the stuff to early whe
thecoop commented on PR #14482:
URL: https://github.com/apache/lucene/pull/14482#issuecomment-2805013373
To stop this PR getting too big, I suggest merging this here (which doesn't
change any existing behaviour), and work on updating uses of IOContext to use
hints rather than ReadAdvice in
rmuir commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804025900
Thanks for hacking at this one, I appreciate it!
--
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
rmuir closed issue #14491: better pin github actions versions
URL: https://github.com/apache/lucene/issues/14491
--
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,
dweiss commented on issue #14480:
URL: https://github.com/apache/lucene/issues/14480#issuecomment-2802449583
Repro, just fyi:
```
./gradlew test --tests TestFloatVectorSimilarityQuery.testTimeout
-Dtests.seed=9843678908EBB30D -Dtests.multiplier=3 -Dtests.locale=ru
-Dtests.timezone=Ame
dweiss opened a new pull request, #14495:
URL: https://github.com/apache/lucene/pull/14495
#14490
--
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: i
rmuir commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804159900
I see your point: I see it from your fork at the expected place that
requires no special permissions:
https://github.com/dweiss/lucene/network/dependencies?q=ecosystem%3AMaven
rmuir commented on issue #14483:
URL: https://github.com/apache/lucene/issues/14483#issuecomment-2803756019
Goes without saying that I can change it to ByteBuffersDirectory, but it
seems to get slow under pressure, I'm not comfortable with that as a
file-handle reducer. It may just instead
rmuir commented on PR #14493:
URL: https://github.com/apache/lucene/pull/14493#issuecomment-2804210293
> What would be the right way to get the original input string then, please?
Or do you just declare that `RegExp` does not support that?
>
It doesn't have a method to support thi
rmuir merged PR #14492:
URL: https://github.com/apache/lucene/pull/14492
--
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.apach
rmuir commented on PR #14492:
URL: https://github.com/apache/lucene/pull/14492#issuecomment-2803999569
@dweiss I do like the renovatebot for that use-case, it runs stateless e.g.
as a `docker run`. It works great for managing front-end dependencies and runs
the real `npm` (for better or wor
rmuir merged PR #14489:
URL: https://github.com/apache/lucene/pull/14489
--
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.apach
jainankitk opened a new issue, #14485:
URL: https://github.com/apache/lucene/issues/14485
### Description
Currently, we are using `maxDoc >>> 7` as the default threshold before
upgrading to BitSet. I am wondering if there is more optimal way of determining
the right threshold.
msokolov commented on PR #14178:
URL: https://github.com/apache/lucene/pull/14178#issuecomment-2801592335
I did download miniconda, but I have to say its license terms are not very
appealing. For example:
```
2.1 Organizational Use. Your registration, download, use, installation,
dweiss closed issue #14481: Dump hprof on OOM from tests
URL: https://github.com/apache/lucene/issues/14481
--
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-ma
mikemccand commented on PR #14333:
URL: https://github.com/apache/lucene/pull/14333#issuecomment-2806504615
> Nightly confirmed the speedup.
That's ~1.2 M primary key lookups per second, yay!
PK lookups are used all the time, not just the "key/value store" use case...
e.g. upda
vigyasharma closed issue #14362: Support modifying segmentInfos.counter in
IndexWriter
URL: https://github.com/apache/lucene/issues/14362
--
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
gf2121 commented on PR #14333:
URL: https://github.com/apache/lucene/pull/14333#issuecomment-2805221641
Nightly confirmed the speedup.
https://benchmarks.mikemccandless.com/2025.04.14.18.05.20.html
https://benchmarks.mikemccandless.com/PKLookup.html
Annotation PR: https://git
dependabot[bot] closed pull request #14466: ci: bump actions/stale from 5 to 9
URL: https://github.com/apache/lucene/pull/14466
--
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.
dependabot[bot] opened a new pull request, #14498:
URL: https://github.com/apache/lucene/pull/14498
Bumps [actions/stale](https://github.com/actions/stale) from 5.2.0 to 9.1.0.
Release notes
Sourced from https://github.com/actions/stale/releases";>actions/stale's
releases.
v
dependabot[bot] opened a new pull request, #14499:
URL: https://github.com/apache/lucene/pull/14499
Bumps `flexmark` from 0.61.24 to 0.64.8.
Updates `com.vladsch.flexmark:flexmark` from 0.61.24 to 0.64.8
Commits
See full diff in https://github.com/vsch/flexmark-java/commits";
dependabot[bot] commented on PR #14466:
URL: https://github.com/apache/lucene/pull/14466#issuecomment-2804946688
Superseded by #14498.
--
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
dweiss commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804947353
I've merged this on main. Let's see what happens.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
dweiss merged PR #14495:
URL: https://github.com/apache/lucene/pull/14495
--
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.apac
ChrisHegarty merged PR #14426:
URL: https://github.com/apache/lucene/pull/14426
--
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...@lucen
dweiss commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804005231
Let me take a look on my fork.
--
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 spe
navneet1v commented on PR #14426:
URL: https://github.com/apache/lucene/pull/14426#issuecomment-2804604505
> > @ChrisHegarty this PR provides the info on how much off heap space is
needed but this doesn't provide info on how much is loaded into memory correct?
and do we have any plans to ex
ChrisHegarty commented on code in PR #14426:
URL: https://github.com/apache/lucene/pull/14426#discussion_r2043960727
##
lucene/core/src/java/org/apache/lucene/codecs/KnnVectorsReader.java:
##
@@ -130,4 +134,48 @@ public KnnVectorsReader getMergeInstance() {
* The default imp
rmuir commented on PR #14466:
URL: https://github.com/apache/lucene/pull/14466#issuecomment-2804109445
at least we got the PR we were looking for (unrelated to the magnitude of
changes).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
ChrisHegarty merged PR #14497:
URL: https://github.com/apache/lucene/pull/14497
--
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...@lucen
ChrisHegarty opened a new pull request, #14497:
URL: https://github.com/apache/lucene/pull/14497
Backport of:
* #14426
--
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
ChrisHegarty commented on code in PR #14482:
URL: https://github.com/apache/lucene/pull/14482#discussion_r2044187179
##
lucene/core/src/test/org/apache/lucene/store/TestDirectory.java:
##
@@ -126,4 +126,27 @@ public void testListAll() throws Throwable {
assertTrue(files.con
mgodwan commented on issue #14463:
URL: https://github.com/apache/lucene/issues/14463#issuecomment-2804548615
Thanks @bharath-techie for the dive deep and root causing this.
@uschindler Thoughts on this if it is ok to proceed with updating readadvice
for merges?
--
This is an autom
mikemccand commented on issue #14496:
URL: https://github.com/apache/lucene/issues/14496#issuecomment-2804427926
Very cool!
--
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.
dweiss commented on issue #14481:
URL: https://github.com/apache/lucene/issues/14481#issuecomment-2802438002
They are written to the current working dir of the test task's jvm. So, for
each project, this would be ```build/tmp/tests-cwd/*.hprof```. Won't jenkins
copy over those artifacts so
stefanvodita commented on PR #14459:
URL: https://github.com/apache/lucene/pull/14459#issuecomment-2804349293
Thanks for the explanation! The new revision looks good as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
ChrisHegarty commented on PR #14426:
URL: https://github.com/apache/lucene/pull/14426#issuecomment-2804247850
> @ChrisHegarty this PR provides the info on how much off heap space is
needed but this doesn't provide info on how much is loaded into memory correct?
and do we have any plans to e
rmuir opened a new issue, #14496:
URL: https://github.com/apache/lucene/issues/14496
### Description
Lucene issues stable releases via backporting.
But the backporting is a manual `git cherry-pick` of the committer: maybe
they run all tests, maybe some, maybe not.
It wo
rmuir commented on code in PR #14495:
URL: https://github.com/apache/lucene/pull/14495#discussion_r2043945611
##
.github/dependabot.yml:
##
@@ -20,3 +20,13 @@ updates:
prefix: build(deps)
labels:
- dependencies
+
+ - package-ecosystem: gradle
+directory:
rmuir commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2803979497
@dweiss mainly I am curious if we can see the new dependencies under
https://github.com/apache/lucene/network/dependencies
I don't know how to test this (i think it only evals d
dweiss commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804189280
This is I think the least invasive change:
https://github.com/apache/lucene/pull/14495
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
dweiss commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804184837
> I dont know what this "Github Dependency Graph Gradle Plugin" is doing at
all
I think it's computing a dependency graph inside gradle, then submitting it
to github via their
Tasssadar commented on PR #14493:
URL: https://github.com/apache/lucene/pull/14493#issuecomment-2804173363
> Separately: the output of .toString() is just that, for humans, and not
guaranteed to be reparsable. I can practically guarantee it is a bad idea to do
this.
What would be the
dweiss commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804108791
Ok, so I think that:
- adding gradle dependencies requires moving the catalog, it's a simple
change and is fine,
- we get update PRs for free then
- adding dependency graph r
rmuir commented on PR #14492:
URL: https://github.com/apache/lucene/pull/14492#issuecomment-2804090222
I'll check the outstanding dependabot PR's response for this one, worst-case
we can revert it, if something goes wrong.
--
This is an automated message from the Apache Git Service.
To re
dweiss commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804115889
Here is why I think adding dependency graph will require some filtering -
these reports very likely originate from gradle plugins somewhere. It's hard to
even track them down:
ht
martijnvg commented on PR #14459:
URL: https://github.com/apache/lucene/pull/14459#issuecomment-2804123675
Thanks for taking a look @stefanvodita! I've added the CHANGES entry.
> Curious if you can share more about what you're trying to achieve!
We have [a specialized doc values
rmuir commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804123037
> Here is why I think adding dependency graph will require some filtering -
these reports very likely originate from gradle plugins somewhere. It's hard to
even track them down:
>
rmuir commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804120377
Is the catalog treated separately than the ordinary java library deps (e.g.
commons-whatever)? Ideally we bring all the deps into automation, but for this
issue I figured the java lib
rmuir closed issue #14491: better pin github actions versions
URL: https://github.com/apache/lucene/issues/14491
--
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,
dweiss commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804061293
I don't think the dependency graph supports gradle out of the box -
https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/depe
rmuir commented on PR #14493:
URL: https://github.com/apache/lucene/pull/14493#issuecomment-2804077216
I like the change. We can get fancy and extend it in the future, but the
`toString()` today does not do its one job, the output is not readable. This
fixes it to be more practical and not
dweiss commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804071176
The documentation for dependency submission action is here:
https://github.com/gradle/actions/blob/main/docs/dependency-submission.md
it is verbose. I'm not sure we need to u
dweiss commented on issue #14490:
URL: https://github.com/apache/lucene/issues/14490#issuecomment-2804036034
Can't see the dependencies in gradle ecosystem here, perhaps yet:
https://github.com/dweiss/lucene/network/dependencies
but something did run:
https://github.com/dweiss/lucen
81 matches
Mail list logo