Evan Tschannen
59d4e8b629
added a timeout to TLS handshakes
2020-10-05 15:24:03 -07:00
Evan Tschannen
b0e0f7ba6d
Merge pull request #3845 from etschannen/feature-balance-grv
...
GRV requests were being slowed down by ratekeeper because of request imbalance between proxies
2020-10-05 15:17:39 -07:00
Evan Tschannen
efe50b68e6
fix compile error
2020-10-05 14:16:52 -07:00
A.J. Beamon
76da0a7cbc
Backport #3426 to release-6.2
2020-10-05 13:53:51 -07:00
Jon Fu
b4ad989252
use stack transaction instead of heap
2020-10-05 16:51:01 -04:00
sfc-gh-tclinkenbeard
a4cba5a162
Remove verifyOnly from Cycle workload
2020-10-05 13:19:12 -07:00
sfc-gh-tclinkenbeard
1ab1e12dcd
Use discontinueBackup in RestoreBackup.actor.cpp
2020-10-05 12:56:25 -07:00
sfc-gh-tclinkenbeard
2b33e326c9
Make all restarting tests .txt, not .toml
2020-10-05 12:56:19 -07:00
Evan Tschannen
7ba06a4434
fix: min and max compute estimate logging on the proxy was always zero
...
added comments and fixed formatting
2020-10-05 12:35:10 -07:00
Jon Fu
c622a11c70
Merge branch 'master' of https://github.com/apple/foundationdb into jfu-snapshot-record-version
2020-10-05 13:15:56 -04:00
Jon Fu
a646df520d
add option to remove snaptest retry limit
2020-10-05 13:15:43 -04:00
sfc-gh-tclinkenbeard
9c2cc9ec56
Use toml for ConfigureTestRestart
2020-10-04 23:27:10 -07:00
sfc-gh-tclinkenbeard
b4ffc04e4e
Add UpgradeAndBackupRestore test
2020-10-04 23:27:10 -07:00
sfc-gh-tclinkenbeard
43ac7f21a4
Mark toString methods const
2020-10-04 23:27:10 -07:00
sfc-gh-tclinkenbeard
d944e13e5b
Make TaskBucket::getAvailableSpace const
2020-10-04 23:27:09 -07:00
sfc-gh-tclinkenbeard
8ae0679112
Remove unnecessary separation of declaration and definition of version field
2020-10-04 23:27:05 -07:00
sfc-gh-tclinkenbeard
7f0d14c8e4
Modernize/refactor workloads directory
2020-10-04 22:29:07 -07:00
Evan Tschannen
5807b1ec3d
changed the recent requests to be the per second amount; increased precision of cpu estimate
2020-10-04 19:31:40 -07:00
Evan Tschannen
be07c17475
updated release notes from 6.3.9
2020-10-04 19:26:12 -07:00
Evan Tschannen
f546034366
do not prevent computePerOperation from being updated for small computeDurations. Added logging for the compute per operation. Protect against erroneously large compute estimates
2020-10-04 19:19:05 -07:00
Evan Tschannen
da26b0411c
increased the proxy commit memory limit
2020-10-04 19:16:51 -07:00
Evan Tschannen
b294e148c5
another compile fix
2020-10-04 16:54:43 -07:00
Evan Tschannen
52a6496a54
fix compiler errors
2020-10-04 16:50:54 -07:00
Evan Tschannen
614c8bc895
Get read versions requests must be load balanced on the number of requests because ratekeeper gives out an equal budget to each proxy
2020-10-04 16:20:24 -07:00
Lukas Joswiak
ff5eafcf42
Swap to -pthread from -lpthread
...
This is a (probably temporary?) fix to actually fix the compilation
issue with the added unit tests when compiling with gcc. The issue seems
to be that lpthread is getting linked before another library which
requires it, so linking fails. Linking pthread instead of lpthread fixes
the issue, but this may have an effect on other binaries in the system
as well.
2020-10-02 22:52:42 -07:00
Lukas Joswiak
c9521ec450
Fix issue with pthreads
...
Linking lpthread before libcrypto seems to have been causing an issue
since the crypto library (used in OpenSSL?) needs threading. Swapping
the order should fix the issue.
2020-10-02 22:01:57 -07:00
Lukas Joswiak
861262ea35
Fix dependency order for doctest
2020-10-02 18:57:07 -07:00
sfc-gh-tclinkenbeard
6326de052b
Remove unused LogFileWriter::FFs
2020-10-02 17:03:08 -07:00
Lukas Joswiak
03c86f5aaa
Style fix
2020-10-02 14:02:25 -07:00
Lukas Joswiak
e020034bb9
Add transaction size limit, timeout, and atomicity tests
2020-10-02 12:34:14 -07:00
Jingyu Zhou
0e96233015
Merge pull request #3842 from sfc-gh-tclinkenbeard/remove-unflushed-data-ratio-knob
...
Remove deprecated UNFLUSHED_DATA_RATIO knob
2020-10-02 12:32:39 -07:00
Jingyu Zhou
da2c79a74e
Merge pull request #3839 from sfc-gh-mpilman/merge-6.3
...
Merge 6.3 into master
2020-10-02 12:28:06 -07:00
sfc-gh-tclinkenbeard
f757beaac1
Remove deprecated UNFLUSHED_DATA_RATIO knob
2020-10-02 10:36:21 -07:00
Jon Fu
cacf4be449
Merge branch 'master' of https://github.com/apple/foundationdb into jfu-snapshot-record-version
2020-10-02 12:57:17 -04:00
Oleg Samarin
da96ae7c1e
Unable to restart foundationdb after fdbmonitor has died #3838
2020-10-02 15:07:47 +03:00
Lukas Joswiak
ffd425ec04
Another fix for reading freed memory
2020-10-01 16:51:23 -07:00
Lukas Joswiak
6b275083fe
Add atomic bitwise AND and OR tests
2020-10-01 16:14:29 -07:00
Lukas Joswiak
9b85493a63
Fix for reading freed memory
2020-10-01 15:19:52 -07:00
Markus Pilman
268ba0bddc
Merge remote-tracking branch 'origin/release-6.3' into merge-6.3
2020-10-01 14:14:06 -06:00
sfc-gh-tclinkenbeard
91a8367acb
Avoid slow task in ~DataDistributionTracker
2020-10-01 11:44:55 -07:00
Meng Xu
12b985e5ea
Merge branch 'master' of https://github.com/apple/foundationdb
2020-10-01 11:13:31 -07:00
Evan Tschannen
48ed8861f6
Merge pull request #3837 from etschannen/post-release-cleanup-6.3.8
...
Post release cleanup 6.3.8
2020-09-30 22:46:55 -07:00
Evan Tschannen
43c64288e1
update installer WIX GUID following release
2020-09-30 22:46:05 -07:00
Evan Tschannen
164fce6bdb
update version to 6.3.9
2020-09-30 22:46:05 -07:00
Evan Tschannen
a671aa24ac
Merge pull request #3836 from etschannen/feature-fix-fault-tolerance
...
Fixed a number of problems with the fault tolerance calculation when configured with regions
2020-09-30 20:43:15 -07:00
Evan Tschannen
b1180f8eb4
fixed naming and comments
2020-09-30 20:35:09 -07:00
Evan Tschannen
d350f6310b
updated documentation for 6.3.8
2020-09-30 19:06:08 -07:00
Evan Tschannen
13d1978c19
Merge branch 'release-6.3' into feature-fix-fault-tolerance
2020-09-30 19:00:31 -07:00
Evan Tschannen
1b8519bbef
Merge pull request #3815 from ajbeamon/fix-non-assert-internal-error
...
Explicit instantiations of internal_error were not logging the usual details about the error
2020-09-30 18:58:07 -07:00
Evan Tschannen
52c74f648a
Merge pull request #3833 from sfc-gh-tclinkenbeard/lower-watch-timeout
...
Lower WATCH_TIMEOUT default value to 30.0
2020-09-30 18:57:00 -07:00