Open zimnx opened 1 year ago
The Scylla Operator project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
/lifecycle stale
/remove-lifecycle stale /triage accepted
The Scylla Operator project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
/lifecycle rotten
/remove-lifecycle stale /triage accepted
On bigger machines, we need more power to handle IRQ. ScyllaDB recommendation for 16 core machine is to reserve 2 vcpu for IRQ, and the rest for DB. Currenly, on 16 core machine, scheulder will schedule 15 Guaranteed QoS ScyllaClusters having 1vcpu because there's nothing preventing from it. This will lead to just 1 vCPU handling the IRQ and the rest stuff running on the Node.
We should have a way to reserve a number of vCPU specificly for IRQ handling and other Pods running per each NUMA node on the Node.