Github user millerjeff0 commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/370#discussion_r186210634
--- Diff: solr/core/src/java/org/apache/solr/handler/IndexFetcher.java ---
@@ -1629,8 +1630,6 @@ private int fetchPackets(FastInputStream fis) throws
Exception {
LOG.warn("No content received for file: {}", fileName);
return NO_CONTENT;
}
- if (buf.length < packetSize)
--- End diff --
Hmm..ok that makes sense as a safety mechanism. It's effectively done by
settings to PACKET_SZ anyways.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]