14304 Commits

Author SHA1 Message Date
Nim Wijetunga
2d46cfcb80 remove traces 2021-02-09 13:33:19 -05:00
A.J. Beamon
a8d08a8792 Merge branch 'release-6.3' into merge-release-6.3-into-master 2021-02-09 10:18:00 -08:00
Evan Tschannen
542b8cfcc7
Merge pull request #4305 from sfc-gh-ajbeamon/merge-release-6.2-into-release-6.3
Merge release 6.2 into release 6.3
2021-02-09 09:53:57 -08:00
Nim Wijetunga
2560dc0227 add test workload 2021-02-09 12:32:37 -05:00
A.J. Beamon
66fa403c86 Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	CMakeLists.txt
#	documentation/sphinx/source/downloads.rst
#	fdbserver/Knobs.cpp
#	packaging/msi/FDBInstaller.wxs
#	versions.target
2021-02-09 08:55:24 -08:00
Chaoguang Lin
5b2c015747 fix indent 2021-02-09 01:45:43 -08:00
Chaoguang Lin
1d964e8c4a update unit test 2021-02-09 01:41:39 -08:00
Chaoguang Lin
90686a95a0 format code 2021-02-08 22:17:16 -08:00
Chaoguang Lin
7c1ef37bcb format code 2021-02-08 21:42:40 -08:00
Chaoguang Lin
61082e70e1 format code, add comments 2021-02-08 19:11:30 -08:00
Chaoguang Lin
e3c1530a15 format code 2021-02-08 18:56:12 -08:00
Chaoguang Lin
3def9731a4 Merge branch 'master' of github.com:apple/foundationdb into add-coordinators-into-special-keys 2021-02-08 18:52:45 -08:00
Chaoguang Lin
b10959be0f format code, add trace 2021-02-08 18:52:36 -08:00
Chaoguang Lin
0947b87b60 Update documentation 2021-02-08 18:47:49 -08:00
Chaoguang Lin
fd7b1f64d0 Remove IDE added header 2021-02-08 18:41:20 -08:00
A.J. Beamon
e6d9ebd3d2
Merge pull request #4302 from sfc-gh-ajbeamon/make-ping-stable-interface
Make the ping enpoint a stable interface
2021-02-08 18:10:33 -08:00
Evan Tschannen
7561b9258f
Merge pull request #4304 from ammolitor/post-release-cleanup-6.2.30
Post release cleanup 6.2.30
2021-02-08 17:32:07 -08:00
Aaron Molitor
45728d0108 update installer WIX GUID following release 2021-02-08 19:18:08 -06:00
Aaron Molitor
badb2a330b update version to 6.2.31 2021-02-08 19:18:08 -06:00
A.J. Beamon
e05cc598e8
Merge pull request #4298 from sfc-gh-ajbeamon/merge-release-6.3-into-master
Merge release 6.3 into master
2021-02-08 17:13:32 -08:00
A.J. Beamon
9f0f36c9a6 Make the ping enpoint a stable interface. Fix bug where we would could start scanning for packets before the connect packet was finished. 2021-02-08 17:10:33 -08:00
Andrew Noyes
cb196daefe Fix bugs turned up by _GLIBCXX_DEBUG
Compiling with -D_GLIBCXX_DEBUG enables libstc++ "debug mode", where
additional debug information is tracked with iterators and reported if
iterators are misused. This turned up two bugs.

I threw in removing dead code and avoiding an unnecessary map lookup
while I was in the neighborhood.
2021-02-09 00:41:21 +00:00
Andrew Noyes
2e5e906be3 Fix comparison of iterators from different containers 2021-02-09 00:38:14 +00:00
A.J. Beamon
e8e11d8f6f Fix compiler warning now being treated as error 2021-02-08 14:38:41 -08:00
Russell Sears
a56184c0b7 log TLSVerifyFailure as a warning (severity 20) since it generally indicates a miconfiguration or important network problem 2021-02-08 22:01:48 +00:00
A.J. Beamon
601a548cfe Revert "Move new config to config.h.cmake"
This reverts commit 2951ebb4e7e3d630ab22038606a999437f3e8cee.
2021-02-08 14:01:02 -08:00
A.J. Beamon
be57b70dbb Fix function call where the signature changed 2021-02-08 14:00:47 -08:00
Markus Pilman
ca4adb7d93
Merge pull request #4284 from sfc-gh-ajbeamon/test-harness-longer-errors
Increase the maximum length of the error strings logged by test harness
2021-02-08 14:57:17 -07:00
A.J. Beamon
2951ebb4e7 Move new config to config.h.cmake 2021-02-08 13:34:17 -08:00
Russell Sears
9e9bc4abe5 Create one client thread for each one that was requested (assumes local client is disabled) 2021-02-08 21:20:37 +00:00
A.J. Beamon
85ec192169 Remove bad merge line 2021-02-08 13:02:55 -08:00
Russell Sears
1d3e9de82a
Merge pull request #4171 from paulvollmer/fix-sample-golang
Fix sample golang
2021-02-08 13:02:48 -08:00
Russell Sears
590399120e
Merge pull request #4270 from Daniel-B-Smith/rocksdb-read-purge
Add option to prevent synchronous file deletes on reads.
2021-02-08 13:00:42 -08:00
A.J. Beamon
aaf0a9aa7b Merge branch 'release-6.3' into merge-release-6.3-into-master
# Conflicts:
#	build/docker-compose.yaml
#	cmake/ConfigureCompiler.cmake
#	fdbclient/FileBackupAgent.actor.cpp
#	fdbrpc/AsyncFileCached.actor.h
#	fdbrpc/IAsyncFile.h
#	fdbrpc/IRateControl.h
#	fdbrpc/simulator.h
#	fdbserver/KeyValueStoreSQLite.actor.cpp
#	fdbserver/storageserver.actor.cpp
#	fdbservice/ServiceBase.cpp
2021-02-08 12:58:34 -08:00
A.J. Beamon
a78cb179e8
Merge pull request #4291 from sfc-gh-ajbeamon/merge-release-6.2-into-release-6.3
Merge release 6.2 into release 6.3
2021-02-08 12:47:50 -08:00
A.J. Beamon
449e4b98b4 Attempt to fix a build warning that's now blocking the compile due to werror. 2021-02-08 12:06:51 -08:00
A.J. Beamon
b70c69e099 Address review note that some variables need to be set earlier. 2021-02-08 10:42:07 -08:00
Markus Pilman
dd2c7dae35
Merge pull request #4276 from ammolitor/cicd/docker_cleanup_01
cleanup Dockerfile.c7.layered, add distcc
2021-02-08 10:39:34 -07:00
Meng Xu
c1acf5fc16
Merge pull request #4290 from sfc-gh-etschannen/release-6.2
Updated knobs to enable low priority reads when durability lag is larger than 200 seconds
6.2.30
2021-02-08 09:36:27 -08:00
Evan Tschannen
75b64b03a3
Merge pull request #4285 from sfc-gh-ajbeamon/fix-simulator-coordinator-selection
Fix bug in simulated coordinator selection
2021-02-08 09:33:03 -08:00
Markus Pilman
c2fa9b100d fix bootstrap command arguments 2021-02-08 10:30:18 -07:00
Markus Pilman
6e571ab87b Merge branch 'master' of github.com:apple/foundationdb into features/coroutine2 2021-02-08 10:25:29 -07:00
A.J. Beamon
67e783acf8 Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	cmake/CompileBoost.cmake
#	cmake/FDBComponents.cmake
#	fdbrpc/AsyncFileCached.actor.h
#	fdbrpc/simulator.h
#	fdbserver/KeyValueStoreSQLite.actor.cpp
#	fdbserver/Knobs.cpp
#	fdbserver/Knobs.h
#	fdbserver/storageserver.actor.cpp
#	flow/Knobs.h
#	flow/network.h
2021-02-08 09:20:28 -08:00
Evan Tschannen
c326c263a8 Updated knobs to enable low priority reads when durability lag is larger than 200 seconds 2021-02-07 22:58:11 -08:00
Alvin Moore
ccb6cb554d
Merge pull request #4250 from sfc-gh-mpilman/features/add-jemalloc-boost
Features/add jemalloc boost
2021-02-06 21:05:26 -05:00
Alvin Moore
c357b36f9a
Merge pull request #4277 from sfc-gh-mpilman/bugfix/fix-jemalloc-link-order
Fix order of jemalloc libraries
2021-02-06 21:03:55 -05:00
Evan Tschannen
51ac90367f
Merge pull request #4286 from sfc-gh-satherton/fix-reboot-io-error
Simulation bug fix involving process reboot and destruction/recreation of KVSQLite
2021-02-06 18:00:37 -08:00
A.J. Beamon
84be77958e Add a simulator guard 2021-02-05 22:47:49 -08:00
A.J. Beamon
53d8bd5799 If a quorum change has to retry, it's possible that one of our previously chosen coordinators could be rebooting. 2021-02-05 22:36:54 -08:00
A.J. Beamon
5c4863b33e Fix unit test that set coordinators to fake processes that the simulator didn't know about 2021-02-05 22:07:40 -08:00