Elek, Márton
Elek, Márton
To reproduce: - add the following to the `examples/asciidoc-odp-test.asciidoc` ``` == Slide image [width="50mm",height="50mm",align="right"] image::dag-professional-250.jpg[Photo] ``` - `asciidoc -b odp asciidoc-odp-test.asciidoc` - `libreoffice asciidoc-odp-test.fodp` Result: Modal error dialog in LibreOffice...
For large storagenodes, our bloom filter may not be large enough to delete files fast enough. The actual limit is ~4 MB (DRPC limit). We already [modified the protocol](https://github.com/storj/storj/issues/6691) to...
Before this patch, the NodeSelector interface was this: ``` type NodeSelector func(n int, alreadySelected []storj.NodeID) ([]*SelectedNode, error) ``` The problem is that we don't differentiate between alreadySelected and excluded nodes....
We want to follow the improvements of the bloom filter bump and this will help us do that.
The proposed plan (instead of https://review.dev.storj.io/c/storj/storj/+/11835): 1. merge storj.io/private to storj.io/common (one less repo, no license problems) 2. starve the storj.io/common to make it as small as possible a. move...
Durability segment loop creates a cache per node attribute which requires lot's of memory (OOM killed ranged loop multiple times). We should use a shared cache, which is the same...
```[tasklist] ### Tasks - [ ] https://review.dev.storj.io/c/storj/storj/+/13013 ```
As @littleskunk reported: > It looks like the dashboard is calculating with 1024 and 1000 at the same time. The results are inconsistent. > left side 3.41 TB * 1024...
We need some lightweight framework both for UI backend separation and for (full) Spanner support... There is an experimental chain here, would be nice to slowly include in the code......
For multi module project (or in other cases) the .git directory cold be in the parent instead of the current project dir.