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 |
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 |
Richard Chen
|
90caa24af1
|
add function to get correct checksum class. Remove IChecksum::checkSum function
|
2020-10-23 02:24:29 +00:00 |
Richard Chen
|
c84a5f4014
|
change IChecksum interface and remove coordinator protocol version optional
|
2020-10-19 21:39:07 +00:00 |
Richard Chen
|
a4ccf8c5b6
|
add checksum class to change checksum in the future. expose get server protocol api
|
2020-10-19 16:57:11 +00:00 |
Xin Dong
|
5d902f9177
|
Merge pull request #3394 from dongxinEric/feature/range-split-points-based-on-size
Feature/range split points based on size
|
2020-10-08 14:25:11 -07:00 |
sfc-gh-tclinkenbeard
|
b4e209bd4e
|
Replace NULL with nullptr in fdbclient
|
2020-09-20 11:33:09 -07:00 |
Chaoguang Lin
|
23ef23357c
|
Test code to add c function for kill/suspend
|
2020-08-21 14:30:52 -07:00 |
Xin Dong
|
daead84fdd
|
Merge master
|
2020-08-14 14:07:08 -07:00 |
sfc-gh-tclinkenbeard
|
2a72b1527d
|
Rename ThreadSafeTransaction.cpp
This file doesn't contain actors, so it doesn't need the actor.cpp
suffix
|
2020-08-11 15:48:23 -07:00 |