Karol Sobczak

Results 121 comments of Karol Sobczak

Ok, so it's tabled after https://github.com/trinodb/trino/pull/13352

``` # General * Make highly selective `LIMIT` queries finish as soon as required number of rows is produced ({issue}`13616`) ``` https://github.com/trinodb/trino/pull/13616

``` General: * Prevent queries on bucketed tables from deadlocking ({issue}`13655`) ``` https://github.com/trinodb/trino/pull/13655

I think now there is race condition between scaling on task level (adding tasks) and scaling on local level. `ScaledWriterScheduler` should probably only scale tasks when local scaling is already...

@dain do you ack adding local writer scaling (the meat of this change)?

@gaurav8297 We need to have a plan for config properties when we add local scaling for partitioned inserts

@singhrajk did it start to fail in 391?

@singhrajk can you repro with tpch/tpcds?

@singhrajk could you also point to first version that fails?