Skip to content

DLPXDOC-6073 Document Concurrent gRPC Thread Behavior Based on CPU Count - #698

Open
vimleshmishra wants to merge 1 commit into
delphix:developfrom
vimleshmishra:develop
Open

DLPXDOC-6073 Document Concurrent gRPC Thread Behavior Based on CPU Count#698
vimleshmishra wants to merge 1 commit into
delphix:developfrom
vimleshmishra:develop

Conversation

@vimleshmishra

@vimleshmishra vimleshmishra commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a new Best Practices page, Concurrent_Plugin_Operations.md, documenting the Delphix Engine's concurrency limit for plugin operations: min(32, <Engine CPUs> + 4).
  • Explains the impact (queued operations can look like a hung plugin call) and gives sizing/scheduling recommendations.

Context: root cause analysis from ESCL-5693, tracked as a docs task in DLPXDOC-6073.

Preview

https://vimleshmishra.github.io/virtualization-sdk/Best_Practices/Concurrent_Plugin_Operations/

Publishing note

Merging this into develop does not publish to developer.delphix.com — that only happens on pushes to a docs/x.y.z branch, and this PR isn't one. This just ensures the page ships whenever the next docs branch is cut for a future release.

For the immediate, live-now publish, see #699 (targets docs/5.1.0, the branch currently serving developer.delphix.com).

Test plan

  • pipenv run mkdocs build --clean succeeds locally with no warnings
  • Page renders correctly at Best_Practices/Concurrent_Plugin_Operations/ and appears in the left nav
  • Internal link to Plugin_Operations.md resolves

🤖 Generated with Claude Code

@vimleshmishra
vimleshmishra requested a review from a team as a code owner August 31, 2026 13:14

@rakshandabhat rakshandabhat 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.

Good to run linkcheck once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants