risdenk commented on PR #1162:
URL: https://github.com/apache/solr/pull/1162#issuecomment-1304114264

   Change makes sense - does it make sense to check these other cases 
potentially too?
   
   ```
   git grep -F Collections.synchronizedMap -- solr/solrj-streaming/
   
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/CloudSolrStream.java:
    this.eofTuples = Collections.synchronizedMap(new HashMap<>());
   
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/DeepRandomStream.java:
    this.eofTuples = Collections.synchronizedMap(new HashMap<>());
   
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/TopicStream.java:
    this.eofTuples = Collections.synchronizedMap(new HashMap<>());
   ```


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to