11855 Commits

Author SHA1 Message Date
David Youngworth
d0391db862 Merge branch 'release-6.2' into release-6.3 2020-11-16 10:15:23 -08:00
Markus Pilman
07e354c499
Merge pull request #4042 from sfc-gh-anoyes/anoyes/re-enable-warning
Remove -Wno-unused-value for clang
2020-11-11 13:31:12 -07:00
Meng Xu
7ad036b459
Merge pull request #4047 from apple/anoyes/fix-heap-use-after-free
Fix heap use after free
2020-11-11 09:05:38 -08:00
Young Liu
426dd70509
Merge pull request #4043 from yliucode/log-router-metrics
Add log router peek latency metrics
2020-11-10 23:36:11 -08: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
Andrew Noyes
f467524e06 Don't dereference self on broken_promise 2020-11-11 00:24:23 +00:00
Vishesh Yadav
1976f2c371 FlowTransport: Sample connect latencies 2020-11-10 12:12:01 -08:00
Young Liu
bc688a23c5 Use histogram new API and change group name 2020-11-09 18:54:21 -08:00
Young Liu
c6768c4004 log router peek latency metrics 2020-11-09 15:04:37 -08:00
Xiaoge Su
ebca63e3c7
Merge pull request #4026 from sears/histogram_fixes
Histogram fixes
2020-11-09 13:12:38 -08:00
Andrew Noyes
3b1e785e5b Remove -Wno-unused-value for clang 2020-11-09 18:44:50 +00:00
Russell Sears
08e8a06933 PR comments; add missing addRef when re-using Histogram in HistogramRegistry; Instrument UnsentPacketQueue in FlowTransport 2020-11-08 08:37:16 -08:00
Andrew Noyes
9cedac57b0
Merge pull request #3983 from sfc-gh-mpilman/features/versioned-packages
CPack refactoring and introduction of multiversion
2020-11-06 16:30:12 -08:00
Meng Xu
20271c5b67
Merge pull request #4029 from dongxinEric/misc/log-shard-relocate-source-and-dest-ss
When moving dispaching shard relocations, log the source and destinat…
2020-11-06 14:02:02 -08:00
Vishesh Yadav
2c56d379b2
Merge pull request #3998 from dongxinEric/misc/attach-dcid-to-process-metrics-when-possible
Attach datacenter id to process, network, machine and memory metrics.
2020-11-06 10:54:23 -08:00
Xin Dong
2909e35415 When moving dispaching shard relocations, log the source and destination storage servers. 2020-11-05 16:13:18 -08:00
Markus Pilman
864581c3b7 Merge remote-tracking branch 'origin/release-6.3' into features/versioned-packages 2020-11-05 15:54:39 -07:00
Markus Pilman
0980dcac33 Merge branch 'features/versioned-packages' of github.com-work:sfc-gh-mpilman/foundationdb into features/versioned-packages 2020-11-05 15:51:21 -07:00
Markus Pilman
703b2e276a addressed review comments 2020-11-05 15:50:24 -07:00
Trevor Clinkenbeard
f37a7c9a02
Merge pull request #4019 from sfc-gh-anoyes/anoyes/deterministic-status
Make status tests deterministic
2020-11-05 11:20:52 -08:00
Russell Sears
df18f20efd clang format 2020-11-05 10:27:41 -08:00
Russell Sears
26a66c632a Allow histograms to be fetched by name (so multiple instances can share the same histogram 2020-11-05 10:27:37 -08:00
Trevor Clinkenbeard
870eade9c6
Merge pull request #4018 from sfc-gh-tclinkenbeard/backport-gcc-rocks-override
Backport ability to disable building RocksDB with GCC (release 6.3)
2020-11-05 10:24:31 -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
Daniel Smith
7d1db8a66e Restore building RocksDB by default with GCC 2020-11-05 09:11:58 -08:00
Andrew Noyes
1c05b70942 Add INetwork::timer_monotonic 2020-11-05 17:07:49 +00:00
Andrew Noyes
c50e997f60 Make status tests deterministic
This change seems to be incorrect since afaict INetwork::timer isn't
guaranteed to be monotonic. Maybe we can make that guarantee or add an
INetwork::timer_monotonic symbol?
2020-11-05 17:05:34 +00:00
Vishesh Yadav
f7f4c79237
Merge pull request #4021 from sfc-gh-tclinkenbeard/fix-typo
Fix retrieveTraceLogIssues function name
2020-11-05 00:21:21 -08:00
sfc-gh-tclinkenbeard
392f18a2de Fix retrieveTraceLogIssues function name 2020-11-04 22:39:56 -08:00
Xin Dong
5d7ec6555a
Update fdbserver/LogRouter.actor.cpp 2020-11-04 16:34:32 -08:00
Jingyu Zhou
93f17e4a9f
Merge pull request #4004 from vishesh/task/issue-3799-conn-reset-log
Make ConnectionReset logs query friendly #3977
2020-11-04 16:29:10 -08:00
Daniel Smith
8ed7d296b4 Fix the ability to disable building RocksDB with GCC 2020-11-04 14:58:24 -08:00
Vishesh Yadav
7b28de8a41 Add IDs to ConnectionReset TraceEvents 2020-11-04 14:06:49 -08:00
Xin Dong
44cdc4dfa6
Update fdbserver/LogRouter.actor.cpp 2020-11-04 09:44:28 -08: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
ad12b8157b
Merge pull request #4002 from sears/histograms
Lightweight, power of two spaced histogram implementation + automatic reporting
2020-11-03 10:06:30 -08:00
Vishesh Yadav
7bdcb01bdf FlowTransport: Count number of incoming/outgoing/failed connections with logging 2020-11-02 18:51:48 -08:00
Vishesh Yadav
22b16302c3 Make ConnectionReset logs easier to query #3977
All TraceLogs that are related to ConnectionReset should be prefixed with
ConnectionReset. This should make it easy to query and aggregate by address and
role.
2020-11-02 15:10:51 -08:00
Russell Sears
0ba4e8d64b Fix make build. 2020-11-02 14:35:17 -08:00
Russell Sears
cb004b3b22 Address pull request comments 2020-11-02 12:18:00 -08:00
Russell Sears
32c87bbb33 Lightweight, power of two spaced histogram implementation + automatic reporting 2020-11-02 11:13:16 -08:00
Xin Dong
46150d22c3 Attach generation(recovery count) to TLog metrics and LogRouter metrics. 2020-11-01 11:24:23 -08:00
Xin Dong
d302f60925 Fix build error. 2020-10-30 17:06:22 -07:00
Xin Dong
566365accd Fix typo. 2020-10-30 16:28:05 -07:00
Xin Dong
af7e65110f Allow the caller to decorate role metrics trace event with more details. 2020-10-30 16:20:08 -07:00
Xin Dong
f2a6a6101e Fix build error. 2020-10-30 13:43:39 -07:00
Xin Dong
eead86f006 Add primary peek location, aks paring TLog ID to LogRouterMetrics. 2020-10-30 11:42:09 -07:00
Xin Dong
e73d189f88 Attach datacenter id to process, network, machine and memory metrics. 2020-10-30 11:20:40 -07:00
Meng Xu
76699c5755
Merge pull request #3933 from dongxinEric/misc/detailed-log-when-no-server-left-in-a-team
Added detailed logging for PRIORITY_TEAM_0_LEFT
2020-10-29 17:28:00 -07:00
Markus Pilman
1b91c99640
Merge branch 'release-6.3' into features/versioned-packages 2020-10-29 17:16:11 -06:00