Skip to content

Tags: save-my-heart/starrocks

Tags

2.1.8

Toggle 2.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FixBug] Fix lose of meta data bug after alter routine load (StarRock…

…s#6937) (StarRocks#6971)

When routine load serializes the load properties(columns/rows separator, column list, partitions, where filter), it stores the sql statement, and get the load properties by parsing the sql for deserialization. But after alter routine load is done, it will only keep the alter statement, this will cause the loss of metadata. We should merge the alter sql with the origin create sql to retain all load properties.

2.0.7

Toggle 2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bug] Fix deadlock when routine load job aborted when transaction bet…

…ween beforeStateTransform and afterStateTransform (StarRocks#6969)

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bugfix][Branch-2.2]Fix support show schemas (StarRocks#6788)

we should support show schemas.

2.3.0-main-funnel

Toggle 2.3.0-main-funnel's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Enhancement] Reduce header_lock time in PrimaryKey Table (StarRocks#…

…6424)

In the gc process of primaryKey table, scanning RocksDB may take a lot of time, which will lead to long time to hold header_lock, reduce the holding time of header_lock

2.1.7

Toggle 2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cherry-pick][branch-2.1] fix if no segments, just return ok. (StarRo…

…cks#6427)

2.0.6

Toggle 2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Enhancement] Do rocksdb compact before data dir load. (StarRocks#5076)…

… (StarRocks#6422)

Do rocksdb compact before data dir load

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FixBUG] Hive auto sync meta cache remove skip rule when process Alte…

…rPartitionEvent (StarRocks#6302) (StarRocks#6307)

remove skip rule on alter_table event

2.0.5

Toggle 2.0.5's commit message
[Bugfix] Fix primary index and pending rowset inconsistency when doin…

…g tablet schemachange

2.1.6

Toggle 2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mysql/es external table output row count (StarRocks#5152) (Sta…

…rRocks#5818)

2.1.5-zojj

Toggle 2.1.5-zojj's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[branch-2.1][cherry-pick] use decimal128 instead decimal64 for aggr s…

…um (StarRocks#3944) (StarRocks#5626)