Thomas Vander Wal
10/31/2022, 5:25 PMBarak Amar
brentahughes/badger-cli
created a fork https://github.com/nopcoder/badger-cli to support the badger file format and couple of more changes for working with our local format k/v metadata.Ariel Shaqed (Scolnicov)
11/06/2022, 6:06 AMItai Admi
11/08/2022, 9:26 AMBarak Amar
blockstore.type
is going to be a required field - the default as local can be applied by using --local-settings
. Aligned the behaviour with database.type
.
https://github.com/treeverse/lakeFS/pull/4553Barak Amar
Ariel Shaqed (Scolnicov)
11/20/2022, 2:12 PMtime.Duration.Abs
, which is Go 1.19. This raises the effective required minimum version of Go to 1.19.Itai Admi
11/21/2022, 10:26 AMEden Ohana
11/24/2022, 8:57 AMAriel Shaqed (Scolnicov)
11/28/2022, 8:01 AMAriel Shaqed (Scolnicov)
12/04/2022, 1:16 PMItai Admi
12/06/2022, 8:15 AMAdi Polak
einat.orr
Quentin Nambot
12/22/2022, 1:20 PMAriel Shaqed (Scolnicov)
12/29/2022, 7:38 AMAriel Shaqed (Scolnicov)
01/05/2023, 12:20 PMAriel Shaqed (Scolnicov)
01/05/2023, 1:31 PMIdan Novogroder
01/06/2023, 8:58 AMAriel Shaqed (Scolnicov)
01/08/2023, 11:35 AMAriel Shaqed (Scolnicov)
01/12/2023, 10:40 AMItai Admi
01/17/2023, 6:17 AMAriel Shaqed (Scolnicov)
01/24/2023, 12:46 PMAriel Shaqed (Scolnicov)
01/28/2023, 9:38 AMBarak Amar
Itai Admi
01/30/2023, 8:57 AMYoni Augarten
02/06/2023, 3:55 AMreplicas: 3
to scale up - and on the first run I'm getting the following error on one of the lakeFS containers, and it fails to start:
setup failed: ERROR: relation \"kv_49\" already exists (SQLSTATE 42P07)
Seems like a race condition. Any recommendations on how to deal with it?Vaibhav Kumar
02/19/2023, 3:24 PM- name: Run lakeFS DAG
run: |
cd astro
astro dev run connections add conn_lakefs --conn-type=HTTP --conn-host=<http://172.17.0.1:8000> --conn-extra='{"access_key_id":"${{ env.KEY }}","secret_access_key":"${{ env.SECRET }}"}'
astro dev run dags unpause lakeFS_workflow
astro dev run dags trigger lakeFS_workflow
sleep 30
Itai Admi
02/22/2023, 12:55 PMVaibhav Kumar
02/23/2023, 3:15 PM