Skip to content

verifiedSet causes ErrCorruptedData or DB corruption in official example #2054

@ReddyNextDoor

Description

@ReddyNextDoor

https://docs.immudb.io/master/develop/queries-history.html#references

  • It seems to corrupt or desync the client from the DB
  • -Verified operations permanently fail, even if set() works

File "/Users/fleshheap/immudbtest/pyhistory.py", line 43, in
main()
~~~~^^
File "/Users/name/immudbtest/pyhistory.py", line 13, in main
client.verifiedSet(b'x', b'1')
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/Users/name/immudbtest/venv/lib/python3.13/site-packages/immudb/client.py", line 621, in verifiedSet
return verifiedSet.call(self._stub, self._rs, key, value, self._vk)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/fleshheap/immudbtest/venv/lib/python3.13/site-packages/immudb/handler/verifiedSet.py", line 68, in call
raise ErrCorruptedData
immudb.exceptions.ErrCorruptedData

Python 3.13
Immudb running on amazon linux 2023/ fedora /x86_64
python script running on macOS/arm64
immudb/client/admin - v 1.96

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