sfc-gh-tclinkenbeard
|
201857541d
|
Remove unnecessary copies from INetworkConnections interface
|
2020-12-24 21:20:03 -04:00 |
sfc-gh-tclinkenbeard
|
94d7c17978
|
Implemented SimExternalConnection::onReadable
|
2020-12-24 21:20:03 -04:00 |
sfc-gh-tclinkenbeard
|
8cb029b777
|
Made SimExternalConnection reading and writing deterministic
|
2020-12-24 21:20:03 -04:00 |
sfc-gh-tclinkenbeard
|
16476ec9e1
|
Implemented SimExternalConnection::read
|
2020-12-24 21:20:03 -04:00 |
sfc-gh-tclinkenbeard
|
1e7ea8ece1
|
Implemented SimExternalConnection::write
|
2020-12-24 21:20:02 -04:00 |
sfc-gh-tclinkenbeard
|
87282eda47
|
Implemented SimExternalConnection::getPeerAddress
|
2020-12-24 21:20:02 -04:00 |
sfc-gh-tclinkenbeard
|
9f22ae7831
|
Implement SimExternalConnection::connect
|
2020-12-24 21:20:02 -04:00 |
sfc-gh-tclinkenbeard
|
fed1a03950
|
Added SimExternalConnection (most methods not implemented yet)
|
2020-12-24 21:20:02 -04:00 |
David Youngworth
|
d64cf8b9e3
|
Merge branch 6.3 into master
|
2020-11-17 11:22:45 -08:00 |
David Youngworth
|
d0391db862
|
Merge branch 'release-6.2' into release-6.3
|
2020-11-16 10:15:23 -08:00 |
Markus Pilman
|
953bb98f02
|
attempt to fix windows build
|
2020-11-13 15:39:51 -07:00 |
Markus Pilman
|
d3598bfaa4
|
address review comments
|
2020-11-13 15:37:03 -07:00 |
Markus Pilman
|
0f205620bf
|
Merge branch 'master' into features/udp
|
2020-11-12 13:51:17 -07:00 |
Markus Pilman
|
d853892b41
|
Bugfix
Co-authored-by: Lukas Joswiak <lukas.joswiak@snowflake.com>
|
2020-11-12 13:48:23 -07:00 |
Jingyu Zhou
|
32a089dde1
|
Merge pull request #4030 from vishesh/task/issue-connection-logging-count
FlowTransport: Sample connect latencies
|
2020-11-10 20:00:58 -08:00 |
Markus Pilman
|
bdd3dbfa7d
|
remove duplicates
|
2020-11-10 14:01:07 -07:00 |
Vishesh Yadav
|
1976f2c371
|
FlowTransport: Sample connect latencies
|
2020-11-10 12:12:01 -08:00 |
sfc-gh-tclinkenbeard
|
4669f837fa
|
Add uses of makeReference
|
2020-11-07 22:10:18 -08:00 |
Xin Dong
|
4086e3a275
|
Merge pull request #3999 from dongxinEric/misc/attach-primary-peek-location-to-logRouterMetrics
Add a way to decorate the trace event created by `traceCounters` with more details.
|
2020-11-05 09:54:39 -08:00 |
Andrew Noyes
|
1c05b70942
|
Add INetwork::timer_monotonic
|
2020-11-05 17:07:49 +00:00 |
Jingyu Zhou
|
c69c1064cf
|
Merge pull request #4006 from vishesh/task/issue-connection-logging-count
FlowTransport: Count number of incoming/outgoing/failed connections in logs
|
2020-11-03 20:07:37 -08:00 |
Vishesh Yadav
|
7bdcb01bdf
|
FlowTransport: Count number of incoming/outgoing/failed connections with logging
|
2020-11-02 18:51:48 -08:00 |
Russell Sears
|
32c87bbb33
|
Lightweight, power of two spaced histogram implementation + automatic reporting
|
2020-11-02 11:13:16 -08:00 |
Xin Dong
|
af7e65110f
|
Allow the caller to decorate role metrics trace event with more details.
|
2020-10-30 16:20:08 -07:00 |
sfc-gh-tclinkenbeard
|
09350c760e
|
Merge remote-tracking branch 'origin/master' into merge
|
2020-10-30 08:36:19 -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 |
sfc-gh-tclinkenbeard
|
55e86c1336
|
Disambiguate between S3BlobStore and other blob stores
|
2020-10-29 20:42:23 -07:00 |
Steve Atherton
|
96cc700440
|
Merge pull request #3961 from sfc-gh-tclinkenbeard/azure-backup
Add support for writing backup files directly to Azure blob storage
|
2020-10-29 00:30:40 -07:00 |
Andrew Noyes
|
e82339f40e
|
Merge pull request #3906 from sfc-gh-anoyes/anoyes/use-gcov
Add USE_GCOV cmake option
|
2020-10-27 08:27:46 -07:00 |
sfc-gh-tclinkenbeard
|
82b6daa16b
|
First draft of Azure blob storage backup container
|
2020-10-24 16:47:51 -07:00 |
Xin Dong
|
ea5225c600
|
Merge pull request #3927 from ajbeamon/fix-roughness-elapsed
Fix roughness elapsed time
|
2020-10-21 09:52:28 -07:00 |
Young Liu
|
8cc3e4d3c6
|
Merge release-6.3 into master
|
2020-10-19 22:51:56 -07:00 |
A.J. Beamon
|
00912f5855
|
Don't use the end of a window in calculating the elapsed time for roughness
|
2020-10-19 13:40:16 -07:00 |
Jingyu Zhou
|
d7420bb8c7
|
Fix merging 6.3 caused test failure
|
2020-10-16 21:11:01 -07:00 |
Jingyu Zhou
|
8f17a1a5d6
|
Merge branch 'release-6.2' into release-6.3
|
2020-10-16 15:25:39 -07:00 |
Andrew Noyes
|
7b6dae6314
|
prctl is not instrumented by msan
|
2020-10-15 17:08:41 +00:00 |
Andrew Noyes
|
b2d9b93243
|
Merge pull request #3847 from sfc-gh-tclinkenbeard/refactor-workloads
Modernize TestWorkload overrides
|
2020-10-14 15:07:03 -07:00 |
Meng Xu
|
89469921bb
|
Merge pull request #3891 from etschannen/feature-reset-proxy-connections
Reset a proxy's network connection with the master or resolvers if it is too far behind
|
2020-10-12 11:21:24 -07:00 |
Evan Tschannen
|
52828f9e03
|
Added bytesSent to the PingLatency logging; increasing the logging interval from 1 second to 3 seconds
|
2020-10-11 23:05:21 -07:00 |
sfc-gh-tclinkenbeard
|
ccf2ca73f3
|
Fix Windows CMake build
|
2020-10-08 23:58:58 -07:00 |
Meng Xu
|
011754fd7e
|
Merge pull request #3834 from sfc-gh-tclinkenbeard/avoid-ddtracker-slow-task
Avoid slow task in ~DataDistributionTracker
|
2020-10-08 11:00:19 -07:00 |
sfc-gh-tclinkenbeard
|
a9607bdcec
|
Explicitly seal classes that inherit but aren't inherited from
|
2020-10-07 21:58:24 -07:00 |
sfc-gh-tclinkenbeard
|
71d0ef676c
|
Use override where applicable in fdbrpc
|
2020-10-07 19:55:05 -07:00 |
Evan Tschannen
|
f03a355c4e
|
Merge branch 'release-6.2' into release-6.3
# Conflicts:
# CMakeLists.txt
# documentation/sphinx/source/downloads.rst
# fdbrpc/FlowTransport.actor.cpp
# fdbrpc/FlowTransport.h
# flow/Arena.h
# flow/Knobs.cpp
# flow/Knobs.h
# packaging/msi/FDBInstaller.wxs
|
2020-10-07 12:28:22 -07:00 |
Evan Tschannen
|
e82bd2a6ff
|
added a suppressFor just in case a warning is spammy
|
2020-10-06 18:27:19 -07:00 |
Evan Tschannen
|
29d4d87b56
|
added a knob for the number of samples
|
2020-10-06 17:38:09 -07:00 |
Evan Tschannen
|
d59ee9cc30
|
add a sample when a ping times out
|
2020-10-06 17:22:33 -07:00 |
Evan Tschannen
|
1eccabc285
|
added logging for a scenario that should not happen
|
2020-10-06 17:19:02 -07:00 |
Evan Tschannen
|
eddf8530d8
|
fix compile errors
|
2020-10-06 17:09:14 -07:00 |