Commit Graph

17175 Commits

Author SHA1 Message Date
Andrew Noyes 8b7e598feb Disallow usage of `wait` outside of ACTORs
Before this change, calling `wait` outside of an ACTOR would compile (!!)
2021-08-26 08:47:50 -07:00
Steve Atherton 02c729d16b
Remove unused variable. 2021-08-25 16:03:00 -07:00
Steve Atherton ba63d3b7d7
Fix typo 2021-08-25 15:59:56 -07:00
Steve Atherton 5c29da2a0f
Merge pull request #5461 from sfc-gh-satherton/durability-bug-repro1
TLogServer popped version calculation was off-by-one for retired tags after master recovery
2021-08-25 15:56:49 -07:00
Andrew Noyes 44447c80b6
Merge pull request #5467 from sfc-gh-anoyes/anoyes/dont-modify-src-dir
Fix the versioned packages so that they don't modify the source dir
2021-08-25 15:29:09 -07:00
sfc-gh-tclinkenbeard 96726a275a Create separate copies of commit request in PaxosConfigTransactionImpl 2021-08-25 15:21:36 -07:00
Andrew Noyes 0d362aaf42 Fix the versioned packages so that they don't modify the source dir 2021-08-25 15:14:08 -07:00
Chaoguang Lin 0b9f32a7d2 Remove the unnecessary check in the end of setclass 2021-08-25 14:50:52 -07:00
Chaoguang Lin a1c8217260 Move setclass test from single-process_test to multi-process_test 2021-08-25 13:04:01 -07:00
Andrew Noyes 2f30b08f19
Merge pull request #5465 from sfc-gh-anoyes/anoyes/update-cmake-dir-creation
make_directory is deprecated. Use file(MAKE_DIRECTORY ...)
2021-08-25 12:15:23 -07:00
Chaoguang Lin d2756b97e3 Add new lines in the two added files 2021-08-25 12:08:27 -07:00
Chaoguang Lin 09ccba67cf Refactor suspend and expensive_data_check commands 2021-08-25 12:05:51 -07:00
Chaoguang Lin ce9bf5c5ce Create a new function to get all worker interfaces 2021-08-25 11:54:08 -07:00
Fuheng Zhao 3b26cb5f99 add yield 2021-08-25 11:40:24 -07:00
Andrew Noyes 92c52d44d8 make_directory is deprecated. Use file(MAKE_DIRECTORY ...) 2021-08-25 11:30:26 -07:00
Chaoguang Lin 41f09e9c2e Refactor kill command 2021-08-25 10:47:52 -07:00
Chaoguang Lin b6dc20875e Add test coverage for triggerddteaminfolog command 2021-08-25 10:39:00 -07:00
Chaoguang Lin b00cefc243 Add a safe wait in the fdbcli setclass test 2021-08-25 10:38:01 -07:00
Chaoguang Lin 6b01363f45 Remove commented test; fix issues 2021-08-25 10:29:48 -07:00
Chaoguang Lin ec1fcfba57 Add test coverage for profile command 2021-08-25 10:04:22 -07:00
Trevor Clinkenbeard 5d84ffe019
Merge pull request #5441 from xis19/master
Refactor ApplyMetadataMutation for better readability
2021-08-24 18:42:18 -07:00
Fuheng Zhao e328e2b5df format fix 2021-08-24 18:34:44 -07:00
Chaoguang Lin 0806309230
Merge pull request #5458 from sfc-gh-clin/refactor-transaction-related-commands
Refactor transaction related commands
2021-08-24 16:42:03 -07:00
Steve Atherton deeb6b3404 Merge branch 'master' of https://github.com/apple/foundationdb into durability-bug-repro1
# Conflicts:
#	fdbserver/TLogServer.actor.cpp
2021-08-24 16:19:16 -07:00
Fuheng Zhao 5eb92ae65c reomve registry 2021-08-24 15:47:04 -07:00
Steve Atherton ec0e39b40f Bug fix: Popped versions are exclusive, so after recovery a tag for which there is no longer data should be considered popped up until the version *after* recovery, indicating that data at the recovery version itself has been popped. 2021-08-24 15:16:20 -07:00
Andrew Noyes e88c814a2b
Merge pull request #5452 from sfc-gh-kmakino/kaomakino/aarch64-memcpy
Add ACKNOWLEDGEMENTS. Replace memcpy with advsimd implementation.
2021-08-24 14:40:21 -07:00
Chaoguang Lin 31a3eb874f
Merge pull request #5438 from sfc-gh-clin/refactor-cache_range-command
Refactor the cache_range command
2021-08-24 14:19:25 -07:00
Chaoguang Lin 8de3417f24 Fix comment, add a new function for reading special keys' error message 2021-08-24 14:18:43 -07:00
Chaoguang Lin 868fa93d3d Merge branch 'master' of github.com:apple/foundationdb into refactor-cache_range-command 2021-08-24 12:58:23 -07:00
Xiaoge Su fc1d6b23dc Empty commit to trigger CI again 2021-08-24 12:58:14 -07:00
Xiaoge Su fd1c09c853 fixup! Fix the code per comments 2021-08-24 12:58:14 -07:00
Xiaoge Su a2114550e0 Refactor ApplyMetadataMutation for better readability 2021-08-24 12:58:14 -07:00
Andrew Noyes 3b4fed4f18
Merge pull request #4818 from sfc-gh-anoyes/anoyes/pkg_tester
Add pkg_tester
2021-08-24 12:22:50 -07:00
Chaoguang Lin 79063288bb
Merge pull request #5350 from sfc-gh-clin/ipc-bench
Refactor datadistribution command
2021-08-24 12:09:53 -07:00
Chaoguang Lin 5f924c8952 Refactor transaction related commands like begin, commit, etc. 2021-08-24 11:53:39 -07:00
Chaoguang Lin a29e380516 Print out setclass special keys' related error if present 2021-08-24 11:51:12 -07:00
sfc-gh-tclinkenbeard 288933bdf6 Add MachineAttrition to ConfigIncrement workload 2021-08-24 11:30:41 -07:00
Chaoguang Lin 08acf7ca69 Merge branch 'master' of github.com:apple/foundationdb into ipc-bench 2021-08-24 18:27:16 +00:00
sfc-gh-tclinkenbeard a047782db2 Merge remote-tracking branch 'origin/master' into paxos-config-db 2021-08-24 11:08:20 -07:00
sfc-gh-tclinkenbeard 9e7ed1f18c Randomize configuration database type for ConfigIncrement test 2021-08-24 11:08:06 -07:00
Andrew Noyes cbd0c33e13 Try using less privileges in for running systemd 2021-08-24 17:40:44 +00:00
Fuheng Zhao 57652a0cae Format 2021-08-24 10:00:24 -07:00
Fuheng Zhao b65a66fab7 log redwood histogram seperatly 2021-08-24 09:57:39 -07:00
Chaoguang Lin e0a01504fd Solve comments, fix the help message 2021-08-24 09:50:31 -07:00
Lukas Joswiak b756667d5b
Merge pull request #5402 from Doxense/fix-sampling-projects-conflicts-with-msbuild
Add dependencies between sampling and non-sampling actors projects
2021-08-24 09:25:31 -07:00
Jingyu Zhou eafe5b31ca
Merge pull request #5432 from Doxense/fix-windows-std-mutex-crash
Fix Windows std::mutex crash
2021-08-24 08:41:52 -07:00
Steve Atherton d6bdde6fe8 Fix trace event detail name collision in MutationTracking use cases. 2021-08-24 08:04:19 -07:00
Mohamed Oulmahdi c1bb977a93 Set sampling dependencies for Windows only 2021-08-24 10:48:31 +02:00
Mohamed Oulmahdi 2c5510011c Add dependencies between sampling and non-sampling actors projects 2021-08-24 10:48:31 +02:00