Skip to content

Conversation

lsytj0413
Copy link
Contributor

Fix: #1585

I think this issue have been fixed, test with config:

default-num-partitions = 4

[admin.query-engine]
query-parallelism = 1

and when run cmd:

./target/debug/restate  sql  'SELECT ss.id FROM sys_invocation_status ss LEFT JOIN sys_invocation_state sis ON ss.id = sis.id'

It output as:

0 rows. Query took 11.070458ms

@lsytj0413
Copy link
Contributor Author

@AhmedSoliman ptal

@lsytj0413
Copy link
Contributor Author

@igalshilman change to .unwrap_or(2) to use 2 as default when query-parallelism is not set.

Copy link
Contributor

@igalshilman igalshilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lsytj0413 thank you very much for your contribution.
Looks good to me!

@igalshilman igalshilman merged commit 81a7da3 into restatedev:main Apr 30, 2025
25 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 30, 2025
@lsytj0413 lsytj0413 deleted the fix1585 branch May 1, 2025 00:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[introspection] Query failure when query parallelism = 1
2 participants