FDB Formatster
|
2c788c233d
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-08-27 17:07:47 -07:00 |
Steve Atherton
|
f596a81073
|
Rename ::TRUE and ::FALSE in BooleanParams to ::True and ::False so as to not conflict with the TRUE and FALSE macros provided by the Windows and MacOS SDKs.
|
2021-07-17 00:11:40 -07:00 |
sfc-gh-tclinkenbeard
|
475abe301c
|
Merge remote-tracking branch 'origin/master' into fix-ub
|
2021-07-14 10:47:02 -07:00 |
sfc-gh-tclinkenbeard
|
8cc40e3a2b
|
Expand use of BOOLEAN_PARAM
|
2021-07-02 21:41:50 -07:00 |
sfc-gh-tclinkenbeard
|
79ff07a071
|
Added *BOOLEAN_PARAM macros to enforce documentation of boolean parameters
|
2021-07-02 15:04:42 -07:00 |
sfc-gh-tclinkenbeard
|
fe5e7f8c2a
|
Remove ISingleThreadTransaction::create function
|
2021-06-29 10:29:41 -07:00 |
sfc-gh-tclinkenbeard
|
41c790b299
|
Merge remote-tracking branch 'origin/master' into config-db
|
2021-06-10 22:31:23 -07:00 |
sfc-gh-tclinkenbeard
|
371a38e6e5
|
Merge remote-tracking branch 'origin/master' into remove-extra-copies
|
2021-06-07 10:26:06 -07:00 |
sfc-gh-tclinkenbeard
|
6fc2f1ddcb
|
Fix/remove some TODO comments in configuration database code
|
2021-06-06 09:27:51 -07:00 |
sfc-gh-tclinkenbeard
|
905f0065e5
|
Store DatabaseContext reference in configuration transaction objects
|
2021-06-02 22:14:58 -07:00 |
sfc-gh-tclinkenbeard
|
a775f92fca
|
Merge remote-tracking branch 'origin/master' into config-db
|
2021-06-01 15:39:34 -07:00 |
sfc-gh-tclinkenbeard
|
dce15d90d5
|
Add ThreadSafeDatabase::isConfigDB field
|
2021-05-10 18:15:56 -07:00 |
sfc-gh-tclinkenbeard
|
f28ac955c3
|
Remove unnecessary temporary objects while growing objects of type std::vector<std::pair<A, B>>
|
2021-05-10 16:32:50 -07:00 |
sfc-gh-tclinkenbeard
|
121c48359d
|
Revert "Make ThreadSafeTransaction implementation less verbose"
This reverts commit c7d5bbd2e0 .
|
2021-05-10 15:00:01 -07:00 |
sfc-gh-tclinkenbeard
|
28f923c087
|
Remove ISingleThreadTransaction::getMutableDeferredError
|
2021-05-10 14:09:08 -07:00 |
sfc-gh-tclinkenbeard
|
331dd2e377
|
Replace config_transaction option with use_config_database
|
2021-05-10 13:18:31 -07:00 |
Chaoguang Lin
|
7da5004690
|
Merge branch 'master' of github.com:apple/foundationdb into refactor-fdbcli
|
2021-05-06 15:44:26 -07:00 |
sfc-gh-tclinkenbeard
|
5c2d7b6080
|
Create RangeResult type alias
|
2021-05-03 13:14:16 -07:00 |
sfc-gh-tclinkenbeard
|
c7d5bbd2e0
|
Make ThreadSafeTransaction implementation less verbose
|
2021-04-30 12:05:58 -07:00 |
sfc-gh-tclinkenbeard
|
0d9eaa5d6d
|
Add ISingleThreadTransaction.h
|
2021-04-29 22:31:16 -07:00 |
Chaoguang Lin
|
283b774c2f
|
Merge branch 'master' of github.com:apple/foundationdb into refactor-fdbcli
|
2021-04-29 12:04:54 -07:00 |
A.J. Beamon
|
823873a9aa
|
Address review comments:
Use nullptr instead of NULL
Use const& for a parameter
Add some comments
|
2021-04-26 14:39:27 -07:00 |
Chaoguang Lin
|
de4753a5db
|
Add a workaround to temporily use the ryw to create a ThreadTransaction; Make sure we are using the same underlying ryw object
|
2021-04-23 01:32:30 -07:00 |
A.J. Beamon
|
b2d6930103
|
The multi-version client monitors the cluster's protocol version and only activates the client library that can connect.
|
2021-04-15 11:45:14 -07:00 |
A.J. Beamon
|
3ed0d614d2
|
Move fdb_get_server_protocol to be a function on the database object. Add an argument for expected_version that can be used to signal that the function shouldn't return unless the protocol version is different.
|
2021-04-14 12:50:30 -07:00 |
A.J. Beamon
|
ed811008ca
|
Merge pull request #4504 from sfc-gh-nwijetunga/network_busyness
Monitor Network Thread Busyness
|
2021-03-24 09:44:09 -07:00 |
Nim Wijetunga
|
de1c354b12
|
address pr comments
|
2021-03-23 20:56:37 +00:00 |
Andrew Noyes
|
7f4bde74ef
|
Add some documentation
|
2021-03-18 23:34:44 +00:00 |
Andrew Noyes
|
0919eff187
|
Fix data race in fdb_get_server_protocol
|
2021-03-18 18:24:12 +00:00 |
Nim Wijetunga
|
822cbf895d
|
address pr comments
|
2021-03-16 23:29:02 +00:00 |
Nim Wijetunga
|
0c6b9bc541
|
remove guard around g_network
|
2021-03-16 21:53:24 +00:00 |
Nim Wijetunga
|
17f9da6962
|
remove traces
|
2021-03-16 16:47:50 +00:00 |
Nim Wijetunga
|
f0d79b3d86
|
Inital implementation of network busyness
|
2021-03-15 23:23:56 +00:00 |
FDB Formatster
|
df90cc89de
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Chaoguang Lin
|
90686a95a0
|
format code
|
2021-02-08 22:17:16 -08:00 |
Chaoguang Lin
|
7c1ef37bcb
|
format code
|
2021-02-08 21:42:40 -08:00 |
Chaoguang Lin
|
97925de9d4
|
Update fdb_database_create_snapshot to take a UID as input
|
2021-02-05 14:14:38 -08:00 |
Chaoguang Lin
|
cef53b2b40
|
clang-format
|
2021-01-26 12:06:40 -08:00 |
Chaoguang Lin
|
5f912f0deb
|
Add snapshot c function
|
2021-01-26 11:53:35 -08:00 |
Chaoguang Lin
|
9b5fc3b638
|
Update code
|
2021-01-21 01:22:53 -08:00 |
Chaoguang Lin
|
116f034933
|
update var names
|
2021-01-21 01:11:40 -08:00 |
Chaoguang Lin
|
9cd7c43a2c
|
Add c function fdb_database_force_recovery_with_data_loss
|
2021-01-21 00:42:23 -08:00 |
Chaoguang Lin
|
e097c98956
|
Remove headed added by IDE, add comments
|
2021-01-04 00:18:01 -08:00 |
Chaoguang Lin
|
da7b65cd71
|
Change the interface back to return int64_t
|
2021-01-03 22:45:09 -08:00 |
Chaoguang Lin
|
b68d84aaea
|
Merge remote-tracking branch 'upstream/master' into add-c-function-for-management-commands
|
2020-12-21 12:32:31 -08:00 |
Chaoguang Lin
|
adc916121e
|
Copy the network address stringref
|
2020-12-20 22:44:04 -08:00 |
Chaoguang Lin
|
88e66545bb
|
Change the api to return bool instead of int
|
2020-12-03 12:01:32 -08:00 |
Chaoguang Lin
|
2320f970c1
|
Add reboot_worker and pythong binding
|
2020-11-19 16:43:39 -08:00 |
Chaoguang Lin
|
a72bb52eae
|
Merge branch 'master' of github.com:apple/foundationdb into add-c-function-for-management-commands
|
2020-10-28 22:32:44 -07:00 |
Richard Chen
|
309e38dc06
|
add unit test and some cleanup
|
2020-10-23 19:34:18 +00:00 |