Skip to content

Commit 316488d

Browse files
committed
Revert "MB-65014 Move SetActiveEncryptionKeysTask back to NonIO thread pool"
This reverts commit 2ee437a. Reason for revert: Magma reverted the change to wait for IO Change-Id: I76f5356ff19c577e10ebb2735b2e888d0463d11d Reviewed-on: https://review.couchbase.org/c/kv_engine/+/224457 Tested-by: Trond Norbye <trond.norbye@couchbase.com> Reviewed-by: Trond Norbye <trond.norbye@couchbase.com>
1 parent ba3fd8b commit 316488d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executor/tasks.def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ TASK(Core_RbacReloadTask, TaskType::Reader, 0)
5858
TASK(Core_CreateBucketTask, TaskType::AuxIO, 0)
5959
TASK(Core_DeleteBucketTask, TaskType::AuxIO, 0)
6060
TASK(Core_SettingsReloadTask, TaskType::AuxIO, 0)
61+
TASK(Core_SetActiveEncryptionKeysTask, TaskType::AuxIO, 2)
6162
TASK(Core_PruneEncryptionKeysTask, TaskType::AuxIO, 2)
6263
TASK(Core_StatsBucketAuxIoTask, TaskType::AuxIO, 1)
6364
TASK(VBucketMemoryAndDiskDeletionTask, TaskType::AuxIO, 0)
@@ -122,6 +123,5 @@ TASK(Core_PushClustermapTask, TaskType::NonIO, 10)
122123
TASK(Core_SaslStartTask, TaskType::NonIO, 10)
123124
TASK(Core_SaslStepTask, TaskType::NonIO, 10)
124125
TASK(Core_Ifconfig, TaskType::NonIO, 10)
125-
TASK(Core_SetActiveEncryptionKeysTask, TaskType::NonIO, 10)
126126
TASK(SeqnoPersistenceNotifyTask, TaskType::NonIO, 1)
127127
TASK(InitialMFUTask, TaskType::NonIO, 20)

0 commit comments

Comments
 (0)