Details
Description
- Using the attached flow template first enable and run the flow. This should exercise the cache.
- run `nifi.sh diagnostics --verbose` and save the file
- Disable and delete the controller services
- run `nifi.sh diagnostics --verbose` and save the file with a different name
- compare the thread dumps. The second file should not have any threads related to the DistributedMapCacheClientService but it will.
- create and enable new controller services and link them to the Wait and Notify processors
- run `nifi.sh diagnostics --verbose` and save the file with a different name
- There should be threads from two separate DistributedMapCacheClientServices like this:
"NettyDistributedMapCacheClient[d06c8ea0-018b-1000-2904-26aa7612632a]-3-1" "NettyDistributedMapCacheClient[d06c8ea0-018b-1000-2904-26aa7612632a]-3-2" "NettyDistributedMapCacheClient[d06c8ea0-018b-1000-2904-26aa7612632a]-3-3" "NettyDistributedMapCacheClient[d06c8ea0-018b-1000-2904-26aa7612632a]-3-4" "NettyDistributedMapCacheClient[d0774323-018b-1000-5e78-07a7455a2bd2]-5-1" "NettyDistributedMapCacheClient[d0774323-018b-1000-5e78-07a7455a2bd2]-5-2"
Slack Thread: https://apachenifi.slack.com/archives/C0L9VCD47/p1700009443394479
Attachments
Attachments
Issue Links
- is related to
-
NIFI-11580 NiFi does not stop gracefully when using DistributedMapCacheClient and Server
- Resolved
- links to