Fixed
Details
Assignee
Chandra GorantlaChandra GorantlaReporter
Chandra GorantlaChandra GorantlaSprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Chandra Gorantla
Chandra GorantlaReporter
Chandra Gorantla
Chandra GorantlaSprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 7, 2019 at 9:01 PM
Updated June 1, 2020 at 12:02 PM
Resolved June 1, 2020 at 12:02 PM
In case of Provisiond node scan, there is a chance that minion could receive too many RPC request at a given time. Although
scanThreads
is limited to 10 by default in Provisiond but as the requests from OpenNMS to Minion are async, RPC requests that could originate from one node scan are unlimited when those scans are happening on minion.To avoid this, we could limit the number of threads on Minion to a configurable limit with a default limit to 1000.
To start with we could implement this for Kafka RPC.