tidb6.1.2视图里不能识别原始表里的索引key, force index 报key not found。 用5.4.3的tidb Server正常

刚测试了一下。6.1.2 和 5.4.2 确实是不一样,这个需要充分测试在升级。
你现在需要解决这个问题的话。我这边建议你使用

select /*+ force_INDEX(internal_id) / * from test.v_test vt
select /
+ USE_INDEX(internal_id) */ * from test.v_test1 vt

不要使用 force index