Results 53 issues of Jeremy Kong

## General **Before this PR**: Logging arguments are not annotated with their safety. **After this PR**: ==COMMIT_MSG== - We now require log safety to be specified on primitive types in...

A rough idea of what this will look like. It's still a work in progress. I think it'll be its own chain when it's time to merge this down -...

## General _This PR is part of a series: see the prototype https://github.com/palantir/atlasdb/pull/7000 or the internal RFC for what all of the pieces together are expected to look like. I...

## General _This PR is part of a series: see the prototype #7000 or the internal RFC for what all of the pieces together are expected to look like. I...

no changelog

## General **Before this PR**: We only attempt to validate each workflow once. While faults have stopped by this point, Cassandra or Timelock may still be recovering from faults in...

The way the timelock server does the scan to find the list of namespaces could read through more data than we expected. We do a `SELECT DISTINCT (namespace) FROM paxosLog`...

See internal atlasdb proxy client, issue 1333: builds there are failing on being unable to read the manifest. The integration spec also looks like it produces an invalid manifest: if...

## What happened? Code of the form ``` byte b = (byte) 0; assertEquals(b, 0); ``` passes under JUnit assertions. However, this is re-written as ``` byte b = (byte)...

## General **Before this PR**: In PDS-549354, we saw some issues with `SuspectedNotCurrentLeaderException`s (SNCLEs) that were a bit unclear to debug: we can see from the timeline that a node...

## General **Before this PR**: The coordination table is written to at `SERIAL` (this is a bit convoluted: but we don't specify the consistency level in AtlasDB code, and the...

do not merge