Jon Fu
cc13ef08bd
Sort the failed sets before modifying them in attempts to make changes consistent
2020-11-12 16:26:34 -05:00
Xiaoge Su
acbd4c1f39
Extract FETCH_KEYS_TOO_LONG_TIME_CRITERIA to Knob
2020-11-12 13:01:41 -08:00
Xiaoge Su
0fd43a5bbb
Update per comments
2020-11-12 12:10:07 -08:00
Meng Xu
c2dd7d1d38
Remove unresolved questions
2020-11-11 22:39:11 -08:00
Xin Dong
0b8e91b9c0
Do not count system priority and default priority txns together.
2020-11-11 14:01:01 -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
Xin Dong
6cea86b795
Address review comments
2020-11-10 16:05:17 -08:00
Vishesh Yadav
1976f2c371
FlowTransport: Sample connect latencies
2020-11-10 12:12:01 -08:00
sfc-gh-tclinkenbeard
aa4652d965
Lower DELAY_CC_WORST_FIT_CANDIDACY_SECONDS for LowLatencyWorkload
2020-11-09 19:15:51 -08:00
Young Liu
bc688a23c5
Use histogram new API and change group name
2020-11-09 18:54:21 -08:00
Xiaoge Su
da31eb3d89
Periodically report the fetchKeys status
2020-11-09 15:24:05 -08:00
Xiaoge Su
e6aedfbf57
Report latency/bandwidth/size in each fetchKEys call
2020-11-09 15:23:58 -08:00
Xiaoge Su
15d10d68cd
Cleanup DataDistributionQueue.actor.cpp and storageserver.actor.cpp
2020-11-09 15:23:51 -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
Saurabh Chaturvedi
b5a9ccf175
Fix transaction retry typo for other lang tutorials
2020-11-08 13:33:29 -08: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
Meng Xu
4788544a6f
Revise comments based on review suggestions
...
Ack. Jingyu and Xin for their suggestions.
2020-11-06 08:51:13 -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
Daniel Smith
5825af272f
Fix whitespace
2020-11-04 22:06:30 +00: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