Commit Graph

11891 Commits

Author SHA1 Message Date
sfc-gh-tclinkenbeard aa07df6a91 Backport to 6.3 the ability to read xxhash3 checksum for sqlite pages 2020-11-24 00:28:49 -08:00
Evan Tschannen 2e13aacf1e
Merge pull request #4049 from sfc-gh-tclinkenbeard/fix-shard-merge-too-soon
Fix HasBeenTrueFor::set function
2020-11-18 10:29:58 -08:00
Evan Tschannen 7cabe39aae
Merge pull request #4044 from sfc-gh-tclinkenbeard/fix-slow-sim-recovery
Lower DELAY_CC_WORST_FIT_CANDIDACY_SECONDS for LowLatencyWorkload
2020-11-18 10:28:53 -08:00
Russell Sears fc8b57189e
Merge pull request #3969 from Daniel-B-Smith/rocksdb-unsafe-fsync
RocksDB grab bag
2020-11-18 10:09:24 -08:00
Andrew Noyes d6e8de1a28
Merge pull request #4078 from sfc-gh-dyoungworth/dyoungworth/merge_6_2_to_6_3
merge 6 2 to 6 3
2020-11-16 16:53:32 -08:00
David Youngworth fdf41110e5 Merge branch 'release-6.3' into dyoungworth/merge_6_2_to_6_3 2020-11-16 14:49:51 -08:00
David Youngworth 489ba20641 Fix several merge issues 2020-11-16 14:46:36 -08:00
David Youngworth d0391db862 Merge branch 'release-6.2' into release-6.3 2020-11-16 10:15:23 -08:00
sfc-gh-tclinkenbeard 6917da9ce7 Fix HasBeenTrueFor::set 2020-11-13 13:15:51 -08:00
Trevor Clinkenbeard 8b5bb9ccb8
Merge pull request #4055 from sfc-gh-jfu/debugging-nightly-failure
Sort the failed sets before modifying them in attempts to make changes consistent
2020-11-13 12:02:14 -08:00
Jon Fu cc13ef08bd Sort the failed sets before modifying them in attempts to make changes consistent 2020-11-12 16:26:34 -05: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
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
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
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