Skip to content

Different author values in blocks table when running Indexer on two identical servers #548

@TranHuyHiep

Description

@TranHuyHiep

Hi team,

I found an unexpected behavior when running the Midnight Indexer on two different servers.

Both servers:

  • run the same version of the Indexer
  • use identical configs (same environment, same chain, same docker compose profile, same settings)
  • connect to the same network
  • are syncing without errors

However, when I compare the Postgres databases, I see that the blocks table has different author values for the same block height between the two servers.

Specifically:

  • hash,protocol_version, parent_hash and timestamp fields same data
  • but the author field is different between the two machines

❓ My question:

  • Why can this field differ?
  • Where exactly does the author value come from (which part of the node / protocol / metadata)?
  • Is there documentation explaining this field and how it is derived?

Thanks for your guidance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions