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
TiFlash will be decoupled as ReadNode(<engine, tiflash_mpp>) and WriteNode(<engine, tiflash>).
MPPTasks will only be dispatched to ReadNodes for computation, and all region data will be stored in WriteNodes.
So client-go should support getting addresses of tiflash ReadNode to dipatch MPPTasks.
TiFlash will be decoupled as ReadNode(<engine, tiflash_mpp>) and WriteNode(<engine, tiflash>).
MPPTasks will only be dispatched to ReadNodes for computation, and all region data will be stored in WriteNodes.
So client-go should support getting addresses of tiflash ReadNode to dipatch MPPTasks.
Related tidb pr: pingcap/tidb#33535
The text was updated successfully, but these errors were encountered: