Skip to content

Tags: xiaoyong-z/starrocks

Tags

2.1.3

Toggle 2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support heartbeat timeout & retry_times configuration (StarRocks#4175)

During the high overload, the heartbeat timeout will occur frequently and the load will be fail . This pull request will add retrying strategy to handling the heartbeat timeout.
The configuration is heartbeat_retry_times and the default value is 3, heartbeat_timeout_second default value is 5

1.19.7

Toggle 1.19.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix date_format %w bug2 (StarRocks#4171)

2.2.0-nightly

Toggle 2.2.0-nightly's commit message
Fix low cardinality opmize crash in pipeline when enable cache table … (

StarRocks#3915)


when we rewrite decoded slot descriptor, we add the new slot descritpor
to runtime_state.object_pool. but this slot descriptor may be accessed
in other thread. which will cause a use-after-free

2.0.3

Toggle 2.0.3's commit message
Fix join reorder projection not deal with columnOperator to columnOpe…

…rator map (StarRocks#4056)

2.1.2

Toggle 2.1.2's commit message
fix java JAR path in makefile (StarRocks#3600)

2.2.0-alpha

Toggle 2.2.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Optimize CatalogRecycleBin query table with same name (StarRocks#3603)

Reconstruct CatalogRecycleBin into triple DbId, TableId, Info.
Accelerates the query to adapt to a large number of new and deleted many many of tables scenarios.

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: set scan_ranges after preparing node (StarRocks#3738) (StarRocks…

…#3746)

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix default delimiter for textfile (StarRocks#3640) (StarRocks#3673)

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix the bug of exec_mem_limit not take effect in routine load (StarRo…

…cks#3666)

2.1.0-rc01

Toggle 2.1.0-rc01's commit message
Union support setSqlLimit