Jingyu Zhou
857d5704da
Merge pull request #5336 from vishesh/task/backup
...
backup: Show error info for RemovedDeadBackupLayerStatus
2021-08-06 12:39:57 -07:00
Markus Pilman
1e7db1be28
Merge pull request #5195 from PierreZ/dev/build_folder
...
allow build folder as $BUILD_DIR
2021-08-06 13:06:58 -06:00
Markus Pilman
eb908546bb
Merge pull request #5318 from PierreZ/cmake/options
...
add CMake's option for bindings
2021-08-06 13:06:24 -06:00
Vishesh Yadav
232f668226
Merge branch 'apple:master' into task/backup
2021-08-06 10:45:32 -07:00
Chaoguang Lin
55b6eb4154
Merge pull request #5343 from sfc-gh-clin/ipc-bench
...
Refactor setclass command
2021-08-05 17:25:04 -07:00
Trevor Clinkenbeard
3992b0591c
Merge pull request #5213 from sfc-gh-tclinkenbeard/async-task-thread
...
Several AsyncTaskThread improvements
2021-08-05 14:33:30 -07:00
Chaoguang Lin
27ea6b3081
Merge pull request #5341 from sfc-gh-clin/disable-advanceversion-c-test
...
Disable advanceversion ctest
2021-08-05 13:51:12 -07:00
Pierre Zemb
415bf2afc0
add CMake's option for bindings
2021-08-05 21:55:45 +02:00
Markus Pilman
0665342ec8
Merge pull request #5340 from sfc-gh-mpilman/master
...
Don't use -latomic with clang
2021-08-05 13:50:09 -06:00
Chaoguang Lin
10484c426c
Disable advanceversion ctest
2021-08-05 19:31:33 +00:00
Chaoguang Lin
bbc2ffe527
Remove unnecessay header, add new line at the end of the file
2021-08-05 19:29:01 +00:00
Chaoguang Lin
7f7620d125
Refactor the setclass command
2021-08-05 19:01:17 +00:00
Markus Pilman
defa41b502
Don't use -latomic with clang
2021-08-05 11:51:44 -06:00
yao-xiao-github
8609b45354
Add histograms to CommitProxyServer. ( #5299 )
2021-08-05 09:17:37 -07:00
Xiaoge Su
f6beda6623
When using non-Apple clang, link to libatomic
2021-08-05 07:32:41 -07:00
Xiaoge Su
38ac3481ff
fixup! Fix the indentation
2021-08-05 07:32:41 -07:00
Xiaoge Su
1d8068d48f
Ensure CompileBoost work on Mac
...
This is tested on a local Mac with most recent upgrades of xcode.
2021-08-05 07:32:41 -07:00
Xiaoge Su
1d685524db
Let CMake use /opt/boost_1_72_0_clang/ boost when the compiler is clang
...
For boost::context, clang abi and gcc abi are not compatible. In docker
environment, we have different builds, which are located at
gcc version: /opt/boost_1_72_0
clang version: /opt/boost_1_72_0_clang
In this patch, when clang compiler is detected, the clang version of
boost::context is used.
2021-08-05 07:32:41 -07:00
Vishesh Yadav
de93e2f854
Update fdbbackup/backup.actor.cpp
...
Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
2021-08-04 20:27:43 -07:00
yao-xiao-github
876c6d72c4
Merge pull request #5278 from yao-xiao-github/histogram
...
Add histogram in GrvProxyServer.
2021-08-04 16:34:35 -07:00
Yao Xiao
f3baedd27f
Apply suggestions.
2021-08-04 13:51:56 -07:00
Vishesh Yadav
98fa70da11
backup: Show error info for RemovedDeadBackupLayerStatus
2021-08-04 13:28:47 -07:00
A.J. Beamon
a844969805
Merge pull request #5331 from sfc-gh-anoyes/anoyes/add-release-note
...
Add release note for trace_partial_file_suffix
2021-08-04 10:11:18 -07:00
Steve Atherton
2a97a55f0b
Merge pull request #5332 from sfc-gh-ljoswiak/fixes/global-config-traces
...
Remove hot TraceEvents from GlobalConfig
2021-08-03 23:10:45 -07:00
Zhe Wu
55020b0a6a
Merge pull request #5319 from halfprice/zhewu/release-note-6.3.18-master
...
Release note 6.3.18
2021-08-03 20:56:42 -07:00
Lukas Joswiak
9e5da0452f
Remove hot TraceEvents
2021-08-03 20:34:44 -07:00
Andrew Noyes
43878e533d
Add release note to 7.0.0 as well
2021-08-03 16:50:33 -07:00
Zhe Wu
87f95e9969
Update documentation/sphinx/source/release-notes/release-notes-630.rst
...
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-08-03 16:45:23 -07:00
Zhe Wu
b66bf633c5
Release note 6.3.18
2021-08-03 16:38:23 -07:00
Andrew Noyes
1d3c185182
Add release note for trace_partial_file_suffix
2021-08-03 16:16:01 -07:00
Markus Pilman
cf7b42e652
Merge pull request #5329 from sfc-gh-tclinkenbeard/fix-parse-integral
...
Replace parseIntegral with standard parsing functions
2021-08-03 17:06:57 -06:00
sfc-gh-tclinkenbeard
76bf75e026
Replace parseIntegral with standard parsing functions
2021-08-03 15:30:14 -07:00
A.J. Beamon
732a0eda1e
Merge pull request #5325 from sfc-gh-anoyes/anoyes/trace-partial-file-suffix
...
Add the trace_partial_file_suffix option
2021-08-03 13:56:12 -07:00
Andrew Noyes
0eadf91028
Remove std::filesystem usage for old OSX
2021-08-03 13:31:08 -07:00
Andrew Noyes
a77fcb5448
Finalize partial trace files during trace clean up
2021-08-03 13:26:48 -07:00
Trevor Clinkenbeard
0b27f50292
Merge pull request #5326 from sfc-gh-xwang/master
...
remove unused variables
2021-08-03 11:23:05 -07:00
Andrew Noyes
86a225c726
Explain that no separator is added
2021-08-03 11:03:13 -07:00
Andrew Noyes
7a6216ce3e
Update fdbclient/vexillographer/fdb.options
...
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-08-03 10:58:49 -07:00
Andrew Noyes
564ed3581a
Expect trace file renamed after fdb_stop_network
2021-08-03 10:37:43 -07:00
Xiaoxi Wang
2337ec7d4e
remove unused variables
2021-08-03 10:15:34 -07:00
Andrew Noyes
46b8ab97f5
Remove obsolete comment
2021-08-03 09:47:15 -07:00
Andrew Noyes
39eff8c569
Add trace_partial_file_suffix network option
2021-08-03 09:43:42 -07:00
Andrew Noyes
5301e1a865
Add trace_partial_file_suffix_test
2021-08-03 09:37:11 -07:00
Meng Xu
2cf66abc24
Merge pull request #5317 from jzhou77/master
...
Refactor decoder for better handling KV blocks
2021-08-03 09:23:13 -07:00
Andrew Noyes
26e4797d64
Merge pull request #5321 from sfc-gh-clin/ipc-bench
...
Disable multiprocess fdbcli tests temporarily
2021-08-02 15:53:51 -07:00
Daniel Smith
0774ce423c
Merge pull request #5320 from sfc-gh-satherton/disable-rocks-valgrind
...
Disable using rocksdb in valgrind builds.
2021-08-02 18:34:44 -04:00
Chaoguang Lin
a32cff08eb
Add comments for the change
2021-08-02 22:34:08 +00:00
Andrew Noyes
ce4b2de6e7
Merge pull request #5290 from apple/anoyes/avoid-network-thread
...
Bring back optimization that avoids hop to network thread
2021-08-02 15:07:27 -07:00
Chaoguang Lin
20f0a5a1f2
Disable multiprocess fdbcli tests while debugging flakiness
2021-08-02 21:55:07 +00:00
Xiaoxi Wang
0e03d5e215
Merge pull request #5313 from sfc-gh-xwang/master
...
add information print in simulation test
2021-08-02 13:59:57 -07:00