Always update timestamp cache. This correctly resolves our final commit#56
Merged
spencerkimball merged 1 commit intomasterfrom Sep 12, 2014
Conversation
timestamp as we send writes to various nodes as part of a distributed txn. Renamed read_timestamp_cache to just timestamp_cache and updated comments leading reader to believe it's just for reads!
Member
Author
Contributor
|
LGTM and This should resolve the race condition problem of DeleteRange.... |
spencerkimball
added a commit
that referenced
this pull request
Sep 12, 2014
…o-read-timestamp-cache Always update timestamp cache. This correctly resolves our final commit
soniabhishek
pushed a commit
to soniabhishek/cockroach
that referenced
this pull request
Feb 15, 2017
…port_to_algorithm_step algorithm step support in workflow
alan-mas
added a commit
to alan-mas/cockroach
that referenced
this pull request
May 10, 2021
Based on cockroachdb#56 we need to avoid protobuf compiler to run for Java, Obj-C and C# everytime we build as no one is using these languages anymore. submodule c-deps/protobuf updated. Release note: None
craig bot
pushed a commit
that referenced
this pull request
May 11, 2021
64489: build,protobuf: stop building unnecessary protobuf r=rickystewart a=alan-mas Based on #56 we need to avoid protobuf compiler to run for Java, Obj-C and C# everytime we build as no one is using these languages anymore. submodule c-deps/protobuf updated. Release note: None Co-authored-by: Alanmas <acostas.alan@gmail.com>
pav-kv
pushed a commit
to pav-kv/cockroach
that referenced
this pull request
Mar 5, 2024
…github.com/stretchr/testify-1.8.3 build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3
ebembi-crdb
added a commit
to ebembi-crdb/generated-diagrams
that referenced
this pull request
Feb 25, 2026
Source commit: fc9942aa0c767fbe4944872c13332a6c72ba2201 Source PR: cockroachdb/cockroach#56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
timestamp as we send writes to various nodes as part of a distributed
txn.
Renamed read_timestamp_cache to just timestamp_cache and updated comments
leading reader to believe it's just for reads!