You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/01/08 01:01:24 UTC

[GitHub] kei-miyauchi opened a new pull request #3249: NIFI-5841 Fix memory leak of PutHive3Streaming

kei-miyauchi opened a new pull request #3249: NIFI-5841 Fix memory leak of PutHive3Streaming
URL: https://github.com/apache/nifi/pull/3249
 
 
   PutHive3Streaming must not call `ShutdownHookManager.addShutdownHook` because Hive3.1 adds shutdownhook within connect(). See [HiveStreamingConnection.java](https://github.com/apache/hive/blob/bcc7df95824831a8d2f1524e4048dfc23ab98c19/streaming/src/java/org/apache/hive/streaming/HiveStreamingConnection.java#L335).
   For each connection redundant shutdownhook occurs memory leak.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services