Commit Graph

8097 Commits

Author SHA1 Message Date
Andrew Noyes 519457cb7c Update version following release 2021-02-24 16:31:57 +00:00
Markus Pilman 764f76eac3
Merge pull request #4383 from sfc-gh-anoyes/anoyes/fix-for-debug-packages
Fix fdbrestore,dr_agent,fdbdr,backup_agent for FDB_RELEASE
2021-02-23 09:15:39 -07:00
Andrew Noyes 8b308ed2da Fix syntax 2021-02-23 04:50:39 +00:00
Andrew Noyes 0167a449f0 Fix fdbrestore,dr_agent,fdbdr,backup_agent for FDB_RELEASE 2021-02-23 03:05:29 +00:00
Markus Pilman 2ca173c4b9
Merge pull request #4380 from sfc-gh-anoyes/anoyes/no-relative-symlinks
Avoid using relative symlinks to work around cpack bug
2021-02-22 17:10:42 -07:00
Andrew Noyes 0caab02e53 update installer WIX GUID following release 2021-02-23 00:05:58 +00:00
Andrew Noyes 97d4a630fb Update version to 6.2.32 2021-02-22 23:51:37 +00:00
Andrew Noyes e6caa9463a Add release note 2021-02-22 23:48:01 +00:00
Andrew Noyes 56f1912900 Avoid using relative symlinks to work around cpack bug
https://discourse.cmake.org/t/installing-a-symlink-with-a-relative-path-for-rpm/895

closes #2681
2021-02-22 22:56:30 +00:00
A.J. Beamon 66df03703c
Merge pull request #4355 from sfc-gh-anoyes/anoyes/backport-memory-fix
Backport 5b74556733 to release-6.2
2021-02-18 11:52:03 -08:00
A.J. Beamon af77fae131 Fix bug in code I recently added where the process name memory was not long-lived and was later used. 2021-02-18 18:33:23 +00:00
A.J. Beamon 0158d4a966
Merge pull request #4343 from sfc-gh-anoyes/anoyes/backport-4285
Backport #4285 and 1513df22f3 to release-6.2
2021-02-17 09:29:56 -08:00
Andrew Noyes bcd9a00a50 Backport #4285 and 1513df22f3 to release-6.2
Fixes #4342
2021-02-17 00:35:25 +00:00
Markus Pilman 6b1b127ee1
Merge pull request #4331 from sfc-gh-anoyes/anoyes/std-exception
Log std::exception::what when creating an unknown_error
2021-02-13 12:34:24 -07:00
Andrew Noyes dd0e692f2a Log std::exception::what when creating an unknown_error
unknown_error usually gets created when an exception of some type other
than `Error` is thrown. If the current exception is a std::exception
(and it usually is), we can log more information about it - which is
(incredibly!) helpful for figuring out what the heck happened.
2021-02-13 17:42:11 +00:00
Trevor Clinkenbeard 5fbb76b74c
Merge pull request #4325 from sfc-gh-anoyes/anoyes/boost-1-67-exact
Use boost version 1.67 exactly on release-6.2
2021-02-12 12:30:21 -08:00
Andrew Noyes ec30dddb3c Use boost version 1.67 exactly on release-6.2 2021-02-12 17:44:08 +00:00
Trevor Clinkenbeard ad0b59ac73
Merge pull request #4317 from sfc-gh-anoyes/anoyes/fix-buggify-memory-error
Fix memory errors
2021-02-11 11:36:54 -08:00
Andrew Noyes b361a57a8f Add a release note 2021-02-11 06:06:37 +00:00
Andrew Noyes 4e184fe236 Fix memory errors 2021-02-11 02:58:21 +00: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
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
2021-02-08 09:36:27 -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
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
Steve Atherton 8547abbbe4 Bug fix: In simulation, KVStoreSQLite can outlive its process during a simulated reboot so its file references must be cleared explicitly during shutdown instead of implicitly during destruction. Re-enabled a useful trace event. Some cleanup, removed unnecessary member var initializer and removed unnecessary method. 2021-02-05 21:26:39 -08:00
Trevor Clinkenbeard 2521e74780
Merge pull request #4281 from sfc-gh-ajbeamon/fix-trace-event-name
Fix a trace event name that has a space in it
2021-02-05 14:23:28 -08:00
A.J. Beamon f636913f92 Fix a trace event name that has a space in it 2021-02-05 13:37:57 -08:00
Markus Pilman cdbbc8a689 use ARG to storge image version 2021-02-04 11:16:18 -07:00
Markus Pilman 2ebefd48f2 Merge branch 'release-6.2' of github.com:apple/foundationdb into features/add-jemalloc-boost 2021-02-04 10:00:42 -07:00
Meng Xu 1db4b73215
Merge pull request #4243 from sfc-gh-etschannen/feature-storage-io-timeout
throw an io_timeout if it takes more than 2 minutes to commit on the storage server
2021-02-03 18:10:16 -08:00
Meng Xu 675e567305
Merge pull request #4218 from sfc-gh-etschannen/feature-low-priority-reads-6.2
Reduce read priority when durability lag is high
2021-02-03 18:09:39 -08:00
Evan Tschannen 164ef39254 more fixes 2021-02-03 16:58:36 -08:00
Evan Tschannen ed7ec2b728 another attempt to fix compile errors 2021-02-03 16:53:08 -08:00
Evan Tschannen 89651e2461 fix compile error 2021-02-03 16:38:13 -08:00
Evan Tschannen 068647ba1b updated naming and comments 2021-02-03 14:24:39 -08:00
Evan Tschannen c4b622e7b8 added a comment and updated a variable name 2021-02-03 13:58:04 -08:00
Evan Tschannen bb5352deb0 applied clang-format 2021-02-03 13:52:54 -08:00
Evan Tschannen b2ffdf47f0 added low priority reads to status 2021-02-03 13:24:34 -08:00
Evan Tschannen a0a71ff7f9 simplified the algorithm based on testing 2021-02-02 17:53:07 -08:00
Evan Tschannen 40d855943c temporarily disable disk stalls in simulation 2021-02-02 17:33:47 -08:00
Steve Atherton 6f0e2dcdd0
Merge pull request #4268 from sfc-gh-clin/add-knob-for-IO-size
Add option to define I/O size
2021-02-02 16:22:24 -08:00
Chaoguang Lin 769a3148ba Format code 2021-02-02 14:36:49 -08:00
Steve Atherton 45262f6702
Fix comment. 2021-02-02 14:26:39 -08:00
Steve Atherton 50d665f57c
Merge pull request #4267 from sfc-gh-jfu/jfu-6.2-add-trace
Add tracing to fileopen failure before throwing error for more info
2021-02-02 13:44:11 -08:00
Chaoguang Lin f6342376ab Update the knob name 2021-02-02 13:31:00 -08:00
Chaoguang Lin 593165679a Remove unnecessary header 2021-02-02 12:42:46 -08:00
Chaoguang Lin 17671604c0 Add option to define I/O size 2021-02-02 12:39:05 -08:00