Commit Graph

16904 Commits

Author SHA1 Message Date
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 b1dce03e0d
Add warning on CMake when bindings requirements are not reached 2021-08-19 17:39:03 +02:00
Pierre Zemb bfae4bf24a
Fix documentation about the tracing data layout 2021-08-19 16:31:56 +02:00
sfc-gh-tclinkenbeard 8faf418b45 Add back LocalConfiguration::initialize 2021-08-18 22:27:38 -07:00
Renxuan Wang cc06eefffe Add a sentence describing what MutationLogReader does at high level. 2021-08-18 18:23:35 -07: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
Renxuan Wang 454beeb1cf Delete toml for unit test. 2021-08-18 15:01:45 -07:00
Renxuan Wang e18a82f327 Add more comments. 2021-08-18 14:59:50 -07:00
Renxuan Wang 974af89abc Address comments. 2021-08-18 14:59:50 -07:00
Renxuan Wang 6e89dc3da0 Check in the prototype of MutationLogReader. 2021-08-18 14:59:50 -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
sfc-gh-tclinkenbeard 62303af832 Remove invalid assertion from ConfigBroadcastSnapshotRequest handling 2021-08-18 13:24:00 -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
sfc-gh-tclinkenbeard e0981e71b2 Remove invalid assertion from LocalConfiguration::addChanges 2021-08-18 12:49:00 -07:00
sfc-gh-tclinkenbeard a7f9db8b76 Remove knob reinitialization from updateInMemoryState 2021-08-18 12:32:12 -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
sfc-gh-tclinkenbeard 0bacc310ef Reenable consumer in config broadcaster 2021-08-17 12:09:12 -07: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
sfc-gh-tclinkenbeard 616a01d01d Only register each worker once with config broadcaster (consumer currently disabled) 2021-08-17 11:45:50 -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
sfc-gh-tclinkenbeard 7d87aa8203 Increase well known endpoint index for WLTOKEN_PROCESS 2021-08-16 12:09:56 -07:00
sfc-gh-tclinkenbeard 51ee619c16 Remove LocalConfiguration::initialize 2021-08-16 11:39:37 -07:00