Skip to content

Commit

Permalink
[chore](recycler) Change tablet_rowset_stale_sweep_time_sec=600 to re…
Browse files Browse the repository at this point in the history
…duce possibility failed to find rowset (#40076)

When there is a large query, the stale rowsets may be recycled before
the query referencing them, which may cause -230, or import of MoW table
failed to find rowset.
  • Loading branch information
gavinchou authored Sep 3, 2024
1 parent d0654cd commit b9331b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ DEFINE_mInt32(default_num_rows_per_column_file_block, "1024");
// pending data policy
DEFINE_mInt32(pending_data_expire_time_sec, "1800");
// inc_rowset snapshot rs sweep time interval
DEFINE_mInt32(tablet_rowset_stale_sweep_time_sec, "300");
DEFINE_mInt32(tablet_rowset_stale_sweep_time_sec, "600");
// tablet stale rowset sweep by threshold size
DEFINE_Bool(tablet_rowset_stale_sweep_by_size, "false");
DEFINE_mInt32(tablet_rowset_stale_sweep_threshold_size, "100");
Expand Down

0 comments on commit b9331b5

Please sign in to comment.