JaySon

Results 27 comments of JaySon

@marckhouzam sure. I add some comments on the code to make my assumptions more clear. Feel free to leave any comments when you are free.

Workaround by setting the `tidb_isolation_read_engines` variables in tidb ```sql hat> select @@tidb_isolation_read_engines; +-------------------------------+ | @@tidb_isolation_read_engines | +-------------------------------+ | tikv,tiflash,tidb | +-------------------------------+ hat> explain SELECT SUM(LO_EXTENDEDPRICE*LO_DISCOUNT) AS REVENUE FROM HAT.LINEORDER, HAT.DATE...

@dragoneeg 能提供你运行的参数么。。?我之前也遇到过,但是想重现的时候又出不来类似的结果了。。

@dragoneeg 那是正常结果,是DNS查询中的TXT记录。 例子参照 - [DNS域传送漏洞利用及修复笔记](http://www.2cto.com/Article/201304/200534.html) 2.2 常规方法的第三幅图 - [DNS域传送漏洞(二)](http://www.lijiejie.com/dns-zone-transfer-2/) 至于这个结果具体怎样利用我不清楚 O,O

Workaround by setting the capacity to 1 PiB

@solotzg we should add the "AVX2" requirements in this doc https://docs.pingcap.com/tidb/stable/hardware-and-software-requirements#os-and-platform-requirements

It is a known limitation from https://docs.pingcap.com/tidb/stable/tiflash-results-materialization @joey-yez @zanmato1984 @jebter > If the SQL mode of the current session is strict (which means the sql_mode value contains either `STRICT_TRANS_TABLES` or...

@lance6716 how can I check the tiflash's logging in the failure tests? Or how to run the test locally?

@YangKeao @lance6716 please help to trigger the test and check whether it is fixed by the latest commit ❤️