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

bug: error report #388

Closed
1 of 2 tasks
cutecutecat opened this issue Feb 26, 2024 · 1 comment · Fixed by #414
Closed
1 of 2 tasks

bug: error report #388

cutecutecat opened this issue Feb 26, 2024 · 1 comment · Fixed by #414

Comments

@cutecutecat
Copy link
Member

cutecutecat commented Feb 26, 2024

Error at latest version:

  • Error message for IPC connection is wrong

pub fn check_connection<T>(result: Result<T, ConnectionError>) -> T {

  • If failed, check_connection may retry without limit, cause ERROR_STACK exceed
tensorchord=# CREATE INDEX ON t USING vectors (val vector_l2_ops)
WITH (options = "[indexing.hnsw]");
ERROR:  pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
ERROR:  pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
WARNING:  AbortTransaction while in ABORT state
ERROR:  pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
WARNING:  AbortTransaction while in ABORT state
ERROR:  pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
WARNING:  AbortTransaction while in ABORT state
ERROR:  pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
PANIC:  ERRORDATA_STACK_SIZE exceeded
@usamoi
Copy link
Collaborator

usamoi commented Feb 26, 2024

It's because we send abort to bgworker if transaction is aborted. It'll be solved when we implement #340.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants