-
https://github.com/treeverse/lakeFS/pull/3427#discussion_r892799808
N-o-Z updated
2 years ago
-
When no GC rules are defined for a repository, running GC against it throws an exception that's not handled instead of exit gracefully.
```
Exception in thread "main" io.lakefs.clients.api.ApiExc…
-
Currently, lakeFS' GC capability is only supported on S3.
This issue is to add support for lakeFS installations that use Azure as their underlying object store.
-
Example: https://github.com/treeverse/lakeFS/runs/7395107778?check_suite_focus=true#logs
Looks like it's always a network issue:
```
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#no…
-
Things to think of while documenting RouterFS:
- Documenting RouterFS under its use case may work better than documenting it under its name. That is, as a user the title "using lakeFS and s3 without …
-
On the kv migration remove/update the commit version that was added after the parent switch bug on the merge.
```
const (
CommitVersionInitial CommitVersion = iota
CommitVersionParentSwit…
-
For each configured mapping there will be a mandatory requirement to add a default FileSystem implementation mapping.
For example:
For the following mappings:
```conf
routerfs.mapping.s3a.1.replac…
-
Currently, there are no benchmarks for graveler. This can make it difficult to identify perfromance regression due to the move to KV.
Need to implement benchmarks and run on both SQL and KV.
The ben…
-
__URL:__ https://lakefs.io/the-state-of-data-engineering-2022/
__Review (1-2 sentences):__ Let's take a look at the top technologies of 2022. Read it or you can lose the Pokémon or Big Data game :)…
-
The metadata client creates a new ApiClient for almost every call. This actually triggers a _worst_ practice: [OkHttpClient.kt says](https://github.com/square/okhttp/blob/b1ad9fcf892c9bdfa8714f595b1b…