itaidavid
itaidavid
Our architecture doc https://docs.lakefs.io/understand/architecture.html still mentions PostgreSQL as our DB Need to change this to fit the recent changes introduced with KV
We should warn a user on the lack of persistency, when KV is configured to "mem" Something similar to the warning we display when the blockstore is set to "mem"...
Deadlock due to wrong usage of routines synchronization with channels - both routines report error on the (blocking) error channel, which is never listened, due to the main routine blocked...
As lakectl can be built and used on windows systems, need to support its testing on windows too Update: We need a windows environment esti tests since we need to...