graphprotocol / graphprotocol/graph-node
[Bug] Subgraph failed with non-deterministic error and not rewindable
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- Rust
- Star
- 3.2k
- Fork
- 1.1k
- Merge trung bình
- 4 ngày 1 giờ
- Pull request đã merge (30 ngày)
- 1
Mô tả
Bug report
Gemma from LunaNova has reported the following behaviour on the Arbitrum One network subgraph:
<@674203219349471262> did anyone have any clues? Our network subgraph is still failed and non-rewindable...
This morning I noticed that the network subgraph was somehow attempting to index on two indexer nodes simultaneously? We've stopped all but one indexer node now, so it can only be on one, but we're still seeing the same errors/issues.
A bit more info from the graph node logs...
We see this one multiple times, the block number increases...
INFO Subgraph error is still ahead of deployment head, nothing to unfail, error_block_hash: 0xeae04e55fda6358d1bbe2d1b1485e048631696888b00b9a011f10ace92562483, error_block_range: (Included(242816197), Unbounded), block_hash: 0xc78f776271180d1414d047a72c67c0cdc63d3de9eb87a9705c02de2f1334dbd7, block_number: 242810632, subgraph_id: QmSWxvd8SaQK6qZKJ7xtfxCCGoRzGnoi2WNzmJYYJW9BXY, shard: primary, component: Store
Then after a while (not always at the same block, it's random)
ERRO Subgraph writer failed, error: internal constraint violated: expected to remove at most one offchain data source but would remove 2, causality region: 35120, sgd: 969, subgraph_id: QmSWxvd8SaQK6qZKJ7xtfxCCGoRzGnoi2WNzmJYYJW9BXY, component: SubgraphInstanceManager
ERRO Subgraph failed with non-deterministic error: Failed to transact block operations: internal constraint violated: expected to remove at most one offchain data source but would remove 2, causality region: 35120, retry_delay_s: 125, attempt: 0, sgd: 969, subgraph_id: QmSWxvd8SaQK6qZKJ7xtfxCCGoRzGnoi2WNzmJYYJW9BXY, component: SubgraphInstanceManager
Then the writer stops, waits for retry_delay, restarts and we're back to the beginning...
Original message: https://discord.com/channels/438038660412342282/737341252835737641/1273898848791822357
Rewinding the Subgraph fails:
If it helps, when we try to rewind the network subgraph, we're getting:
Pausing deployments ... paused QmSWxvd8SaQK6qZKJ7xtfxCCGoRzGnoi2WNzmJYYJW9BXY[969] ... paused QmSWxvd8SaQK6qZKJ7xtfxCCGoRzGnoi2WNzmJYYJW9BXY[969]
Waiting 20s to make sure pausing was processed
Rewinding deployments
thread 'main' panicked at 'calledResult::unwrap()on anErrvalue: Fulltext search is not yet deterministic', graph/src/schema/input_schema.rs:822:85`
Original message: https://discord.com/channels/438038660412342282/737341252835737641/1273587764276891700
graph-node v0.34.1 (62e3a7211 2024-02-08)
indexer-service v0.20.22
indexer-agent v0.21.3
Relevant log output
No response
IPFS hash
QmSWxvd8SaQK6qZKJ7xtfxCCGoRzGnoi2WNzmJYYJW9BXY
Subgraph name or link to explorer
Arbitrum One Network Subgraph
Some information to help us out
- Tick this box if this bug is caused by a regression found in the latest release.
- Tick this box if this bug is specific to the hosted service.
- I have searched the issue tracker to make sure this issue is not a duplicate.
OS information
None
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu với rewind panic tại graph/src/schema/input_schema.rs:822:85, sau đó lần theo các đường dẫn của Store và SubgraphInstanceManager được nêu trong log. Điều tra lỗi constraint không xác định của nguồn dữ liệu offchain và sự tương tác với tính xác định của fulltext-search. Công việc được xem là hoàn tất khi subgraph không còn liên tục thất bại và rewind của nó hoàn tất thành công.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- rust
- Lĩnh vực
- backend
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100