【 TiDB 使用环境】测试
【 TiDB 版本】5.7.25-TiDB-v5.3.0
【遇到的问题】执行查询语句,输出结果的同时,还输出了一个提示。
【复现路径】无
【问题现象及影响】
执行语句如下:
SELECT /*+ read_from_storage(tiflash[t]) */ * FROM xxx t
提示信息如下:
No available path for table xxx with the store type tiflash of the hint /*+ read_from_storage */,
please check the status of the table replica and variable value of tidb_isolation_read_engines(map[0:{} 1:{} 2:{}])
PS:去掉hint时,没有提示信息。