Commit Graph

44 Commits

Author SHA1 Message Date
Steve Atherton 7799d872f2 Fixed compile error on macOS clang. 2021-06-21 20:19:36 -07:00
sfc-gh-tclinkenbeard 3bdaa7145a Handle sets and clears differently in SimpleConfigDatabaseNodeImpl::getKnobs 2021-06-16 16:43:19 -07:00
sfc-gh-tclinkenbeard 06e4cabc02 Addressed review comments 2021-06-12 08:21:40 -07:00
sfc-gh-tclinkenbeard 669ca0bb14 Add comments to configuration database code 2021-06-10 17:14:37 -07:00
sfc-gh-tclinkenbeard 30166724f1 Improved pimpl const-correctness in configuration database classes 2021-06-10 14:49:05 -07:00
sfc-gh-tclinkenbeard 6fc5bd3480 Remove TestID from stateful configuration database classes, and fix some bugs 2021-06-07 00:29:36 -07:00
sfc-gh-tclinkenbeard 016ef54a73 Clean up unit test data directory between tests 2021-06-06 11:25:58 -07:00
sfc-gh-tclinkenbeard 4c059670a0 Parse configuration knob values on the client 2021-06-02 10:04:46 -07:00
sfc-gh-tclinkenbeard f4edd60e29 Listen for IKeyValueStore errors in stateful configuration database objects 2021-05-30 08:14:22 -07:00
sfc-gh-tclinkenbeard 6665f5cc4d Support and test restricted range reads 2021-05-29 03:58:18 -07:00
sfc-gh-tclinkenbeard 3d733deec9 Normalize configuration commit annotations 2021-05-24 01:25:50 -07:00
sfc-gh-tclinkenbeard 1cb37a6216 Create local configuration files on demand 2021-05-23 21:03:15 -07:00
sfc-gh-tclinkenbeard 739d8813dd Create configuration database node files on demand 2021-05-23 18:01:50 -07:00
sfc-gh-tclinkenbeard 3d97d92acf Address/remove some TODO comments 2021-05-18 19:14:22 -07:00
sfc-gh-tclinkenbeard 748a3ebfbe Add GetSnapshotAndChangesRequest type 2021-05-18 15:28:44 -07:00
sfc-gh-tclinkenbeard 641882ef0b Add dummy PaxosConfixDatabaseNode implementation 2021-05-17 14:15:30 -07:00
sfc-gh-tclinkenbeard 4b848867f9 Break down configuration database unit tests and fix some more bugs 2021-05-16 23:16:08 -07:00
sfc-gh-tclinkenbeard e86532d40a Added /fdbserver/ConfigDB/TransactionToLocalConfig/ unit tests 2021-05-15 22:28:12 -07:00
sfc-gh-tclinkenbeard 40605f896f Improvements to configuration database unit testing 2021-05-15 20:38:41 -07:00
sfc-gh-tclinkenbeard 5c3b293fce Fix some SimpleConfigTransaction bugs 2021-05-15 12:41:16 -07:00
sfc-gh-tclinkenbeard d7692b628f Support global configuration database updates 2021-05-14 19:34:21 -07:00
sfc-gh-tclinkenbeard b3565080dd Improve configuration database logging 2021-05-13 16:39:58 -07:00
sfc-gh-tclinkenbeard 6a163c0df9 Add basic ConfigBroadcaster unit test 2021-05-13 11:22:25 -07:00
sfc-gh-tclinkenbeard 16d670d3bb Add unit tests for LocalConfiguration 2021-05-12 11:56:45 -07:00
sfc-gh-tclinkenbeard fc0fbfb5dc Minor configuration database bug fixes 2021-05-11 12:00:44 -07:00
sfc-gh-tclinkenbeard 21e5456230 Add schema to configuration database (not yet tested) 2021-05-11 11:12:19 -07:00
sfc-gh-tclinkenbeard 807695ff1e Fix several SimpleConfig bugs. Some bugs still exist 2021-04-25 14:35:56 -07:00
sfc-gh-tclinkenbeard 8fa6016287 Enable compaction on SimpleConfigDatabaseNode 2021-04-24 13:37:15 -07:00
sfc-gh-tclinkenbeard 8540889b14 Add compaction to ConfigurationDatabaseWorkload 2021-04-23 18:40:32 -07:00
sfc-gh-tclinkenbeard 4709c2da5b Added version_already_compacted error 2021-04-23 17:49:57 -07:00
sfc-gh-tclinkenbeard ee4f9d24b9 Modified ConfigurationDatabaseWorkload to run modified cycle workload 2021-04-23 14:05:14 -07:00
sfc-gh-tclinkenbeard d6fa06afdd Add IConfigTransaction::getRange (not yet tested) 2021-04-23 11:39:26 -07:00
sfc-gh-tclinkenbeard 1a6dcd6677 Added SimpleConfigDatabase compaction (not yet tested) 2021-04-23 09:22:47 -07:00
sfc-gh-tclinkenbeard e3be3bd90c Fix versionedMutationKey ordering bug and strengthen default ConfigurationDatabaseWorkload 2021-04-22 23:00:42 -07:00
sfc-gh-tclinkenbeard 0f4a240296 Added /fdbserver/SimpleConfigDatabaseNode/versionedMutationKeyOrdering unit test 2021-04-22 21:29:40 -07:00
sfc-gh-tclinkenbeard 8142b9e023 Increase default number of increments, broadcasters, and consumers in ConfigurationDatabaseWorkload 2021-04-22 14:38:34 -07:00
sfc-gh-tclinkenbeard 53697c316c Expand ConfigurationDatabaseWorkload to support running multiple clients, broadcasters, and consumers 2021-04-22 13:54:58 -07:00
sfc-gh-tclinkenbeard 8a30ebf27f Several improvements to SimpleConfig pipeline and test workload 2021-04-21 21:37:42 -07:00
sfc-gh-tclinkenbeard 89231a8506 Implement SimpleConfigDatabaseNode::getFullDatabase (not tested yet) 2021-04-21 13:03:34 -07:00
sfc-gh-tclinkenbeard 050eb079bd Add ConfigFollowerCompactRequest 2021-04-21 12:18:52 -07:00
sfc-gh-tclinkenbeard 2f7e752eee Store mutation log on SimpleConfigDatabaseNode 2021-04-16 20:20:41 -07:00
sfc-gh-tclinkenbeard f54f082159 Build interfaces for full config update pipeline 2021-04-16 17:58:00 -07:00
sfc-gh-tclinkenbeard ca3b7f5ef1 Implemented simple ConfigurationDatabase workload, run simple configuration database node on coordinators 2021-04-15 12:44:45 -07:00
sfc-gh-tclinkenbeard 18f17a4ea2 First draft of config-db 2021-04-14 22:06:37 -07:00