You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating storage, default options that belong to the storage node are reused. However, it can be buggy when reusing a slice in different goroutines.
LogStreamReplicas are initiated concurrently, like below.
varlog/internal/storagenode/storagenode.go
Lines 151 to 154 in 6f36b0d
When creating storage, default options that belong to the storage node are reused. However, it can be buggy when reusing a slice in different goroutines.
varlog/internal/storagenode/storagenode.go
Lines 309 to 313 in 6f36b0d
Here is a simple reproducible code:
The text was updated successfully, but these errors were encountered: