Skip to content

Commit

Permalink
reslove conflict
Browse files Browse the repository at this point in the history
Signed-off-by: sevev <[email protected]>
  • Loading branch information
sevev committed Nov 22, 2024
1 parent b555b68 commit 182b9cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 450 deletions.
10 changes: 0 additions & 10 deletions fe/fe-core/src/main/java/com/starrocks/common/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -307,16 +307,6 @@ public class Config extends ConfigBase {
public static boolean log_plan_cancelled_by_crash_be = true;

/**
<<<<<<< HEAD
=======
* In high-concurrency scenarios, the logging of register and unregister query ID can become a bottleneck.
* In such cases, it is possible to disable this switch.
*/
@ConfField(mutable = true)
public static boolean log_register_and_unregister_query_id = false;

/**
>>>>>>> 9fe4708d8d ([Refactor] Refactor Starrocks LOG to reduce the log file size(part3) (#52128))
* Used to limit the maximum number of partitions that can be created when creating a dynamic partition table,
* to avoid creating too many partitions at one time.
*/
Expand Down
Loading

0 comments on commit 182b9cf

Please sign in to comment.