Open monkeyboy123 opened 5 days ago
what's the exact version of SR you're using ?
what's the exact version of SR you're using ?
3.1.7 , but i think the other 3.x version also hints this.
what's the exact version of SR you're using ?
3.1.7 , but i think the other 3.x version also hints this.
it's not as expected, because for a query we use a kind of optimistic concurrency control to copy the Table
structure to avoid concurrent update. so we may need to dive into this exception to figure out the root cause.
we fixed several related bugs after 3.1.7, could you upgrade the latest version and test again ?
we fixed several related bugs after 3.1.7, could you upgrade the latest version and test again ?
I got it, but can i fix it by take another pr in version 3.1.7?
@monkeyboy123 I would suggest blame related modifications around the com.starrocks.sql.analyzer.AnalyzerUtils.OlapTableCollector
, it's used to copy the Table
data structure before optimizer.
@monkeyboy123 I would suggest blame related modifications around the
com.starrocks.sql.analyzer.AnalyzerUtils.OlapTableCollector
, it's used to copy theTable
data structure before optimizer.
@murphyatwork Thanks , this is another pr-53441,if you have time, please check it
Steps to reproduce the behavior (Required)
Expected behavior (Required)
some data.
Real behavior (Required)
StarRocks version (Required)
select current_version()
3.x