cgivre commented on a change in pull request #1898: DRILL-7443: Enable PCAP
Plugin to Reassemble TCP Streams
URL: https://github.com/apache/drill/pull/1898#discussion_r349428683
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/pcap/PcapBatchReader.java
##########
@@ -190,6 +199,8 @@ public boolean next() {
@Override
public void close() {
+ logger.warn("Unclosed sessions remaining in PCAP");
Review comment:
This warning happens in the event of an incomplete or corrupt PCAP file.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services