collabH opened a new pull request, #166: URL: https://github.com/apache/bahir-flink/pull/166
# ISSUE Location [ISSUE BAHIR-324](https://issues.apache.org/jira/projects/BAHIR/issues/BAHIR-324?filter=allopenissues&orderby=priority+DESC%2C+updated+DESC) # Problem When JobManager starts, the ExecutionJobVertex constructor calls the AbstractKuduInputFormat#createInputSplits method, Causes the KuduReader object to create the KuduClient and KuduSession objects, but ExecutionJobVertex does not call the Kudureader #close() method with the display, causing the Kudu-related handle to remain open after the Flink task is closed. As a result, the number of server handles increases with the number of Flink tasks. As a result, the entire server becomes unavailable -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
