[jira] [Commented] (SOLR-15029) More gracefully allow Shard Leader to give up leadership

2021-07-02 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373892#comment-17373892 ] David Smiley commented on SOLR-15029: - LeaderTragicEventTest has been failing on 8x o

[jira] [Commented] (SOLR-15499) StatsStream should leverage the tiered support added to FacetStream

2021-07-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373807#comment-17373807 ] ASF subversion and git services commented on SOLR-15499: Commit 9

[GitHub] [solr] thelabdude merged pull request #197: SOLR-15499: StatsStream implement ParallelMetricsRollup to allow for tiered computation for collection aliases

2021-07-02 Thread GitBox
thelabdude merged pull request #197: URL: https://github.com/apache/solr/pull/197 -- 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.

[GitHub] [solr] cpoerschke commented on a change in pull request #198: SOLR-15124 Remove container level admin handlers from ImplicitPlugins.json

2021-07-02 Thread GitBox
cpoerschke commented on a change in pull request #198: URL: https://github.com/apache/solr/pull/198#discussion_r663216784 ## File path: solr/core/src/resources/ImplicitPlugins.json ## @@ -77,18 +77,6 @@ "/admin/plugins": { "class": "solr.PluginInfoHandler" }, -

[GitHub] [solr] cpoerschke commented on a change in pull request #198: SOLR-15124 Remove container level admin handlers from ImplicitPlugins.json

2021-07-02 Thread GitBox
cpoerschke commented on a change in pull request #198: URL: https://github.com/apache/solr/pull/198#discussion_r663216784 ## File path: solr/core/src/resources/ImplicitPlugins.json ## @@ -77,18 +77,6 @@ "/admin/plugins": { "class": "solr.PluginInfoHandler" }, -

[GitHub] [solr] cpoerschke commented on a change in pull request #198: SOLR-15124 Remove container level admin handlers from ImplicitPlugins.json

2021-07-02 Thread GitBox
cpoerschke commented on a change in pull request #198: URL: https://github.com/apache/solr/pull/198#discussion_r663209951 ## File path: solr/core/src/java/org/apache/solr/handler/admin/LoggingHandler.java ## @@ -47,23 +47,16 @@ public class LoggingHandler extends RequestHandle

[jira] [Commented] (SOLR-15355) CVE-2020-9492: Upgrade hadoop-hdfs-client to 3.2.2

2021-07-02 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373722#comment-17373722 ] David Smiley commented on SOLR-15355: - Thanks for contributing [~antogruz]! I'll lea

[jira] [Commented] (SOLR-15355) CVE-2020-9492: Upgrade hadoop-hdfs-client to 3.2.2

2021-07-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373721#comment-17373721 ] ASF subversion and git services commented on SOLR-15355: Commit f

[jira] [Commented] (SOLR-15510) Add additional off heap data structure options and ByteBuffer caching for reduced GC at scale.

2021-07-02 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373718#comment-17373718 ] Mark Robert Miller commented on SOLR-15510: --- Some basic benchmarks on basic byt

[GitHub] [solr] markrmiller commented on a change in pull request #197: SOLR-15499: StatsStream implement ParallelMetricsRollup to allow for tiered computation for collection aliases

2021-07-02 Thread GitBox
markrmiller commented on a change in pull request #197: URL: https://github.com/apache/solr/pull/197#discussion_r663154203 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/StatsStream.java ## @@ -352,4 +378,31 @@ public int getCost() { public StreamC