[
https://issues.apache.org/jira/browse/SOLR-16704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701545#comment-17701545
]
Ishan Chattopadhyaya commented on SOLR-16704:
-
Thank you Tomas!
> Add simple
Bruno Roustant created SOLR-16706:
-
Summary: Reduce the ZLibCompressor compression buffer size
Key: SOLR-16706
URL: https://issues.apache.org/jira/browse/SOLR-16706
Project: Solr
Issue Type:
bruno-roustant opened a new pull request, #1469:
URL: https://github.com/apache/solr/pull/1469
Currently ZLibCompressor.compress() works with a compression buffer
initialized with a capacity equal to the source data (to compress) length.
Since we expect a good compression ratio, specially
Mikhail Khludnev created SOLR-16707:
---
Summary: TestFiltering.testRandomFiltering Caffeine cache
async=false IllegalStateException: Recursive update
Key: SOLR-16707
URL: https://issues.apache.org/jira/browse/SOLR
vinayakphegde commented on code in PR #1467:
URL: https://github.com/apache/solr/pull/1467#discussion_r1140076621
##
solr/core/src/java/org/apache/solr/cloud/api/collections/OverseerCollectionMessageHandler.java:
##
@@ -73,6 +69,10 @@ public class OverseerCollectionMessageHandle
vinayakphegde commented on code in PR #1467:
URL: https://github.com/apache/solr/pull/1467#discussion_r1140076870
##
solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:
##
@@ -129,17 +128,19 @@ public String toString() {
private final Object waitLock = new
vinayakphegde commented on code in PR #1467:
URL: https://github.com/apache/solr/pull/1467#discussion_r1140077118
##
solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:
##
@@ -149,7 +150,15 @@ public OverseerTaskProcessor(
this.zkStateReader = zkStateReader
sonatype-lift[bot] commented on code in PR #1467:
URL: https://github.com/apache/solr/pull/1467#discussion_r1140127194
##
solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:
##
@@ -341,8 +351,8 @@ public void run() {
workQueue.remove(head);
[
https://issues.apache.org/jira/browse/SOLR-16458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16458:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
[
https://issues.apache.org/jira/browse/SOLR-16458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623508#comment-17623508
]
Jason Gerlowski edited comment on SOLR-16458 at 3/17/23 12:39 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-16390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16390:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
[
https://issues.apache.org/jira/browse/SOLR-16390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623166#comment-17623166
]
Jason Gerlowski edited comment on SOLR-16390 at 3/17/23 12:52 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-16707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701730#comment-17701730
]
Michael Gibney commented on SOLR-16707:
---
Though as long as {{async=false}} is nomin
[
https://issues.apache.org/jira/browse/SOLR-16392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16392:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
justinrsweeney commented on code in PR #1469:
URL: https://github.com/apache/solr/pull/1469#discussion_r1140330041
##
solr/core/src/java/org/apache/solr/cloud/overseer/ZkStateWriter.java:
##
@@ -286,7 +286,8 @@ public ClusterState writePendingUpdates(
} else {
[
https://issues.apache.org/jira/browse/SOLR-16395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16395:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
bruno-roustant commented on code in PR #1469:
URL: https://github.com/apache/solr/pull/1469#discussion_r1140341672
##
solr/core/src/java/org/apache/solr/cloud/overseer/ZkStateWriter.java:
##
@@ -286,7 +286,8 @@ public ClusterState writePendingUpdates(
} else {
bruno-roustant commented on code in PR #1469:
URL: https://github.com/apache/solr/pull/1469#discussion_r1140341672
##
solr/core/src/java/org/apache/solr/cloud/overseer/ZkStateWriter.java:
##
@@ -286,7 +286,8 @@ public ClusterState writePendingUpdates(
} else {
justinrsweeney commented on code in PR #1469:
URL: https://github.com/apache/solr/pull/1469#discussion_r1140345027
##
solr/core/src/java/org/apache/solr/cloud/overseer/ZkStateWriter.java:
##
@@ -286,7 +286,8 @@ public ClusterState writePendingUpdates(
} else {
[
https://issues.apache.org/jira/browse/SOLR-8803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701835#comment-17701835
]
Shawn Heisey commented on SOLR-8803:
The changes made here do propagate to docker.
It
[
https://issues.apache.org/jira/browse/SOLR-16395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16395:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
[
https://issues.apache.org/jira/browse/SOLR-16395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16395:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
[
https://issues.apache.org/jira/browse/SOLR-16395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623250#comment-17623250
]
Jason Gerlowski edited comment on SOLR-16395 at 3/17/23 3:21 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-16396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16396:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
[
https://issues.apache.org/jira/browse/SOLR-8803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701865#comment-17701865
]
Houston Putman commented on SOLR-8803:
--
I think that was a mistake when the OOM handl
[
https://issues.apache.org/jira/browse/SOLR-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701866#comment-17701866
]
Houston Putman commented on SOLR-9168:
--
Ok sounds good, I've removed the 9.2 fix vers
[
https://issues.apache.org/jira/browse/SOLR-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-9168:
-
Fix Version/s: (was: 9.2)
> Add availability to specify own oom handing script
> -
[
https://issues.apache.org/jira/browse/SOLR-16396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16396:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
[
https://issues.apache.org/jira/browse/SOLR-16396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16396:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
[
https://issues.apache.org/jira/browse/SOLR-16396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16396:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
[
https://issues.apache.org/jira/browse/SOLR-16396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623281#comment-17623281
]
Jason Gerlowski edited comment on SOLR-16396 at 3/17/23 3:58 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-8803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701881#comment-17701881
]
ASF subversion and git services commented on SOLR-8803:
---
Commit db85
[
https://issues.apache.org/jira/browse/SOLR-8803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701883#comment-17701883
]
ASF subversion and git services commented on SOLR-8803:
---
Commit 5bf2
[
https://issues.apache.org/jira/browse/SOLR-8803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701885#comment-17701885
]
ASF subversion and git services commented on SOLR-8803:
---
Commit f556
[
https://issues.apache.org/jira/browse/SOLR-16393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701886#comment-17701886
]
Houston Putman commented on SOLR-16393:
---
Sorry about the CHANGES.txt thing, should
[
https://issues.apache.org/jira/browse/SOLR-16394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-16394:
---
Description:
As mentioned on SOLR-15781, the v2 API currently has an experimental
designatio
[
https://issues.apache.org/jira/browse/SOLR-16393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701893#comment-17701893
]
Alex Deparvu commented on SOLR-16393:
-
[~gerlowskija] checking in on the alias creati
tflobbe merged PR #1445:
URL: https://github.com/apache/solr/pull/1445
--
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...@solr.apache.or
[
https://issues.apache.org/jira/browse/SOLR-16692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701931#comment-17701931
]
ASF subversion and git services commented on SOLR-16692:
Commit c
Houston Putman created SOLR-16708:
-
Summary: Complete Major changes and Upgrade Notes in RefGudie for
9.2.0
Key: SOLR-16708
URL: https://issues.apache.org/jira/browse/SOLR-16708
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-16708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-16708:
--
Fix Version/s: 9.2
> Complete Major changes and Upgrade Notes in RefGudie for 9.2.0
> -
mkhludnev commented on code in PR #1466:
URL: https://github.com/apache/solr/pull/1466#discussion_r1140611348
##
solr/core/src/java/org/apache/solr/core/RequestParams.java:
##
@@ -222,13 +222,15 @@ public static class ParamSet implements MapSerializable {
this.defaults =
dsmiley merged PR #1468:
URL: https://github.com/apache/solr/pull/1468
--
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...@solr.apache.or
HoustonPutman opened a new pull request, #1470:
URL: https://github.com/apache/solr/pull/1470
The Jars were introduced by JAX-RS. All Jakarta jars have javax classes, so
I just made all of them accepted.
The release wizard has a small typo in the command line of
buildAndPushRelease.
[
https://issues.apache.org/jira/browse/SOLR-16692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702011#comment-17702011
]
ASF subversion and git services commented on SOLR-16692:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-16692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomas Eduardo Fernandez Lobbe updated SOLR-16692:
-
Fix Version/s: main (10.0)
9.3
Assigne
MarcusSorealheis commented on PR #1468:
URL: https://github.com/apache/solr/pull/1468#issuecomment-1474525497
I think this was a fantastic idea. Thanks for the proposal @dsmiley!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
dsmiley merged PR #1352:
URL: https://github.com/apache/solr/pull/1352
--
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...@solr.apache.or
48 matches
Mail list logo