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 2022/07/18 23:18:58 UTC

[GitHub] [nifi] thenatog commented on pull request #6221: NIFI-10232 - Add timeouts to the channel CacheClientChannelInitialize…

thenatog commented on PR #6221:
URL: https://github.com/apache/nifi/pull/6221#issuecomment-1188426976

   I believe there may be another issue related to the DistributedMapCache which is causing NiFi to hang on shutdown, so I will investigate the cause of that.. this is what is showing in the logs with a flow only containing the server and client controller services and nothing else:
   
   ```
   2022-07-18 19:12:46,945 INFO [main] org.apache.nifi.bootstrap.Command Apache NiFi has accepted the Shutdown Command and is shutting down now
   2022-07-18 19:12:47,229 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:12:49,256 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:12:51,283 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:12:53,310 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:12:55,341 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:12:57,404 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:12:59,430 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:13:01,458 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:13:03,485 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:13:05,514 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:13:07,540 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown in progress...
   2022-07-18 19:13:07,565 WARN [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown not completed after 20 seconds: Killing process
   2022-07-18 19:13:07,601 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [60804] shutdown completed
   ```


-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org