Skip to content

Commit 887d493

Browse files
masaori335zwoop
authored andcommitted
s3_auth: Schedule reloading config event on TASK thread (#9328)
(cherry picked from commit ab5077d)
1 parent effa0af commit 887d493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/s3_auth/s3_auth.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class S3Config
488488
if (_conf_rld_act != nullptr && !TSActionDone(_conf_rld_act)) {
489489
TSActionCancel(_conf_rld_act);
490490
}
491-
_conf_rld_act = TSContScheduleOnPool(_conf_rld, delay * 1000, TS_THREAD_POOL_NET);
491+
_conf_rld_act = TSContScheduleOnPool(_conf_rld, delay * 1000, TS_THREAD_POOL_TASK);
492492
}
493493

494494
ts::shared_mutex reload_mutex;

0 commit comments

Comments
 (0)