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
Evan Tschannen
0a78c84a3e
Merge pull request #5183 from sfc-gh-xwang/tlog_dev
...
TLog Streaming Peek
2021-08-17 11:51:34 -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
Chaoguang Lin
829277f848
Merge pull request #5383 from sfc-gh-clin/make-fdbcli-tests-stable
...
Try to fix flaky exclude fdbcli test
2021-08-13 16:36:40 -07:00
Chaoguang Lin
4cc2042783
Update debugging logs
2021-08-13 15:00:52 -07:00
Eric Dong
c6ed0f94bf
Fix the wording of a CMake message for SSL on Windows
2021-08-13 13:02:49 -07:00
Josh Slocum
82d38cd65d
Merge pull request #5382 from sfc-gh-jslocum/tss_dd_improvements
...
Various TSS improvements from snowblower testing
2021-08-13 12:20:45 -07:00
Chaoguang Lin
9553427619
try to fix exlcude fdbcli test
2021-08-13 11:36:49 -07:00
Josh Slocum
e444d3781c
Various TSS improvements from snowblower testing
2021-08-13 10:24:15 -05:00
Steve Atherton
303449f82f
Merge pull request #5378 from FuhengZhao/RedwoodMetricsLevelFix
...
Redwood Metric Level
2021-08-12 20:29:08 -07:00
Fuheng Zhao
4282911ce2
level off by 1 fixed
2021-08-12 20:06:46 -07:00
Andrew Noyes
b864b8b3b9
Merge pull request #5377 from sfc-gh-anoyes/anoyes/fix-mystery-debug-mode-crash
...
Fix a crash in debug mode
2021-08-12 17:30:46 -07:00
Andrew Noyes
28f3ffd2ec
Fix a crash in debug mode
...
For unknown reasons, The previous implementation crashed while
(according to valgrind and ubsan) trying to interpret uninitialized memory as a
shared_ptr. This only happened when CMAKE_BUILD_TYPE=Debug. This change
works for debug mode and also still addresses this TSAN issue the
original change addressed.
2021-08-12 16:19:20 -07:00
Xiaoxi Wang
df7a801945
remove FIXME
2021-08-12 14:10:34 -07:00
Daniel Smith
0cc317124e
Merge pull request #5354 from liquid-helium/thread-safe-promis-stream
...
Introduced ThreadReturnPromiseStream
2021-08-12 12:19:13 -04:00
Andrew Noyes
b39a903af0
Merge pull request #5371 from sfc-gh-anoyes/anoyes/fix-heap-use-after-free
...
Fix heap use after free
2021-08-12 07:27:05 -07:00
Xiaoxi Wang
a97570bd06
solve mis-spelling, trace log and format problems
2021-08-11 18:26:00 -07:00
helium
f445d94baf
Comments resolved.
2021-08-11 17:01:12 -07:00
helium
e988ac53d9
clang-format
2021-08-11 16:21:06 -07:00
Andrew Noyes
ca9f60baef
Fix heap use after free
2021-08-11 15:42:01 -07:00
Zhe Wu
dbd2c636b5
Merge pull request #5283 from sfc-gh-qhoang/qhoang-enable-mako-to-work-with-mvc
...
Enable mako to work with mvc
2021-08-11 14:23:31 -07:00
Lukas Joswiak
a605fb3852
Merge pull request #5026 from sfc-gh-ljoswiak/fixes/alp6
...
Actor sampling
2021-08-11 13:44:17 -07:00
Lukas Joswiak
f295d31e02
Merge pull request #5368 from sfc-gh-ljoswiak/fixes/broadcaster-push-snapshots
...
Push snapshot changes to local configuration on refresh
2021-08-11 13:01:19 -07:00