Commit Graph

10850 Commits

Author SHA1 Message Date
A.J. Beamon 1f1a8df7ef Auto completion for "throttle disable auto" were wrong because of logical operator grouping problems. 2020-05-22 09:48:53 -07:00
Evan Tschannen 730a4d8997 Merge branch 'release-6.3' of github.com:etschannen/foundationdb into release-6.3 2020-05-22 09:32:36 -07:00
Evan Tschannen fb8cb292b3 Merge branch 'release-6.3' of github.com:apple/foundationdb into release-6.3 2020-05-22 09:32:32 -07:00
Evan Tschannen 740d212a66
Merge pull request #3220 from sfc-gh-clin/add-traces-to-conflicting-keys-test
Fix nightly failure in ReportConflictingKeys test
2020-05-22 09:31:38 -07:00
Evan Tschannen a49221c2f4
Merge pull request #3217 from jzhou77/backup-fix
Fix a super rare missing mutation bug in backup workers
2020-05-22 09:27:56 -07:00
Evan Tschannen 12d044b8af
Merge pull request #3215 from sfc-gh-anoyes/anoyes/cancel-pending-sks-reads-on-destroy
Cancel pending special key space reads on destroy
2020-05-22 09:27:15 -07:00
A.J. Beamon d128252e90 Merge release-6.3 into master 2020-05-22 09:25:32 -07:00
A.J. Beamon eccdf2b3f8
Merge pull request #3221 from ajbeamon/fix-filename-in-header
Fix filename in header comment
2020-05-22 09:17:35 -07:00
A.J. Beamon c52ae950cd
Update release-notes.rst
Various tweaks to formatting and wording.
2020-05-22 09:16:24 -07:00
A.J. Beamon f8f70d3dd9
Update release-notes.rst
Fix a bunch of doc errors.
2020-05-22 09:09:07 -07:00
A.J. Beamon fdb946ecef
Merge pull request #3222 from bnamasivayam/release-6.3
Parse dc_id in transaction profiler tool.
2020-05-22 08:54:56 -07:00
A.J. Beamon 5d5201e733
Update documentation/sphinx/source/release-notes.rst 2020-05-22 08:51:49 -07:00
Chaoguang Lin f957dfabb5 clang-format 2020-05-22 05:25:13 -07:00
Chaoguang Lin b44ec9c98a Fix bug in reporting conflicting keys. Add read_conflict_range index mapping when we have multiple resolvers 2020-05-22 04:44:09 -07:00
Evan Tschannen f9964b3bc4 updated release notes for 6.3.0 2020-05-22 00:00:15 -07:00
Balachandar Namasivayam 2c611dc00d Parse dc_id in transaction profiler tool. 2020-05-21 22:59:42 -07:00
Chaoguang Lin b73332d8a0 Fix typos in special-key-space doc 2020-05-21 16:29:55 -07:00
A.J. Beamon 0da31ab856 Fix filename in header comment 2020-05-21 15:51:20 -07:00
Chaoguang Lin a03a3c297d Add more detailed traces 2020-05-21 14:48:35 -07:00
A.J. Beamon 2f9cd383ea Use stripped executables in packages when not building with debug symbols. 2020-05-21 13:39:55 -07:00
A.J. Beamon 56e14a25fe Normal correctness package can be built when USE_VALGRIND is on. Correctness and valgrind now stage their files in separate directories. Add CMakeCache.txt to testing packages. 2020-05-21 13:35:54 -07:00
Jingyu Zhou 9e23166cf8 Fix a super rare missing mutation bug in backup workers
When a backup worker stops pulling for an old epoch, we cannot clear mutations.
This is because these muations are needed for saving.
2020-05-21 12:19:57 -07:00
Andrew Noyes 7f9bdbb2b1 Update DDStatsRangeImpl 2020-05-21 18:26:34 +00:00
Andrew Noyes a2fd6d46a0 Cancel pending special key space reads on destroy
Previously the special key space would take a reference to the
transaction, but this doesn't make sense since the transaction might not
be refcounted
2020-05-21 17:37:11 +00:00
Meng Xu 83e9c841a7
Merge pull request #3181 from sfc-gh-clin/add-documentation-for-special-key-space
Update special-key-space documentation
2020-05-20 17:13:53 -07:00
Evan Tschannen cc9dd8ac72
Merge pull request #3214 from etschannen/release-6.3
Do not use tags in the keyServers map in the initial version of 6.3
2020-05-20 17:12:43 -07:00
Meng Xu 3bf2ff9ae8
Merge pull request #2547 from tclinken/add-data-distribution-metrics
Add data distribution metrics
2020-05-20 17:11:40 -07:00
Evan Tschannen 7d91a3a919 Merge branch 'release-6.3' of github.com:apple/foundationdb into release-6.3 2020-05-20 16:30:14 -07:00
Chaoguang Lin 9034bf17c3 Add dd metrics doc 2020-05-20 16:21:22 -07:00
Chaoguang Lin afa7c0a9cc Change the value format to as json string 2020-05-20 15:59:01 -07:00
tclinken 3a8efb2d0b Added advanceversion command to fdbcli 2020-05-20 15:47:31 -07:00
tclinken 40aec61d30 Added fdbcli getversion command 2020-05-20 15:47:30 -07:00
tclinken 4f5bf41ed8 Print explanation when fdbcli unlock fails 2020-05-20 15:47:30 -07:00
tclinken 9c6bec1af6 Add unlock command to fdbcli 2020-05-20 15:47:30 -07:00
tclinkenbeard b3aa54e7eb Add lock command to fdbcli 2020-05-20 15:47:30 -07:00
A.J. Beamon 696f8c451a
Merge pull request #3212 from jzhou77/cmake
Fix include paths
2020-05-20 15:46:49 -07:00
A.J. Beamon 844b0d3463
Merge pull request #3211 from sfc-gh-anoyes/anoyes/build-user-experience
Roll forward #3189
2020-05-20 15:46:34 -07:00
Meng Xu c0c15130b8
Merge pull request #3172 from jzhou77/backup-fix
Limit memory usage of backup workers
2020-05-20 15:46:11 -07:00
Chaoguang Lin 0d9135ee57 Merge remote-tracking branch 'upstream/release-6.3' into add-data-distribution-metrics 2020-05-20 15:21:26 -07:00
A.J. Beamon 2aac9d1202
Merge pull request #3178 from ajbeamon/tag-throttling-by-priority
Tag (un)throttling by priority in fdbcli
2020-05-20 15:17:51 -07:00
Evan Tschannen 91f3b1c476
Merge pull request #3160 from satherton/feature-redwood
Update Redwood.
2020-05-20 15:04:01 -07:00
Andrew Noyes 1448d1b214 Don't check for c11 atomics on windows
We don't need it. We don't even compile eio.c on windows apparently.
2020-05-20 21:50:57 +00:00
Evan Tschannen f1dca05cf3
Merge pull request #3194 from etschannen/feature-small-endpoint
Optimized failure monitor performance
2020-05-20 14:48:13 -07:00
Chaoguang Lin edc5fc8c0b fix typo and use ASSERT_WE_THINK 2020-05-20 14:46:19 -07:00
Jingyu Zhou 3bf38c1acd Add a comment on restore's clear mutation 2020-05-20 14:42:30 -07:00
Evan Tschannen d27ac1e73a
Merge pull request #3104 from jzhou77/backup-cmd
Toggle backup mode in ConfigureDatabase workload
2020-05-20 14:38:48 -07:00
Evan Tschannen 06676fc88f
Merge pull request #3166 from tclinken/6.3-avoid-ub
Eliminate some undefined behavior and const_cast usage
2020-05-20 14:36:30 -07:00
Jingyu Zhou 9d4d11485c Fix include paths 2020-05-20 14:32:54 -07:00
A.J. Beamon cc4874918a Merge branch 'release-6.3' into tag-throttling-by-priority
# Conflicts:
#	fdbserver/Ratekeeper.actor.cpp
2020-05-20 14:26:35 -07:00
Andrew Noyes 6289342908 Revert "Revert "Improve build-from-source user experience""
This reverts commit a7e2fe21a7.
2020-05-20 21:26:05 +00:00