[ https://issues.apache.org/jira/browse/OODT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16477217#comment-16477217 ]
ASF GitHub Bot commented on OODT-978: ------------------------------------- GitHub user IMS94 opened a pull request: https://github.com/apache/oodt/pull/62 [OODT-978] Fix for Crawler Launcher hanging even after ingesting all the files (when avro fm client is used) You can merge this pull request into a Git repository by running: $ git pull https://github.com/IMS94/oodt master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/oodt/pull/62.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #62 ---- commit ecfe0a78849c928d904eeb129cfd7d24f9600afc Author: Imesha Sudasingha <imesha.sudasingha@...> Date: 2018-04-18T13:15:47Z Updated startup scripts of resmgr and workflowmanager to use AvroRpc implementations. commit 3fcd4249a146415e6925a2c839de2f5dbf31aeb3 Author: Imesha Sudasingha <imesha.sudasingha@...> Date: 2018-04-18T13:16:21Z Merge remote-tracking branch 'origin/master' commit 19e51621268fc52b0355b8203a9dc42d61dd8ce4 Author: Imesha Sudasingha <imesha.sudasingha@...> Date: 2018-04-18T13:17:05Z Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/oodt commit 1c49a9bbbc8e7c95bd23106c3dc58560c5af7488 Author: Imesha Sudasingha <imesha.sudasingha@...> Date: 2018-05-16T10:26:29Z [OODT-978] Fixed crawler launcher hanging issue in file manager avro version by adding a close() method to the FileManagerClient commit dc794944b7362d87821c42ae91de8c39df849de5 Author: Imesha Sudasingha <imesha.sudasingha@...> Date: 2018-05-16T10:30:16Z Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/oodt ---- > Crawler Launcher hangs after ingesting files when Avro File Manager client is > used > ---------------------------------------------------------------------------------- > > Key: OODT-978 > URL: https://issues.apache.org/jira/browse/OODT-978 > Project: OODT > Issue Type: Bug > Components: crawler, file manager > Reporter: Imesha Sudasingha > Assignee: Imesha Sudasingha > Priority: Critical > > When we run the crawler with Avro File manager client (within StdIngester), > the crawler hangs even after ingesting all the files with the directory. > This was caused by Netty Transceiver still running in the background which is > used by Avro FM client. -- This message was sent by Atlassian JIRA (v7.6.3#76005)