Skip to content

fix: stop the Rook Ceph panel from exhausting the connection pool - #644

Open
KUASWoodyLIN wants to merge 1 commit into
mainfrom
643-describe-log-and-terminal-actions-hang-in-the-rook-ceph-panel
Open

fix: stop the Rook Ceph panel from exhausting the connection pool#644
KUASWoodyLIN wants to merge 1 commit into
mainfrom
643-describe-log-and-terminal-actions-hang-in-the-rook-ceph-panel

Conversation

@KUASWoodyLIN

Copy link
Copy Markdown
Collaborator

The panel opened six watch streams on mount, one per resource kind, and a browser allows exactly six HTTP/1.1 connections per origin. With the pool saturated, describe, log and terminal never got a connection and hung.

Stream only pods and deployments, and poll the four Ceph CRs every 10s.

@KUASWoodyLIN KUASWoodyLIN linked an issue Aug 27, 2026 that may be closed by this pull request
@KUASWoodyLIN KUASWoodyLIN changed the title fix(dashboard): stop the Rook Ceph panel from exhausting the connection pool fix: stop the Rook Ceph panel from exhausting the connection pool Aug 27, 2026
The panel opened six watch streams on mount, one per resource kind, and a
browser allows exactly six HTTP/1.1 connections per origin. With the pool
saturated, describe, log and terminal never got a connection and hung.

Stream only pods and deployments, and poll the four Ceph CRs every 10s.
@KUASWoodyLIN
KUASWoodyLIN force-pushed the 643-describe-log-and-terminal-actions-hang-in-the-rook-ceph-panel branch from 9b655c5 to 1a55775 Compare August 27, 2026 02:44
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.

Describe, log and terminal actions hang in the Rook Ceph panel

1 participant