13185 Commits

Author SHA1 Message Date
sfc-gh-tclinkenbeard
9bb93dadf1 Reenabled Throttling.toml test (as a rare test) 2020-11-13 11:34:32 -08:00
sfc-gh-tclinkenbeard
ac89b60c7d Remove reference to non-existant WriteTagThrottling.txt 2020-11-12 20:15:10 -08:00
sfc-gh-tclinkenbeard
6c4493166f Add limiting storage queue and durability lag to health metrics 2020-11-12 20:14:41 -08:00
Andrew Noyes
3875ac78c8
Merge pull request #4046 from sfc-gh-mpilman/features/unique-test-macros
Make test macros enforce unique comments
2020-11-11 13:51:10 -08:00
Markus Pilman
1343f40117 don't allow empty coments 2020-11-11 14:07:54 -07:00
Evan Tschannen
daf2974511
Merge pull request #4045 from sfc-gh-mpilman/features/pull-request-template
Add a pull request template
2020-11-11 10:57:19 -08:00
Markus Pilman
bdd3dbfa7d remove duplicates 2020-11-10 14:01:07 -07:00
Markus Pilman
16affd3575 Make test macros enforce unique comments 2020-11-10 11:13:34 -07:00
Andrew Noyes
4c85268792
Merge pull request #4034 from sfc-gh-tclinkenbeard/add-makereference
Add makeReference function
2020-11-09 11:17:00 -08:00
Trevor Clinkenbeard
764a9c8b2f
Merge pull request #4041 from sfc-gh-jfu/jfu-consistency-check
Don't run consistency check until after the backup is discontinued
2020-11-09 11:04:47 -08:00
Jon Fu
1eff31b0e5 don't run consistency check until after the backup is discontinued 2020-11-09 13:22:41 -05:00
Xin Dong
65dcbcb41d
Merge pull request #4038 from sfc-gh-tclinkenbeard/fix-test-titles
Make sure only uppercase characters follow underscore in test titles
2020-11-09 09:54:45 -08:00
sfc-gh-tclinkenbeard
d134c2cb14 Make sure only uppercase characters follow underscore in test titles
These test titles are used in trace lines, so having an underscore
followed by a lower-case character leads to invalid trace lines
2020-11-08 14:30:55 -08:00
sfc-gh-tclinkenbeard
4669f837fa Add uses of makeReference 2020-11-07 22:10:18 -08:00
sfc-gh-tclinkenbeard
0ff1809d25 Remove emplace_back(new ...) pattern
This pattern can cause a memory leak due to an exception between
resource allocation and management
2020-11-07 22:09:53 -08:00
sfc-gh-tclinkenbeard
a42a431b57 Add makeReference (similar to std::make_shared) 2020-11-07 22:09:53 -08:00
Trevor Clinkenbeard
0bd70bda6d
Merge pull request #4027 from sfc-gh-jfu/jfu-pause-backup-snapshot
Pause backup agents upon recovery involving snapshots
2020-11-06 16:36:44 -08:00
Markus Pilman
b4989db631 Add a pull request template 2020-11-06 15:06:01 -07:00
Jon Fu
51db9a7e0a add static method to access backup pause key instead of constructing it manually 2020-11-06 14:03:29 -05:00
Jon Fu
42f9625fd0 Merge branch 'master' of https://github.com/apple/foundationdb into jfu-pause-backup-snapshot 2020-11-06 12:55:35 -05:00
Markus Pilman
e78810b78f
Merge pull request #3931 from sfc-gh-ljoswiak/bugfixes/span-metadata
Fix deserialization issue with out of order SpanContextMessage
2020-11-05 16:44:46 -07:00
Markus Pilman
80d5b6c0c9
Merge pull request #4015 from xis19/release-6.3
Fix the CPack MacOS X package
2020-11-05 15:52:22 -07:00
Jon Fu
a27bdcb120 Merge branch 'master' of https://github.com/apple/foundationdb into jfu-pause-backup-snapshot 2020-11-05 15:34:22 -05:00
Jon Fu
b90ad11483 add some more trace and comments 2020-11-05 14:23:08 -05:00
Trevor Clinkenbeard
ad2d52764a
Merge pull request #4025 from Daniel-B-Smith/enable-gcc-rocks-override
Restore building RocksDB by default with GCC
2020-11-05 10:24:46 -08:00
Jon Fu
7c84cbe6f2 Merge branch 'master' of https://github.com/apple/foundationdb into jfu-pause-backup-snapshot 2020-11-05 13:09:29 -05:00
Daniel Smith
6b1bbc49e3 Restore building RocksDB by default with GCC 2020-11-05 17:07:53 +00:00
Trevor Clinkenbeard
dffc981eab
Merge pull request #4017 from Daniel-B-Smith/enable-gcc-rocks-override
Fix the ability to disable building RocksDB with GCC
2020-11-04 14:38:50 -08:00
Daniel Smith
b1194801b1 Fix the ability to disable building RocksDB with GCC 2020-11-04 21:59:14 +00:00
Jon Fu
ac0e4c1705 unpause backup as soon as possible when waiting for version 2020-11-04 15:13:02 -05:00
Jon Fu
3ae611d668 Merge branch 'master' of https://github.com/apple/foundationdb into jfu-pause-backup-snapshot 2020-11-04 14:26:49 -05:00
Xiaoge Su
59fa74bfb3 FoundationDB MacOS client package > add symlink, move files
* In FDB 6.2, there are symlinks to backup_agent to usr/local/bin, this
  patch makes 6.3 adds these symlinks to the proper positions.
* In FDB 6.2, the libfdb_c.dylib is installed to usr/local/lib, this
  patch makes 6.3 install the dylib to this path.
2020-11-04 10:43:46 -08:00
Xiaoge Su
bd3b6e3a48 FoundationDB MacOS server package > add data/logs path
The paths

    ./usr/local/foundationdb/logs
    ./usr/local/foundationdb/data

exists in 6.2 but not 6.3 for MacOS pkg server package. This patch fixes
the issue.
2020-11-04 10:43:39 -08:00
Evan Tschannen
68f2f8c4b5
Merge pull request #3994 from sfc-gh-anoyes/anoyes/leak-sanitizer
Do leak check before stopping network
2020-11-04 10:23:33 -08:00
Xin Dong
a9366f39b5
Merge pull request #3996 from sfc-gh-tclinkenbeard/merge
Merge 6.3 into master
2020-11-03 14:53:25 -08:00
Trevor Clinkenbeard
79970e0ab9
Merge pull request #4011 from dongxinEric/bugfix/fix-a-trace-bug-in-ss-cache
The trace interval was never begin, and thus commenting out the end()…
2020-11-03 14:41:30 -08:00
Xin Dong
d58d11ca15 The trace interval was never begin, and thus commenting out the end() call to fix the assert failure. 2020-11-03 14:06:25 -08:00
sfc-gh-tclinkenbeard
46a8e594d3 Merge remote-tracking branch 'origin' into merge 2020-11-03 12:46:42 -08:00
Xin Dong
b0e5d7e1d6
Merge pull request #4008 from dongxinEric/bugfix/guard-against-possbile-empty-satelliteTLogPolicyFallback
Fixed a crash found by nightly correctness.
2020-11-03 11:07:32 -08:00
Vishesh Yadav
49d5d2b0a2
Merge pull request #4003 from xis19/sev
Remove magic number 5 in severity eventsCount
2020-11-03 10:30:08 -08:00
Xin Dong
99d31391ca Fixed a crash found by nightly correctness. 2020-11-03 09:28:04 -08:00
Jon Fu
bda72d9a3d first draft at changing snapshot backup behaviour 2020-11-02 17:12:30 -05:00
Xiaoge Su
ac4bebbfad Remove magic number 5 in severity eventsCount 2020-11-01 22:13:55 -08:00
Lukas Joswiak
7442e43dbf Add TEST and ASSERT macros 2020-10-30 13:41:56 -07:00
sfc-gh-tclinkenbeard
ca26cb57a2 Reapply BlobStore bug fix to S3BlobStore.actor.cpp
Because BlobStore.actor.cpp was renamed, this commit was lost in the
merge, so reapplying here
2020-10-30 10:06:35 -07:00
sfc-gh-tclinkenbeard
09350c760e Merge remote-tracking branch 'origin/master' into merge 2020-10-30 08:36:19 -07:00
Steve Atherton
125776491b
Merge pull request #3995 from sfc-gh-tclinkenbeard/rename-blobstore-s3blobstore
Rename BlobStore to S3BlobStore
2020-10-29 23:08:17 -07:00
sfc-gh-tclinkenbeard
035708f43a Post-merge cleanup 2020-10-29 22:35:27 -07:00
Trevor Clinkenbeard
0faaecc780
Merge branch 'master' into merge 2020-10-29 22:27:40 -07:00
sfc-gh-tclinkenbeard
cf4c8e375f Merge remote-tracking branch 'origin/release-6.3' into merge 2020-10-29 22:15:41 -07:00