Evan Tschannen
|
6d47c686df
|
Merge pull request #2106 from etschannen/post-release-cleanup-6.2.4
Post release cleanup 6.2.4
|
2019-09-13 09:14:08 -07:00 |
Evan Tschannen
|
0a2947584c
|
Update CMakeLists.txt
|
2019-09-13 09:11:12 -07:00 |
Evan Tschannen
|
f277910507
|
update installer WIX GUID following release
|
2019-09-13 09:07:02 -07:00 |
Evan Tschannen
|
4fc37d4784
|
update versions target to 6.2.5
|
2019-09-13 09:07:02 -07:00 |
Evan Tschannen
|
a14c15a1d1
|
Merge pull request #2105 from etschannen/prepare-release-6.2.4
update installer WIX GUID following release
|
2019-09-13 00:34:37 -07:00 |
Evan Tschannen
|
3e5dc1febf
|
update installer WIX GUID following release
|
2019-09-13 00:34:00 -07:00 |
Evan Tschannen
|
7ba273b776
|
Merge pull request #2104 from etschannen/release-6.2
updated documentation for 6.2.4
|
2019-09-13 00:31:43 -07:00 |
Evan Tschannen
|
058cb70f4e
|
updated documentation for 6.2.4
|
2019-09-13 00:31:05 -07:00 |
Evan Tschannen
|
c9f83df904
|
Merge pull request #2101 from alexmiller-apple/faster-remote-dc
Improve log router -> remote log bandwidth
|
2019-09-13 00:14:16 -07:00 |
Alex Miller
|
53bcf41805
|
Fix the build.
|
2019-09-12 18:46:30 -07:00 |
Alex Miller
|
befa0646b3
|
Merge remote-tracking branch 'upstream/release-6.2' into faster-remote-dc
|
2019-09-12 18:46:03 -07:00 |
Alex Miller
|
6ef43399ac
|
Also update OldTLogServer_6_0
|
2019-09-12 18:45:51 -07:00 |
Evan Tschannen
|
ee89ea7e1f
|
Merge pull request #2086 from etschannen/feature-cache-serialization
CC caches the serialization of serverDBInfo, to avoid regenerating it many times
|
2019-09-12 16:31:18 -07:00 |
Evan Tschannen
|
cba5866152
|
added a fix
|
2019-09-12 16:30:29 -07:00 |
Alex Miller
|
be1f370457
|
Add cleanupPeekTrackers to LogRouter
|
2019-09-12 16:27:39 -07:00 |
Evan Tschannen
|
d62637c35a
|
Merge pull request #2098 from ajbeamon/track-empty-storage-queries
Add metric to track empty reads.
|
2019-09-12 16:25:14 -07:00 |
Evan Tschannen
|
82d82ad1ab
|
Merge pull request #2099 from etschannen/release-6.2
Data distribution could create all possible teams
|
2019-09-12 16:24:37 -07:00 |
Alex Miller
|
324289039a
|
When reloading one cursor in a merge cursor, top off the other cursors as well.
|
2019-09-12 16:22:28 -07:00 |
Evan Tschannen
|
6a7f109788
|
added logging on the TLog for the tag with smallest popped version
|
2019-09-12 16:22:01 -07:00 |
A.J. Beamon
|
50f0c926c1
|
Merge pull request #2090 from AlvinMooreSr/clang-fix
CLANG and GCC 9.1 Build Fix
|
2019-09-12 15:33:47 -07:00 |
A.J. Beamon
|
2fce831a6c
|
Merge pull request #2071 from ajbeamon/release-note-tweaks
Update release notes version, add version to a newly added release note.
|
2019-09-12 15:18:39 -07:00 |
A.J. Beamon
|
6c5f61ef81
|
Merge branch 'release-6.2' into release-note-tweaks
# Conflicts:
# documentation/sphinx/source/release-notes.rst
|
2019-09-12 15:16:25 -07:00 |
A.J. Beamon
|
e6fbc602df
|
Add metric to track empty reads.
|
2019-09-12 15:09:22 -07:00 |
Alex Miller
|
99843bd4ba
|
Add parallel peek support to log routers
|
2019-09-12 14:26:37 -07:00 |
Evan Tschannen
|
f1d3085371
|
do not copy locality in the tlog interface constructor
|
2019-09-12 14:20:26 -07:00 |
Evan Tschannen
|
cc41f3e2fc
|
fix: an unhealthy server with a low number of teams could cause data distribution to build every possible teams
|
2019-09-12 14:18:10 -07:00 |
A.J. Beamon
|
d2a66c32f3
|
Merge pull request #2073 from ajbeamon/incompatible-client-release-note
Add release note for incompatible client count regression.
|
2019-09-12 14:02:05 -07:00 |
A.J. Beamon
|
c8e83765af
|
Merge pull request #2069 from ajbeamon/better-conf-logging
Avoid truncating configuration logs
|
2019-09-12 14:01:09 -07:00 |
A.J. Beamon
|
428353e1dd
|
Merge pull request #2064 from ajbeamon/add-ss-metric-for-bytes-cleared
Add a storage server metric for bytes cleared based on the byte sample.
|
2019-09-12 13:59:42 -07:00 |
Alvin Moore
|
d56f95f624
|
Updated the linker to support clang libraries
|
2019-09-12 12:07:50 -07:00 |
Alvin Moore
|
e59fb55342
|
Fixed space vs tab
|
2019-09-12 11:56:03 -07:00 |
Alvin Moore
|
b765e73202
|
Ensured that using DEFAULT for USE_LD does not result in error
|
2019-09-12 11:56:03 -07:00 |
Alvin Moore
|
91bd13f6b5
|
Added support to only allow link specification for compiler and versions that support it
|
2019-09-12 11:56:03 -07:00 |
Alvin Moore
|
0e94735c27
|
Removed the debug messages
|
2019-09-12 11:56:03 -07:00 |
Alvin Moore
|
e741ad299b
|
Added support for using different linkers within make projects
Better cmake support for linkers
|
2019-09-12 11:56:03 -07:00 |
Alvin Moore
|
443d5ffa41
|
Added support for specifying the build linker by environmental variable
Added support for specifying the BFD linker
|
2019-09-12 11:56:03 -07:00 |
Alvin Moore
|
b10f3ad7a1
|
Removed unnecessary and ununed libraries from compilation command. Inclusion of this will produce an error with certain compilers such as Clang
Added the `-c` option to specify the source files being compiled. Exclusion of this will produce and error with certain compilers such as gcc 9.1
|
2019-09-12 11:08:01 -07:00 |
Evan Tschannen
|
a62862c105
|
add yieldedFutures to prevent slow tasks
|
2019-09-11 16:26:48 -07:00 |
Evan Tschannen
|
9b4f7626bb
|
cache the serialization of clientDBInfo
|
2019-09-11 15:19:42 -07:00 |
Vishesh Yadav
|
10e852dacf
|
Merge pull request #2089 from ajbeamon/fix-python-versionstamp-ordering
Fix versionstamp ordering in Python3
|
2019-09-11 14:06:58 -07:00 |
Evan Tschannen
|
79bb24484c
|
Merge pull request #1 from atn34/pr/2086-fixes
Pr/2086 fixes
|
2019-09-11 13:35:53 -07:00 |
Andrew Noyes
|
a5314e2cee
|
ObjectSerializer fixes for pr/2086
|
2019-09-11 13:31:07 -07:00 |
Andrew Noyes
|
7ecd31da5a
|
Fix EnsureTable<T> where T has a LoadSaveHelper specialization
|
2019-09-11 13:11:58 -07:00 |
Evan Tschannen
|
dc668d1fc9
|
attempt to fix the serialization of CachedSerialization
|
2019-09-11 11:45:07 -07:00 |
Evan Tschannen
|
e4777d7f87
|
Merge pull request #2067 from mpilman/features/cmake-verify-version
Assert that version in versions.target and cmake are in sync
|
2019-09-11 10:56:24 -07:00 |
A.J. Beamon
|
5cab17513b
|
Fix broken documentation role
|
2019-09-11 10:52:38 -07:00 |
A.J. Beamon
|
2d3232deb1
|
Update release notes
|
2019-09-11 10:42:21 -07:00 |
A.J. Beamon
|
a84b6b8570
|
Fix versionstamp ordering in Python3
|
2019-09-11 10:39:01 -07:00 |
Evan Tschannen
|
945cff1e5b
|
the cluster controller caches the serialization of serverDBInfo, to avoid regenerating it many times
|
2019-09-10 14:27:22 -07:00 |
Vishesh Yadav
|
bb92b5a46a
|
Merge pull request #2066 from atn34/remove-object-serializer-help-text
Remove --object-serializer help text
|
2019-09-10 01:12:21 -07:00 |