Skip to content

RDKB-66054: Debug Log addition for Multiple Process Instances - #408

Open
nivetha1766 wants to merge 2 commits into
developfrom
feature/RDKB-66054
Open

nivetha1766 wants to merge 2 commits into
developfrom
feature/RDKB-66054

Conversation

@nivetha1766

Copy link
Copy Markdown

Reason for change: Identify and trace multiple process scenarios. Add MultiProcessDetect default configurations.
Test Procedure: Based on MultiProcessDetect RFCs, duplicate processes are detected and logged every specific interval.
Risks: Low
Priority: P1
Signed-off-by: Nivetha J Nivetha_JosephJohnBritto@comcast.com

Reason for change: Identify and trace multiple process scenarios.  Add MultiProcessDetect default configurations.
Test Procedure: Refer the ticket
Risks: Low
Signed-off-by: Nivetha J <Nivetha_JosephJohnBritto@comcast.com>
Copilot AI lite review requested due to automatic review settings August 31, 2026 08:49
@nivetha1766
nivetha1766 requested review from a team as code owners August 31, 2026 08:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds default syscfg values intended to enable/configure “MultiProcessDetect” so multiple-process scenarios can be detected on a periodic interval (per the PR description), by introducing new defaults in the ARM platform defaults file.

Changes:

  • Add syscfg defaults for MultiProcDetectEnable, MultiProcDetectExcludeDefaultList, and MultiProcDetectInterval in system_defaults_arm.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +1325 to +1328
#MultiProcessDetect default configuration
$MultiProcDetectEnable=true
$MultiProcDetectExcludeDefaultList=sleep,dropbear,sh,ash,ssh,stunnel
$MultiProcDetectInterval=15
Comment on lines +1325 to +1328
#MultiProcessDetect default configuration
$MultiProcDetectEnable=true
$MultiProcDetectExcludeDefaultList=sleep,dropbear,sh,ash,ssh,stunnel
$MultiProcDetectInterval=15
Reason for change: Identify and trace multiple process scenarios.
Test Procedure: Based on MultiProcessDetect RFCs, duplicate processes are detected and logged every specific interval.
Risks: Low
Priority: P1
Signed-off-by: Nivetha J <Nivetha_JosephJohnBritto@comcast.com>
Copilot AI review requested due to automatic review settings September 2, 2026 05:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The PR description/title claim debug log additions for multi-process detection, but the diff only adds default config values and contains no corresponding implementation/logging changes (or needs the PR metadata adjusted).

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment on lines +1301 to +1304
#MultiProcessDetect default configuration
$MultiProcDetectEnable=true
$MultiProcDetectExcludeDefaultList=sleep,dropbear,sh,ash,ssh,stunnel
$MultiProcDetectInterval=15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants