Skip to content

DLPXDOC-6073 Document Concurrent gRPC Thread Behavior Based on CPU Count (docs/5.1.0) - #699

Merged
vimleshmishra merged 1 commit into
delphix:docs/5.1.0from
vimleshmishra:docs/5.1.0-concurrent-ops
Sep 2, 2026
Merged

DLPXDOC-6073 Document Concurrent gRPC Thread Behavior Based on CPU Count (docs/5.1.0)#699
vimleshmishra merged 1 commit into
delphix:docs/5.1.0from
vimleshmishra:docs/5.1.0-concurrent-ops

Conversation

@vimleshmishra

Copy link
Copy Markdown
Contributor

Summary

  • Same content as DLPXDOC-6073 Document Concurrent gRPC Thread Behavior Based on CPU Count #698, targeted directly at the currently-live docs branch (docs/5.1.0) instead of develop, so it publishes to developer.delphix.com immediately on merge — no code release or version bump required, since this is a docs-only addition.
  • Adds Concurrent_Plugin_Operations.md under Best Practices, documenting the Delphix Engine's concurrency limit for plugin operations: min(32, <Engine CPUs> + 4).

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

Why a separate PR from #698

#698 targets develop and only lands in production whenever the next real docs/5.2.0 branch is cut for the 5.2.0 release — timing outside our control. This PR targets docs/5.1.0 directly (the branch developer.delphix.com is serving today), so merging it publishes right away.

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 after merge

🤖 Generated with Claude Code

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

Can you please add screenshot orpublish the changes to your github documentation page for review? Also, lets run linkcheck for new links added.

vimleshmishra added a commit to vimleshmishra/virtualization-sdk that referenced this pull request Sep 2, 2026
@vimleshmishra

Copy link
Copy Markdown
Contributor Author

Thanks for the review!

Preview: deployed the exact docs/5.1.0-based build (this PR's actual content, not the develop preview from #698) to my fork's GitHub Pages:
https://vimleshmishra.github.io/virtualization-sdk/Best_Practices/Concurrent_Plugin_Operations/

Linkcheck: ran linkcheck -e --skip-file linkcheck-skip.txt against the local build per docs/readme.md — clean:

12408 links
195 destination URLs
0 warnings
0 errors

@vimleshmishra
vimleshmishra merged commit 71509b0 into delphix:docs/5.1.0 Sep 2, 2026
4 checks passed
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.

3 participants