Skip to content

Commit

Permalink
Make max.parallel.refresh.threads config public so it can be accessed
Browse files Browse the repository at this point in the history
  • Loading branch information
somandal committed Feb 5, 2025
1 parent 421d3af commit c39087f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class HelixInstanceDataManagerConfig implements InstanceDataManagerConfig
// NOTE: While segment load can be faster, multiple threads will be taken up loading segments, so
// it is possible that the query latencies increase during that period.
//
private static final String MAX_PARALLEL_REFRESH_THREADS = "max.parallel.refresh.threads";
public static final String MAX_PARALLEL_REFRESH_THREADS = "max.parallel.refresh.threads";

// To preload segments of table using upsert in parallel for fast upsert metadata recovery.
private static final String MAX_SEGMENT_PRELOAD_THREADS = "max.segment.preload.threads";
Expand Down

0 comments on commit c39087f

Please sign in to comment.