Replies: 2 comments 2 replies
-
@letmaik the state that the indexers expose to historical queries does need to be made thread-safe. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closed by #4075. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://microsoft.github.io/CCF/main/architecture/threading.html#programming-model says a bit about the programming model when using the experimental
worker_threads
option.When using an indexer then committed transactions are processed in the background and the state of the indexer is continuously updated.
With multiple worker threads, do indexers have to be made thread-safe or are indexers only being run between rpc calls to avoid this issue altogether?
Beta Was this translation helpful? Give feedback.
All reactions