fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2023-11-07 22:31:35 +08:00
parent e558d8e497
commit 7bfea5a82e
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ int32_t tqRestartStreamTasks(STQ* pTq) {
int64_t st = taosGetTimestampMs();
while(1) {
int32_t startVal = atomic_val_compare_exchange_32(&pMeta->startInfo.taskRestarting, 0, 1);
int32_t startVal = atomic_val_compare_exchange_32(&pMeta->startInfo.taskStarting, 0, 1);
if (startVal == 0) {
break;
}