Commit Graph

5063 Commits

Author SHA1 Message Date
Jingyu Zhou af17babb9a Restore a deleted comment line 2019-04-09 09:38:45 -07:00
mpilman e4746888eb Removed dead code 2019-04-09 09:08:45 -07:00
Evan Tschannen 21c0ba555c Merge branch 'release-6.1'
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	versions.target
2019-04-08 18:38:42 -07:00
Evan Tschannen 9d632e4a85
Merge pull request #1442 from etschannen/post-release-cleanup-6.1.1
Post release cleanup 6.1.1
2019-04-08 18:33:01 -07:00
Evan Tschannen 19e0fb15e7 update installer WIX GUID following release 2019-04-08 18:32:25 -07:00
Evan Tschannen d296ae3c56 update versions target to 6.1.2 2019-04-08 18:32:25 -07:00
Evan Tschannen df8b04a658
Merge pull request #1441 from etschannen/release-6.1
Fixed a spurious error; updated documentation for 6.1.1
2019-04-08 17:11:05 -07:00
Evan Tschannen 5b63e3fbcc updated documentation for 6.1.1 2019-04-08 17:10:01 -07:00
Evan Tschannen d126730b4d fixed a spurious test error where process_behind was treated as an error 2019-04-08 17:09:54 -07:00
Evan Tschannen 64605e2a65
Merge pull request #1440 from etschannen/prepare-release-6.1.1
update installer WIX GUID following release
2019-04-08 17:06:06 -07:00
Evan Tschannen bda6ecd107 update installer WIX GUID following release 2019-04-08 17:04:34 -07:00
A.J. Beamon b66d0a3e3d
Merge pull request #1439 from etschannen/release-6.1
updated release notes for 6.1.1
2019-04-08 15:24:31 -07:00
Evan Tschannen 438be756ae updated release notes for 6.1.1 2019-04-08 15:22:37 -07:00
Evan Tschannen ce2072cb33
Merge pull request #1438 from ajbeamon/throw-process-behind-when-all-storage-behind
Throw process_behind instead of future_version when all storage nodes…
2019-04-08 14:58:29 -07:00
A.J. Beamon 538b431656 Apply suggestions from code review 2019-04-08 14:55:58 -07:00
A.J. Beamon 35cf87007c Update bindings/c/fdb_c.cpp 2019-04-08 14:49:10 -07:00
A.J. Beamon ba93cfda16 Add process_behind and proxy_memory_limit_exceeded to the error codes documentation 2019-04-08 14:26:36 -07:00
A.J. Beamon b6efcdab28 Add PR to release notes 2019-04-08 14:23:00 -07:00
A.J. Beamon a7288e1325 Throw process_behind instead of future_version when all storage nodes on a team are behind. process_behind gets the same backoff behavior as not_committed. Add proxy_memory_limit_exceeded to the retryable predicate. 2019-04-08 14:21:24 -07:00
Evan Tschannen 47931674b5
Merge pull request #1423 from AlvinMooreSr/cmake
Strip Fdbmonitor Symbols
2019-04-08 13:43:46 -07:00
Evan Tschannen 675edd4575
Merge pull request #1410 from AlvinMooreSr/winerr
Fixed Dotnet Reference errors
2019-04-08 13:39:22 -07:00
mpilman 789cd67bcd Don't compile JavaWorkload by default 2019-04-08 13:06:29 -07:00
Balachandar Namasivayam 6a78501d44
Merge pull request #1437 from etschannen/release-6.1
getReplyUnlessFailedFor must still report endpoint failures
2019-04-08 11:47:07 -07:00
Evan Tschannen 7fd0af1888 the default failure state for local addresses should be not failed 2019-04-08 10:43:48 -07:00
Evan Tschannen 1358603c7a fix: getReplyUnlessFailedFor must still report endpoint failures even if the address is local 2019-04-08 10:42:58 -07:00
A.J. Beamon bb0bb597ac
Merge pull request #1422 from etschannen/feature-network-degraded
Degrade processes which show signs of asymmetric network failures
2019-04-08 09:58:37 -07:00
Evan Tschannen 1baae75ac9 merge 6.1 2019-04-07 23:24:31 -07:00
Evan Tschannen 05869a8383 do not log a degraded reset message if the previous reset was more than a week ago 2019-04-07 23:00:58 -07:00
Evan Tschannen 3356ac27bf added three_data_hall_fallback configuration 2019-04-07 22:58:18 -07:00
Evan Tschannen 19d9b8fcd8 don’t log MachineLoadDetails from getSystemStatistics() 2019-04-07 22:55:19 -07:00
Evan Tschannen a189929cf4
Merge pull request #1433 from bnamasivayam/release-6.1
Do not start failure monitoring for local endpoints in getReplyUnless…
2019-04-07 22:44:57 -07:00
Balachandar Namasivayam 83e67d6b8f Do not start failure monitoring for local endpoints in getReplyUnlessFailedFor. 2019-04-05 20:21:22 -07:00
Jingyu Zhou 4b08042a88 Change memory profiling threshold to a flag 2019-04-05 16:33:51 -07:00
Andrew Noyes bd12e77213 Whitespace tweak 2019-04-05 16:30:42 -07:00
Andrew Noyes c882743afa Make actual build happy again 2019-04-05 16:30:42 -07:00
Andrew Noyes d7612a4426 Fix OPEN_FOR_IDE build errors 2019-04-05 16:30:42 -07:00
Jingyu Zhou 09b2c35d11 Dump heap profiler when memory usage is high
Set the threshold of dump to 2GB.
2019-04-05 16:12:23 -07:00
mpilman d01cbf3455 Addressed code review comments 2019-04-05 13:12:20 -07:00
mpilman 4287b1d2a1 resolved minor merge issues 2019-04-05 13:12:19 -07:00
A.J. Beamon 614a599a04 Update fdbserver/SimulatedCluster.actor.cpp
Co-Authored-By: mpilman <markus@pilman.ch>
2019-04-05 13:12:19 -07:00
A.J. Beamon 45eb6b0973 Update fdbclient/BackupAgentBase.actor.cpp
Co-Authored-By: mpilman <markus@pilman.ch>
2019-04-05 13:12:19 -07:00
A.J. Beamon 389ec1c2ac Update fdbclient/BackupAgentBase.actor.cpp
Co-Authored-By: mpilman <markus@pilman.ch>
2019-04-05 13:12:19 -07:00
A.J. Beamon dfad79d577 Update fdbcli/fdbcli.actor.cpp
Co-Authored-By: mpilman <markus@pilman.ch>
2019-04-05 13:12:19 -07:00
A.J. Beamon 9595b43a2d Update fdbcli/fdbcli.actor.cpp
Co-Authored-By: mpilman <markus@pilman.ch>
2019-04-05 13:12:19 -07:00
A.J. Beamon a05350bfa7 Update fdbcli/fdbcli.actor.cpp
Co-Authored-By: mpilman <markus@pilman.ch>
2019-04-05 13:12:19 -07:00
mpilman b0877e7dd0 Don't quote spaces in std::strings 2019-04-05 13:12:19 -07:00
mpilman 1c6c73af6d Fixed infinite recursion 2019-04-05 13:12:19 -07:00
mpilman c6bc23791d Fixed format error in microbench 2019-04-05 13:12:19 -07:00
mpilman 39ecbedd74 Fixed compilation errors on OS X & gcc8 2019-04-05 13:12:19 -07:00
mpilman 1c16f87a4e Remove trace-calls to printable (in non-workloads) 2019-04-05 13:12:19 -07:00