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
Looks like there is a potential data race scenario that could result in the sink writing incorrect cursor to the database.
Hard to recreate but race detecter sees it:
go run -race . inject -e mainnet.eth.streamingfast.io:443 "badger3://$(pwd)/badger_data.db" ../../examples/wasm-query-service/substreams.yaml
Looks like there is a potential data race scenario that could result in the sink writing incorrect cursor to the database.
Hard to recreate but race detecter sees it:
The text was updated successfully, but these errors were encountered: