-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MINDEXER-176] Clean up silos #273
Conversation
The MT updater did not clean up silos after done. --- https://issues.apache.org/jira/browse/MINDEXER-176
@mbien pls take a peek |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me. Thanks!
indexer-core/src/main/java/org/apache/maven/index/updater/IndexDataReader.java
Outdated
Show resolved
Hide resolved
indexer-core/src/main/java/org/apache/maven/index/updater/IndexDataReader.java
Outdated
Show resolved
Hide resolved
and regroup a bit: do not call addIndexes from loop when it can be batched.
@cstamas any chance for an update release till May? I would be particularly interested in this fix here which would make me more comfortable to enable MT index extraction in NetBeans. (if not - no problem, there is always the next release :)) btw love the new formatting! |
Sure, am a bit distracted with resolver 1.9.5 and maven 3.9.1 but I planned to release this as next (this is NOT FINAL but a DRAFT release notes, just to make sure anon users can access it) https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317523&version=12352530 MINDEXER-183 is still "in progress" #292 , will take a peek at it and merge and then release can happen. Any hint, opinion, idea (or maybe opposing to any change above), please ping me on ML and let's discuss https://maven.apache.org/mailing-lists.html (or hop onto ASF Slack) |
Oh, "upgrade to resolver 1.9.4" is also def to happen (1.9.2 has issues) |
The MT updater did not clean up silos after done.
https://issues.apache.org/jira/browse/MINDEXER-176