Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Balancer - pruned subgraph panicked at graph/src/components/subgraph/proof_of_indexing/online.rs:137:26: #5308

Open
1 of 3 tasks
yash251 opened this issue Mar 27, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@yash251
Copy link
Member

yash251 commented Mar 27, 2024

Bug report

the subgraph is stuck on block number 54559455 on polygon network

Qm hash - QmeUa1DYUkYwVMFMtxjPobSaGyMhbUVyMU5Uknpcua3bCC

error encountered is

stderr F thread 'QmeUa1DYUkYwVMFMtxjPobSaGyMhbUVyMU5Uknpcua3bCC[702734]' panicked at graph/src/components/subgraph/proof_of_indexing/online.rs:137:26:

they deployed 2 polygon subgraphs, pruned and unpruned. both uses the same grafting base and block. unpruned has synced last week:
QmWW1BQ4PfHtLbLRxyMyNVsGdR14rnUaZAyCFKz34Yx7bC
but pruned (using indexerHints for the first time) is stuck:
QmeUa1DYUkYwVMFMtxjPobSaGyMhbUVyMU5Uknpcua3bCC

graft:
base: QmfFmtcLKRugnPe8HFmmvdtUgM6gvUSSsFXGeCTX6sH4Zg
block: 54559455

they simply deployed with the indexerHints set to pruning 100k blocks and grafted onto another Subgraph
repo - https://github.com/balancer/balancer-subgraph-v2/tree/dev

Relevant log output

No response

IPFS hash

QmeUa1DYUkYwVMFMtxjPobSaGyMhbUVyMU5Uknpcua3bCC

Subgraph name or link to explorer

No response

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

@yash251 yash251 added the bug Something isn't working label Mar 27, 2024
@mendesfabio
Copy link

hey, leaving a comment here to receive notifications. let me know if you need any other info!

@mendesfabio
Copy link

hey folks - any updates here? this has been preventing us from launching new pools on Balancer =/

@leoyvens
Copy link
Collaborator

leoyvens commented Apr 2, 2024

@mendesfabio You grafted a specVersion 1.0.0 subgraph on top of a specVersion 0.0.4 subgraph, that is not supported due to a change in the Proof of Indexing algorithm. Are you able to use the unpruned subgraph for now, while you resync the pruned one without grafting?

@mendesfabio
Copy link

we've found a way around it, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants