IvoDD

Results 20 issues of IvoDD

**Is your feature request related to a problem? Please describe.** Currently `StreamId`s can be quite large strings and in various places around the code we need to worry about performance...

enhancement

**Is your feature request related to a problem? Please describe.** We have different retry mechanisms for different storages. E.g. S3's sdk does retry & backoff on retryable errors. However for...

enhancement

**Is your feature request related to a problem? Please describe.** It's hard to remove unneeded parts of the API. We can add a docstring that it's deprecated but no one...

enhancement

#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...

Todo: Write detailed description when ready with setup #### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [...

#### Reference Issues/PRs Will close #1422 with next conda release #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ]...

Attempting to write a non-increasing index version is most likely due to parallel writes to the same symbol. We now indicate that in the error message. #### Reference Issues/PRs ####...

Also adds a test showcasing that iterating over version, index and data key now works #### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? ####...

### Describe the bug `lib_tool.read_to_keys` crashes for `KeyType.VERSION_REF` `lib_tool.read_to_keys` gives wrong index keys when reading `KeyType.VERSION` There are maybe other problematic key types but we lack testing. We need to...

bug

#### Reference Issues/PRs #### What does this implement or fix? We've encountered some fairly obscure arcticc folly::Range out of bounds failures. They are very unlikely but still can potentially cause...