Burak Velioglu
Burak Velioglu
When the server with cstore extension (2.0 version) and a foreign table on it upgraded, upgrade process errors out with the following logs : command: "/usr/local/pgsql_10/bin/pg_dump" --host /Users/usname --port 50432...
DESCRIPTION: Introduce create_timeseries_table with related checks Remaining items - [x] Reorganize code to follow Citus' practice - [x] Check create_missing_partitions call from C - [x] Truncate given date or timestamp...
While altering a distributed table with `alter_distributed_table`, Citus recreates materialized views depending on that table. Though, - Aliases - Storage parameters - Tablespace - WITH [NO] DATA options for materialized...
Within our upgrade documentation we stated 'stop old or new servers' as the third step. If we run the new server before running the pg_upgrade, distributed deadlock daemon also starts....
As testing encryption for github runner VMs completed successfully, encrypting all github runner VMs now. Both the VMs from the vm pools and VMs created from scratch are encrypted.
Since running a command on VM can take from few seconds to ~30 seconds,sending commands separately for create_runner_user and setup_environment can affect the runner provisioning time significantly. Although combining those...
``` In order to keep concession on the resource type level (sku is also used interchangeably at some points) adding a new table concession. Multiple concessions can be added for...
Github E2E Tests
When restoring a cache, the local cache server uses localhost.blob.core.windows.net as the host for file requests. This setup enables the toolkit’s concurrent download functionality (refer to the cacheHttpClient in the...
To access the local cache server on port 51123, localhost was used. It was ok to use that to access the server via processes running on the VM itself. Though,...