Commit Graph

7227 Commits

Author SHA1 Message Date
Alex Miller 8cfc032929
Merge pull request #2693 from satherton/fix-backup-basename-issue
BackupContainerFilesystem no longer unnecessarily depends on abspath()..
2020-02-18 17:43:51 -08:00
Steve Atherton 32d9ede328 Added release note. 2020-02-18 16:45:31 -08:00
Steve Atherton 3d72c2a661 BackupContainerFilesystem no longer unnecessarily depends on abspath() to find the last part of a path string, since it shouldn't touch the local filesystem in the remote case. 2020-02-18 16:35:00 -08:00
Alex Miller 07c800668d
Merge pull request #2676 from atn34/atn34/fix-symbol-visibility
Fix symbol visibility
2020-02-18 16:06:09 -08:00
Andrew Noyes 40c9e2f3d8 Add -no_weak_exports 2020-02-18 10:49:43 -08:00
A.J. Beamon a41aa41816
Merge pull request #2670 from Daniel-B-Smith/skip-memcmp
Revert to memcmp comparison in SkipList
2020-02-14 09:03:08 -08:00
Andrew Noyes e1f279ac98 Use the cmake LINKER feature
Described here: https://cmake.org/cmake/help/latest/command/add_link_options.html
2020-02-13 16:50:17 -08:00
Andrew Noyes aeba8f5caf Fix symbolify.py 2020-02-13 16:50:17 -08:00
Andrew Noyes f1357fd482 Control exported symbols on osx for cmake 2020-02-13 16:50:17 -08:00
Andrew Noyes b1b57aae05 Port ld arguments from Makefile 2020-02-13 16:50:17 -08:00
Alex Miller e6334b1122
Merge pull request #2679 from atn34/atn34/fix-get-storage-servers
Set options _within_ the retry loop
2020-02-13 16:49:20 -08:00
Andrew Noyes 68a6f59830 Set options _within_ the retry loop 2020-02-13 16:15:41 -08:00
Meng Xu 5e78d0ad1c
Merge pull request #2641 from atn34/atn34/configure-locked
Allow a new database to be configured locked
2020-02-13 09:47:46 -08:00
A.J. Beamon 59d32e2fe8
Merge pull request #2653 from ajbeamon/fix-status-proxy-list
Status should use the full list of proxies
2020-02-12 15:16:17 -08:00
Daniel Smith 011e181183 Revert to memcmp comparison in SkipList 2020-02-12 17:33:33 -05:00
A.J. Beamon d2b7f92b49 Merge branch 'release-6.2' into fix-status-proxy-list
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
2020-02-12 14:14:18 -08:00
Andrew Noyes 8fb9722277 Fix newline at end of file 2020-02-11 13:52:56 -08:00
Andrew Noyes 86089fdc1b
Merge branch 'release-6.2' into atn34/configure-locked 2020-02-11 13:51:41 -08:00
Andrew Noyes 17660fb18d Fix simulation test 2020-02-11 13:49:19 -08:00
Evan Tschannen fd5eb5946e
Merge pull request #2606 from ajbeamon/options-documentation-fix
Fix database default retry limit documentation.
2020-02-11 13:29:30 -08:00
Andrew Noyes 1e1e75123f Add simulation testing 2020-02-11 11:10:22 -08:00
Andrew Noyes 7b5de42d43 Address review comments 2020-02-11 10:40:09 -08:00
Meng Xu c5fe1ac0d4
Merge pull request #2661 from ajbeamon/fix-unsettable-knobs
Fix: Several boolean knobs could not be set at runtime
2020-02-11 10:14:23 -08:00
A.J. Beamon be33bedb09 Add release note 2020-02-11 08:19:28 -08:00
A.J. Beamon 962749a609 Several boolean knobs could not be set at runtime (TR_FLAG_DISABLE_MACHINE_TEAM_REMOVER, TR_FLAG_REMOVE_MT_WITH_MOST_TEAMS, TR_FLAG_DISABLE_SERVER_TEAM_REMOVER, BUGGIFY_ALL_COORDINATION) 2020-02-10 21:49:31 -08:00
Meng Xu 27f4549aff
Merge pull request #2657 from ajbeamon/trace-field-rename
Clarify the names of a couple trace fields
2020-02-10 09:38:15 -08:00
A.J. Beamon b8a252da40 Clarify the names of a couple trace fields 2020-02-10 08:15:00 -08:00
Alvin Moore d45fbbf4c2
Merge pull request #2656 from mpilman/bugfixes/slow-windows-6.2
Several build improvements - enables parallel builds on Windows (again)
2020-02-10 07:28:26 -08:00
mpilman 0a7116444f Make compile commands target work on Windows 2020-02-09 08:34:52 -08:00
mpilman 5c294e2646 Several build improvements - enables parallel builds on Windows (again) 2020-02-09 08:34:14 -08:00
A.J. Beamon 1484342ee0 Add release note. 2020-02-07 15:47:36 -08:00
A.J. Beamon 78cb1071dc Status should use the full list of proxies 2020-02-07 15:44:02 -08:00
A.J. Beamon 50bd15c970
Merge pull request #2554 from dyoungworth/dyoungworth/addVersionstampDoc2
Add versionstamp documentation
2020-02-07 10:02:30 -08:00
A.J. Beamon 725e16ded2
Merge pull request #2617 from ajbeamon/fix-storage-server-empty-commit-bug
Fix: storage server version could fail to advance in response to empty commits
2020-02-07 10:00:02 -08:00
A.J. Beamon b35506704f
Update documentation/sphinx/source/release-notes.rst
Add PR number
2020-02-07 08:58:35 -08:00
David Youngworth c40446f651 Tweak versionstamp documentation 2020-02-06 16:07:07 -08:00
Andrew Noyes 90c1b2df88 Don't include header 2020-02-05 09:57:18 -08:00
Evan Tschannen 3f9ff9b209
Merge pull request #2623 from ajbeamon/include-boost-error-message
When logging boost errors, include message in addition to the error code
2020-02-04 13:34:05 -08:00
dyoungworth 77187354ec Address Alex's review comments 2020-02-03 17:36:05 -08:00
dyoungworth e8c99ebd84
Update documentation/sphinx/source/data-modeling.rst
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-02-03 17:30:11 -08:00
dyoungworth ab9b62ac65
Update documentation/sphinx/source/data-modeling.rst
Co-Authored-By: Alex Miller <35046903+alexmiller-apple@users.noreply.github.com>
2020-02-03 17:29:25 -08:00
Andrew Noyes a043646d1d Don't read in init database transaction 2020-02-03 15:32:01 -08:00
Andrew Noyes 61a727d701 Allow new databases to be configured as locked 2020-02-03 15:32:01 -08:00
A.J. Beamon 809586ec31 When logging boost errors, include message in addition to the error code 2020-01-30 08:55:41 -08:00
A.J. Beamon f46090d081 Fix typo 2020-01-29 14:25:24 -08:00
A.J. Beamon 5dc20e93b0
Merge pull request #2618 from dongxinEric/docblitz/java-docs-compare-aslist-iterator
Added some java docs and changed some texts in fdboptions for further…
2020-01-29 14:09:31 -08:00
Xin Dong 68f6e7be97 Added some java docs and changed some texts in fdboptions for further comparision and clarification around .asList() and .iterator() 2020-01-29 14:01:54 -08:00
A.J. Beamon d1b87f8b7f The storage server could fail to update its version to the latest processed if the peeked data contained a non-empty commit and ended with an empty commit. 2020-01-29 13:17:58 -08:00
Xin Dong a4df807404
Merge pull request #2612 from alexmiller-apple/fix-the-build-6.2
Fix the build on release-6.2 also
2020-01-28 16:02:54 -08:00
Alex Miller 1e8cf69a10 Set an actual minimal version for setuptools
It looks like PEP 508 was merged into setuptools 20?
2020-01-28 15:58:32 -08:00