atlasdb icon indicating copy to clipboard operation
atlasdb copied to clipboard

Transactional Distributed Database Layer

Results 203 atlasdb issues
Sort by recently updated
recently updated
newest added

This is still very much in progress and incomplete ## General **Before this PR**: **After this PR**: ==COMMIT_MSG== ==COMMIT_MSG== **Priority**: **Concerns / possible downsides (what feedback would you like?)**: **Is...

## General **Before this PR**: **After this PR**: ==COMMIT_MSG== ==COMMIT_MSG== **Priority**: **Concerns / possible downsides (what feedback would you like?)**: **Is documentation needed?**: ## Compatibility **Does this PR create any...

This branch is used as part of a hacking event, and should not be considered production quality code. Hence I have not filled in the template. If and when we...

no changelog

**This branch is used as part of a hacking event, and should not be considered production quality code. Hence I have not filled in the template. If and when we...

no changelog

**This branch is used as part of a hacking event, and should not be considered production quality code. Hence I have not filled in the template. If and when we...

do not merge
no changelog

## General **Before this PR**: **After this PR**: ==COMMIT_MSG== ==COMMIT_MSG== **Priority**: **Concerns / possible downsides (what feedback would you like?)**: **Is documentation needed?**: ## Compatibility **Does this PR create any...

## General **Before this PR**: **After this PR**: ==COMMIT_MSG== ==COMMIT_MSG== **Priority**: **Concerns / possible downsides (what feedback would you like?)**: **Is documentation needed?**: ## Compatibility **Does this PR create any...

**The purpose of this PR is to illustrate how my proposal for the storage of KnownCommittedTimestamps should look like, NOT INCLUDING compaction/compression of known immutable abort ranges. It is NOT...

do not merge
no changelog

**Goals (and why)**: ==COMMIT_MSG== The Atlas restore service will now retry if metadata is not found for a given table. ==COMMIT_MSG== **Implementation Description (bullets)**: - Moved session creation retry logic...

**Goals (and why)**: As noted in https://github.com/palantir/atlasdb/pull/6084#issuecomment-1157434783 `StackTraceUtils#score` is quite expensive `split`ting the full stacktrace on newlines twice for each sort comparison. ==COMMIT_MSG== Improve ThreadDumps and StackTraceUtils Reduce large string...