Skip to content

Commit

Permalink
make sure running state is set before reindex thread is started
Browse files Browse the repository at this point in the history
  • Loading branch information
spbolton committed Sep 23, 2024
1 parent dea1913 commit df44f60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ private static void unpauseImpl() {
new ThreadPoolExecutor.DiscardOldestPolicy())
.build()
);
submitter.submit(thread);
getInstance().state(ThreadState.RUNNING);
submitter.submit(thread);
}

}
Expand Down

0 comments on commit df44f60

Please sign in to comment.