Skip to content

Commit

Permalink
changes.txt, javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stillalex committed Sep 27, 2023
1 parent f805954 commit 4006939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ Bug Fixes

* SOLR-16980: Connect to SOLR standalone with basic authentication (Alex Deparvu)

* SOLR-16992: Non-reproducible StreamingTest failures -- suggests CloudSolrStream concurency race condition (Alex Deparvu, hossman)

Dependency Upgrades
---------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class StreamExecutorHelper {
* @param <T> the response type
* @param tasks the list of callables to be executed
* @param threadsName name to be used by the SolrNamedThreadFactory
* @return results list
* @return results collection
* @throws IOException in case any exceptions happened
*/
public static <T> Collection<T> submitAllAndAwaitAggregatingExceptions(
Expand Down

0 comments on commit 4006939

Please sign in to comment.