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
Evan Tschannen
a3d4f3f4de
Merge pull request #3175 from ajbeamon/fdbcli-throttle-improve-hints-and-completion
...
Better hint and completion help with throttle command in fdbcli
2020-05-20 14:25:03 -07:00
Evan Tschannen
87350e1bf7
Merge pull request #3174 from ajbeamon/process-available-memory-balancing
...
Balance available memory based on the limits set for each process.
2020-05-20 14:20:11 -07:00
Evan Tschannen
3b9e9a9257
Merge pull request #3210 from ajbeamon/remove-include-version-h
...
Remove IncludeVersion.h
2020-05-20 14:12:23 -07:00
Balachandar Namasivayam
2b8f109d7e
Merge pull request #3204 from ajbeamon/fix-transaction-profiling-analyzer-protocol-version-use
...
Fix: transaction_profiling_analyzer wasn't passing protocol_version everywhere it was used
2020-05-20 14:04:50 -07:00
Evan Tschannen
6a006c4c1f
use the first RequestStream as the base endpoint
2020-05-20 13:52:22 -07:00
A.J. Beamon
4b5e94cf27
Merge pull request #3208 from apple/release-6.2
...
Merge release-6.2 into release-6.3
2020-05-20 13:47:48 -07:00
Jingyu Zhou
cdeabc4de6
Fix memory accounting error due to growing Arena
...
After an Arena object is counted, it can grow larger later. So we can't reduce
the amount of memory of arena size later. Instead, we use the arena size when
inserting mutations.
2020-05-20 13:26:57 -07:00
A.J. Beamon
b589c3c940
Remove IncludeVersions.h, which is no longer needed for cmake-only builds
2020-05-20 13:23:02 -07:00
A.J. Beamon
523ddf8fd4
Merge pull request #3209 from apple/revert-3189-anoyes/standard-required
...
Revert "Improve build-from-source user experience"
2020-05-20 13:11:52 -07:00
A.J. Beamon
a7e2fe21a7
Revert "Improve build-from-source user experience"
2020-05-20 12:37:51 -07:00
Evan Tschannen
459186dad0
revert previous change to bit shift
2020-05-20 12:32:50 -07:00
Evan Tschannen
5f979c0178
another compiler fix, reduced the size of the endpointNotFound map
2020-05-20 12:30:26 -07:00
Evan Tschannen
9d6d916cef
fixed compiler error
2020-05-20 12:23:14 -07:00
Evan Tschannen
b999b93fa2
added a hash function for endpoint
2020-05-20 12:21:57 -07:00
Evan Tschannen
0f21e9ccf4
keep a second unordered_set for failed endpoints
2020-05-20 12:15:30 -07:00
Evan Tschannen
dfc152ebb3
shift the bits farther
2020-05-20 11:34:24 -07:00
Steve Atherton
dfe6d6abe3
Merge pull request #3206 from ajbeamon/remove-erroneous-restore-options
...
Remove erroneous restore options
2020-05-20 11:06:02 -07:00
A.J. Beamon
0f43ccbbf0
Merge pull request #3205 from bnamasivayam/add-locality-data
...
Add locality data
2020-05-20 10:56:31 -07:00
Evan Tschannen
172b6657eb
Merge pull request #3207 from ajbeamon/fix-backup-command-line-string
...
Backup's ProgramStart command line string was incomplete
2020-05-20 10:46:32 -07:00
Evan Tschannen
78bad4b07e
Merge pull request #3196 from ajbeamon/remove-deprecated-status-fields
...
Remove deprecated fields in status
2020-05-20 10:45:29 -07:00
Evan Tschannen
989b5a305f
Merge pull request #3189 from sfc-gh-anoyes/anoyes/standard-required
...
Improve build-from-source user experience
2020-05-20 10:43:17 -07:00
Evan Tschannen
4b71b1aaea
Merge pull request #3168 from tclinken/fix-ubsan-build
...
Fix UBSAN build
2020-05-20 10:36:18 -07:00
Evan Tschannen
405350ce56
Merge pull request #3167 from tclinken/fix-requeststream-send
...
Remove duplicate code from RequestStream::send
2020-05-20 10:35:44 -07:00
A.J. Beamon
54c97fe2bc
Backup's ProgramStart command line string would be incomplete if arguments were specified using '='
2020-05-20 09:38:33 -07:00
A.J. Beamon
59e33968c6
Remove erroneous restore options.
2020-05-20 08:57:56 -07:00
Evan Tschannen
ed9d5dd857
cannot change sort order of endpoints
2020-05-20 00:00:06 -07:00
Chaoguang Lin
298b94a044
clang-format the change
2020-05-19 20:51:02 -07:00
Chaoguang Lin
c230c23a3a
Add test for smaller range read in dd-stats
2020-05-19 20:49:15 -07:00
Chaoguang Lin
7971be2a19
update commetns
2020-05-19 20:48:21 -07:00
Chaoguang Lin
a6aff22e65
Update the special key prefix for dd-stats to \xff\xff/data_distribution_stats
2020-05-19 20:47:52 -07:00
Evan Tschannen
c09a28b0db
speed up comparison of endpoints
2020-05-19 20:41:56 -07:00
Balachandar Namasivayam
938eac2821
Fix bug.
2020-05-19 18:49:04 -07:00
A.J. Beamon
2fbbf1e60c
Merge pull request #3203 from apple/release-6.3
...
Merge release-6.3 into master
2020-05-19 18:02:01 -07:00
A.J. Beamon
74691f83b3
fix: transaction_profiling_analyzer wasn't passing protocol_version everywhere that it was used.
2020-05-19 17:22:20 -07:00
Evan Tschannen
bf9f24beb5
fixed mismatch of Endpoint UIDs
2020-05-19 17:16:41 -07:00
Balachandar Namasivayam
a22d71bb24
Parse Events through the EventParser
2020-05-19 17:02:13 -07:00
A.J. Beamon
9d5d37dc59
Merge pull request #3201 from apple/release-6.2
...
Merge release-6.2 into release-6.3
2020-05-19 16:53:43 -07:00
Evan Tschannen
2557da1d47
fix compiler errors
2020-05-19 16:53:14 -07:00