Caused by: java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@5bdbda4f is still active.
 No statements may be issued when any streaming result sets are open and in use on a given connection. 
 Ensure that you have called .close() on any active streaming result sets before attempting more queries.
有在从库上执行过load date infile 操作,会不会这个原因造成,有人建议关闭stream,如何关闭