restate icon indicating copy to clipboard operation
restate copied to clipboard

[introspection] Query failure when query parallelism = 1

Open igalshilman opened this issue 1 year ago • 4 comments

When setting query_parallelism = 1 we get a failure during execution with the following query:

RESTATE_ADMIN__QUERY_ENGINE__QUERY_PARALLELISM=1 \
RESTATE_WORKER__BOOTSTRAP_NUM_PARTITIONS=4 \
 ./target/debug/restate-server --wipe all
./target/debug/restate  sql
 'SELECT ss.id FROM sys_invocation_status ss LEFT JOIN sys_invocation_state sis ON ss.id = sis.id'

This however does not happen for any value >= 2.

igalshilman avatar Jun 03 '24 11:06 igalshilman

Do we still need this open?

AhmedSoliman avatar Jun 07 '24 13:06 AhmedSoliman

Yep, still requires to understand / fix.

igalshilman avatar Jun 08 '24 11:06 igalshilman

Could this problem have been resolved with the latest Datafusion upgrade?

tillrohrmann avatar Aug 08 '24 07:08 tillrohrmann

Maybe, I'll try to find the time to look into it :+1:

igalshilman avatar Aug 08 '24 08:08 igalshilman