Jingyu Zhou
32142bdec2
Merge pull request #5422 from sfc-gh-xwang/master
...
fix spelling error
2021-08-19 15:48:27 -07:00
Chaoguang Lin
7258c085ac
Merge pull request #5395 from sfc-gh-clin/add-external-client-fdbcli-test
...
Add fdbcli external client tests
2021-08-19 14:30:22 -07:00
Chaoguang Lin
8c56cef23c
Merge pull request #5366 from sfc-gh-clin/add-flow-db-interface
...
Rewrite ThrottleApi functions using template
2021-08-19 14:28:55 -07:00
Xiaoxi Wang
09342f43ea
fix spelling error
2021-08-19 13:55:30 -07:00
Chaoguang Lin
aff848543d
Merge branch 'master' of github.com:apple/foundationdb into add-external-client-fdbcli-test
2021-08-19 13:31:34 -07:00
Chaoguang Lin
fbed117b21
Solve comments; Add a method to return DatabaseContext Reference
2021-08-19 19:34:25 +00:00
Chaoguang Lin
68b41392a0
Change to use ArgumentParser, set env to use external client library in Popen, enable logging in all tests
2021-08-19 12:13:26 -07:00
Daniel Smith
45b40addb7
Merge pull request #5379 from neethuhaneesha/eagerReadsDisable
...
Disabling option for removing eagerReads for ClearRange mutations.
2021-08-19 12:39:30 -04:00
Jingyu Zhou
f2520ec21e
Merge pull request #5417 from PierreZ/issue_5416
...
Fix documentation about the tracing data layout
2021-08-19 09:30:55 -07:00
Pierre Zemb
bfae4bf24a
Fix documentation about the tracing data layout
2021-08-19 16:31:56 +02:00
Chaoguang Lin
b2c063dd93
Change g_network->runNetwork to API->runNetwork
2021-08-18 18:09:02 -07:00
Josh Slocum
0a0b4cf333
Merge pull request #5410 from sfc-gh-xwang/master
...
fix uninitialized int
2021-08-18 17:01:20 -07:00
Xiaoxi Wang
7b0756e391
fix uninitialized int
2021-08-18 15:48:02 -07:00
A.J. Beamon
448ffe7931
Merge pull request #5408 from yao-xiao-github/time-keeper-event
...
Add version and timestamp to TimeKeeperCommit event.
2021-08-18 15:30:11 -07:00
yao-xiao-github
0afb63c13f
Update fdbserver/ClusterController.actor.cpp
...
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-08-18 15:29:13 -07:00
Yao Xiao
7f0a09d1e2
Enable debugTransaction before getReadVersion.
2021-08-18 15:22:58 -07:00
Jingyu Zhou
55059b9a02
Merge pull request #5404 from Doxense/add-ithreadpool-test
...
Add IThreadPool test to cmake
2021-08-18 14:28:05 -07:00
Jingyu Zhou
38f9cbd8b6
Merge pull request #5406 from Doxense/fix-windows-build-with-system-time
...
Fix windows build with system time
2021-08-18 14:26:27 -07:00
yao-xiao-github
b8e2575f92
Update log directory to server log directory. ( #5396 )
2021-08-18 13:07:56 -07:00
Josh Slocum
15c8ac85a4
Merge pull request #5407 from sfc-gh-jslocum/fix-localconfig-segfault
...
Fix worker segfault by reference counting LocalConfiguration
2021-08-18 12:57:46 -07:00
Josh Slocum
074bd174b6
Fix worker segfault by reference counting LocalConfiguration
2021-08-18 14:07:20 -05:00
Yao Xiao
4b8dadfdfb
Use Time instead of Timestamp.
2021-08-18 11:53:52 -07:00
Mohamed Oulmahdi
deaf302987
Remove deprecated Action parameter for Windows Installer
2021-08-18 18:06:36 +02:00
Mohamed Oulmahdi
3a9e7150f7
Add SIGUSR1 and SIGUSR2 macros for Windows
2021-08-18 18:06:36 +02:00
Mohamed Oulmahdi
164ce4b334
Add Windows specific code for system time
2021-08-18 18:06:36 +02:00
Mohamed Oulmahdi
bce42671ff
Add IThreadPool test to cmake
2021-08-18 16:05:12 +02:00
Yao Xiao
977f8f494e
Add version and timestamp to TimeKeeperCommit event.
2021-08-18 01:27:38 -07:00
Evan Tschannen
7a96be1b30
Merge pull request #5398 from sfc-gh-jslocum/actually-force-kill
...
Force kill in killDatacenter didn't actually force kill always
2021-08-17 16:19:20 -07:00
Josh Slocum
6aabd9a03e
Adding FIXME for simulation issue
2021-08-17 18:18:28 -05:00
Josh Slocum
2c10118229
Force kill in killDatacenter didn't actually force kill always
2021-08-17 17:26:59 -05:00
Chaoguang Lin
7ac1d17bcb
Add a local namespace in Ratekeeper.actor.cpp to differenitate name GrvProxyInfo
2021-08-17 21:05:57 +00:00
Chaoguang Lin
b9628bdb50
Merge branch 'master' of github.com:apple/foundationdb into add-flow-db-interface
2021-08-17 20:24:41 +00:00
Chaoguang Lin
ebd4956542
Merge branch 'add-flow-db-interface' of github.com:sfc-gh-clin/foundationdb into add-flow-db-interface
2021-08-17 20:16:57 +00:00
Chaoguang Lin
53e83cf653
Remove change to Database
2021-08-17 20:10:43 +00:00
Chaoguang Lin
179c313e08
Use DatabaseContext instead of Database in template functions
2021-08-17 20:02:25 +00:00
Evan Tschannen
0a78c84a3e
Merge pull request #5183 from sfc-gh-xwang/tlog_dev
...
TLog Streaming Peek
2021-08-17 11:51:34 -07:00
Chaoguang Lin
775ac3e27c
Format fdbcli_tests.py file
2021-08-17 10:15:35 -07:00
Chaoguang Lin
cc18cc742c
Add fdbcli external client tests
2021-08-17 10:14:39 -07:00
Xiaoxi Wang
d12bda94ae
disable trace log
2021-08-16 16:33:20 -07:00
Trevor Clinkenbeard
182d3538ba
Merge pull request #5392 from sfc-gh-tclinkenbeard/fix-subobject-linkage
...
Remove anonymous namespace in PaxosConfigTransaction.actor.cpp
2021-08-16 16:08:09 -07:00
Hao Fu
d6e8ce3975
Merge pull request #5390 from hfu5/log
...
Log size of locationCache in client
2021-08-16 15:35:24 -07:00
sfc-gh-tclinkenbeard
04d33d3cba
Remove anonymous namespace in PaxosConfigTransaction.actor.cpp
2021-08-16 14:30:05 -07:00
Jingyu Zhou
b8f5b96568
Merge pull request #5384 from dongxinEric/misc/fix-ssl-cmake-msg
...
Fix the wording of a CMake message for SSL on Windows
2021-08-16 13:35:30 -07:00
Jingyu Zhou
bccb09f9dd
Merge pull request #5387 from sfc-gh-tclinkenbeard/improve-worker-const-correctness
...
Add const qualifiers to several parameters in `worker.actor.cpp`
2021-08-16 13:32:07 -07:00
Trevor Clinkenbeard
11f2da7806
Merge pull request #5361 from sfc-gh-tclinkenbeard/paxos-config-db
...
Add `ConfigIncrementWorkload`
2021-08-16 11:16:45 -07:00
sfc-gh-tclinkenbeard
47b4c9a4f7
Temporarily disable ConfigIncrement test
2021-08-16 10:50:14 -07:00
sfc-gh-tclinkenbeard
3418c20867
Merge remote-tracking branch 'origin/master' into paxos-config-db
2021-08-16 10:49:47 -07:00
hao fu
925c4a935d
Log size of locationCache in client
...
We observed that multi-threaded client has more memory usage,
and we would like to understand it better.
One suspect is that this shard-to-SS cache is playing a role,
logging the size of it to get better vision.
2021-08-16 10:31:14 -07:00
sfc-gh-tclinkenbeard
52a64eb04b
Improve const-correctness for AsyncVar references
2021-08-14 23:41:39 -07:00
sfc-gh-tclinkenbeard
ceb83f7f5e
Make ccInterface a const reference in workerServer
2021-08-14 23:41:39 -07:00