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

Missing ciphertexts in coprocessor PostgreSQL DB #243

Open
dartdart26 opened this issue Jan 14, 2025 · 0 comments · May be fixed by #249
Open

Missing ciphertexts in coprocessor PostgreSQL DB #243

dartdart26 opened this issue Jan 14, 2025 · 0 comments · May be fixed by #249
Assignees
Labels
bug Something isn't working

Comments

@dartdart26
Copy link
Collaborator

Some computations in the SQLite DB lead to a failing AsyncCompute call due to missing ciphertexts/handles in the PostgreSQL DB. The geth node retries indefinitely, each time AsyncCompute failing.

It is not possible to put arbitrary handles in the ACL, meaning that TFHEExecutor shouldn't be doing computations on these. Therefore, logically, it seems the issue is in the coprocessor itself.

Try to reproduce and understand how it geth node/coprocessor reached this state.

@dartdart26 dartdart26 added the bug Something isn't working label Jan 14, 2025
@dartdart26 dartdart26 assigned dartdart26 and goshawk-3 and unassigned dartdart26 Jan 14, 2025
@goshawk-3 goshawk-3 linked a pull request Jan 15, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants