You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want support non-disaggregated tiflash and disaggregated tiflash in one cluster.
So for disaggregated-tiflash, compute node should dispatch MPPTask to tiflash whose label contains <engine, tiflash> and <engine_role, write>.
And for non-disaggregated tiflash, cop task will send to tiflash whose label contains <engine, tiflash> but not contain <engine_role, write>.
The text was updated successfully, but these errors were encountered:
Enhancement
We want support
non-disaggregated tiflash
anddisaggregated tiflash
in one cluster.So for disaggregated-tiflash, compute node should dispatch MPPTask to tiflash whose label contains
<engine, tiflash>
and<engine_role, write>
.And for non-disaggregated tiflash, cop task will send to tiflash whose label contains
<engine, tiflash>
but not contain<engine_role, write>
.The text was updated successfully, but these errors were encountered: