Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Stop an indexer, or report an error, when database operation fails: "TypeId(-8293274664658733968) not found in tables: {}" #1176

Closed
lostman opened this issue Aug 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@lostman
Copy link
Contributor

lostman commented Aug 2, 2023

If an indexer is deployed with a schema that doesn't match, every call to put_object fails:

2023-08-02T09:21:59.865028Z ERROR fuel_indexer::database: 143: TypeId(-8293274664658733968) not found in tables: {}.

Does the schema version in SchemaManager::new_schema match the schema version in Database::load_schema?

Do your WASM modules need to be rebuilt?

See #1175 for a way to trigger this.

This error is not reported to the indexer or the fuel-indexer service. Thus, the indexer continues running.

EDIT: this will be fixed by #1337.

@lostman lostman added the bug Something isn't working label Aug 2, 2023
@lostman lostman changed the title Stop attempts to execute an incorrect indexer: "TypeId(-8293274664658733968) not found in tables: {}" Stop an indexer, or report an error, when database operation fails: "TypeId(-8293274664658733968) not found in tables: {}" Aug 2, 2023
@ra0x3
Copy link
Contributor

ra0x3 commented Sep 12, 2023

Closing as fixed in #1337

@ra0x3 ra0x3 closed this as completed Sep 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants