dnhatn commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403814196
##
File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java
##
@@ -273,33
dnhatn commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403751529
##
File path: lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java
##
@@ -3774,6
dnhatn commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403812199
##
File path: lucene/core/src/java/org/apache/lucene/index/FlushPolicy.java
##
@@ -52,38 +50,
[
https://issues.apache.org/jira/browse/SOLR-12720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17076020#comment-17076020
]
Marcus Eagan commented on SOLR-12720:
-
No problem. Thank you!
> Remove autoReplicaFa
[
https://issues.apache.org/jira/browse/SOLR-12720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-12720:
-
Fix Version/s: (was: 8.1)
8.6
> Remove autoReplicaFailover
[
https://issues.apache.org/jira/browse/SOLR-12720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar resolved SOLR-12720.
--
Assignee: Shalin Shekhar Mangar
Resolution: Fixed
Thanks [~marcussorealhe
[
https://issues.apache.org/jira/browse/SOLR-12720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17076001#comment-17076001
]
ASF subversion and git services commented on SOLR-12720:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-12720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075999#comment-17075999
]
Shalin Shekhar Mangar commented on SOLR-12720:
--
The commit for this issue us
asfgit closed pull request #1402: SOLR-12720 Deprecated Auto Add Replica in XML
URL: https://github.com/apache/lucene-solr/pull/1402
This is an automated message from the Apache Git Service.
To respond to the message, please
[
https://issues.apache.org/jira/browse/SOLR-12067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075997#comment-17075997
]
ASF subversion and git services commented on SOLR-12067:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-14371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075949#comment-17075949
]
Jan Høydahl commented on SOLR-14371:
So I feel the current PR solves the intention of
Jan Høydahl created SOLR-14389:
--
Summary: Support dynamic reconfiguration of Zookeeper ensemble
Key: SOLR-14389
URL: https://issues.apache.org/jira/browse/SOLR-14389
Project: Solr
Issue Type: Im
[
https://issues.apache.org/jira/browse/SOLR-14359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-14359.
Resolution: Fixed
> Admin UI has "Select an option" for collections and cores drop-downs.
> ---
[
https://issues.apache.org/jira/browse/SOLR-14359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075864#comment-17075864
]
ASF subversion and git services commented on SOLR-14359:
Commit e
[
https://issues.apache.org/jira/browse/SOLR-14359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075863#comment-17075863
]
ASF subversion and git services commented on SOLR-14359:
Commit e
[
https://issues.apache.org/jira/browse/SOLR-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075861#comment-17075861
]
Jan Høydahl commented on SOLR-14210:
So I think I have addressed all comments. Planni
janhoy commented on issue #1387: SOLR-14210: Include replica health in
healtcheck handler
URL: https://github.com/apache/lucene-solr/pull/1387#issuecomment-609438005
I think I have addressed all comments now?
This is an autom
janhoy commented on a change in pull request #1387: SOLR-14210: Include replica
health in healtcheck handler
URL: https://github.com/apache/lucene-solr/pull/1387#discussion_r403719563
##
File path:
solr/core/src/java/org/apache/solr/handler/admin/HealthCheckHandler.java
##
dsmiley opened a new pull request #1407: Use QueryUtils.combineQueryAndFilter
more
URL: https://github.com/apache/lucene-solr/pull/1407
and check query==MatchAllDocsQuery (minor & cheap optimization)
I more thoroughly examined opportunities to use this new function and found
them a
ErickErickson opened a new pull request #1406: SOLR-14388: Remove references to
rule-based replica placement in the ref guide
URL: https://github.com/apache/lucene-solr/pull/1406
First cut of document changes.
This is an aut
[
https://issues.apache.org/jira/browse/LUCENE-9060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson resolved LUCENE-9060.
Resolution: Fixed
Fixed in LUCENE-9080
> Fix the files generated python scripts in lucene
[
https://issues.apache.org/jira/browse/SOLR-4457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075843#comment-17075843
]
Jan Høydahl commented on SOLR-4457:
---
Perhaps we should document somewhere that applicati
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403701699
##
File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java
##
@@ -27
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403701954
##
File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java
##
@@ -32
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403701483
##
File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java
##
@@ -59
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403702986
##
File path:
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterFlushControl.java
#
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403704846
##
File path:
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterFlushControl.java
#
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403703730
##
File path:
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerThread.java
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403703871
##
File path:
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerThreadPool.java
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403704655
##
File path:
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerThread.java
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403703688
##
File path:
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerThread.java
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403702693
##
File path:
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterFlushControl.java
#
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403702846
##
File path:
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterFlushControl.java
#
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403703718
##
File path:
lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerThread.java
[
https://issues.apache.org/jira/browse/SOLR-12741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075836#comment-17075836
]
Erick Erickson commented on SOLR-12741:
---
Linking issues from the query:
project =
Erick Erickson created SOLR-14388:
-
Summary: Remove references to rule-based replica placement in the
ref guide
Key: SOLR-14388
URL: https://issues.apache.org/jira/browse/SOLR-14388
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-4457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075833#comment-17075833
]
Erick Erickson commented on SOLR-4457:
--
[~janhoy] Ran into this by accident, should w
mikemccand commented on a change in pull request #1397: LUCENE-9304: Refactor
DWPTPool to pool DWPT directly
URL: https://github.com/apache/lucene-solr/pull/1397#discussion_r403700502
##
File path: lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java
##
@@ -32
[
https://issues.apache.org/jira/browse/SOLR-14386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075829#comment-17075829
]
ASF subversion and git services commented on SOLR-14386:
Commit e
mocobeta commented on a change in pull request #1388: LUCENE-9278: Use
-linkoffline instead of relative paths to make links to other projects
URL: https://github.com/apache/lucene-solr/pull/1388#discussion_r403686320
##
File path: gradle/render-javadoc.gradle
##
@@ -15,93
MarcusSorealheis commented on issue #1391: SOLR-14014 Add a disable Admin UI
Flag
URL: https://github.com/apache/lucene-solr/pull/1391#issuecomment-609394891
@gerlowskija I believe all the changes here are made
This is an aut
MarcusSorealheis commented on issue #1402: SOLR-12720 Deprecated Auto Add
Replica in XML
URL: https://github.com/apache/lucene-solr/pull/1402#issuecomment-609394019
@shalinmangar another precommit failure unrelated to my code:
```check-licenses:
[echo] License check under:
/home
[
https://issues.apache.org/jira/browse/SOLR-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075774#comment-17075774
]
Shalin Shekhar Mangar commented on SOLR-14347:
--
The PR is still open, can yo
43 matches
Mail list logo