CorfuDB
CorfuDB copied to clipboard
A cluster consistency platform
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...
The following pattern causes deadlock. 1. Tx1 takes a thread from ForkJoinPool and is blocked on lock X (VLO write lock or CHM internal lock). 2. Tx2 holds lock X,...
## Overview Since the WRITE_AFTER_WRITE transaction type only need to detect write-write conflicts there is no need to track the the read set. ## Checklist (Definition of Done): - [x]...
## Overview Description: Why should this be merged: Related issue(s) (if applicable): # ## Checklist (Definition of Done): - [ ] There are no TODOs left in the code -...
This patch introduces no new functionality, but refactors the transaction and proxy layers to facilitate the addition of new constructs for subsequent MVCC patches. ## Overview Description: Why should this...
## Overview Description: Why should this be merged: Related issue(s) (if applicable): # ## Checklist (Definition of Done): - [ ] There are no TODOs left in the code -...
## Overview - [ ] CLI tool to trigger compaction (checkpoint + trim) - [ ] Distributed Compaction orchestration capability with no reliance on applications for tasks like triggering, locking...
## Overview Description: Why should this be merged: Related issue(s) (if applicable): # ## Checklist (Definition of Done): - [ ] There are no TODOs left in the code -...
## Overview Intermittent failure of test 'testCertExpiryCheckDisabled' found [here](https://github.com/CorfuDB/CorfuDB/runs/7331900800?check_suite_focus=true) Error: Failures: [2719](https://github.com/CorfuDB/CorfuDB/runs/7331900800?check_suite_focus=true#step:6:2720) Error: TlsUtilsTest.testCertExpiryCheckDisabled:64 expected: true but was: false
## Overview Description: This change is for 2 purposes: * Remove static file plugin for streams to replicate, and reply on registry table to construct the set in flight instead....