Andrew Noyes
1f541f02be
Merge branch 'anoyes/merge-6.2-to-6.3' into anoyes/release-6.3-merge
...
Merge, leaving conflict markers for now
2020-11-24 16:55:34 +00: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
sfc-gh-tclinkenbeard
84632d63ad
Remove stale comment
2020-11-16 17:54:47 -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
sfc-gh-tclinkenbeard
898fbac191
Remove special handling of broken_promise errors
2020-11-16 13:28:08 -08:00
sfc-gh-tclinkenbeard
4f369e70ab
Add code coverage macro to DataDistributionTracker::SafeAccessor::operator()
2020-11-16 13:25:39 -08:00
sfc-gh-tclinkenbeard
6235d087a6
Prevent shardTracker or trackShardBytes from accidentally unsafely accessing DataDistributionTracker
2020-11-16 12:46:21 -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
ca8ea3b6ff
Fix memory issues caused by cancelling data distribution tracker
2020-11-15 23:52:36 -08:00
Jingyu Zhou
569ab46bf6
Merge pull request #4000 from xumengpanda/mengxu/ha-code-read
...
Add comments to TLog, SS, and DD related code
2020-11-14 09:06:05 -08:00
Meng Xu
4b0fba6ea8
Explain waitForVersion why wait for version minus MAX_READ_TRANSACTION_LIFE_VERSIONS
2020-11-13 22:14:01 -08:00
Jingyu Zhou
9f2399f951
Merge pull request #4061 from xis19/reportHistogramPeriodically
...
Report histogram periodically
2020-11-13 14:14:25 -08:00
Jingyu Zhou
d4a90565e1
Merge pull request #4056 from xis19/release-6.2
...
Add bytes_per_second unit in histograms
2020-11-13 14:12:20 -08:00
Xiaoge Su
65076db908
Move the histogramReporter() to actors list
2020-11-13 13:15:58 -08:00
sfc-gh-tclinkenbeard
6917da9ce7
Fix HasBeenTrueFor::set
2020-11-13 13:15:51 -08:00
Jingyu Zhou
e92c98d2f2
Merge pull request #4059 from vishesh/task/rdar-70979996-tlog-latencies
...
tLog: Track tlog commit latencies in histogram
2020-11-12 21:49:31 -08:00
Vishesh Yadav
4df23741b2
tLog: Track tlog commit latencies in histogram
2020-11-12 17:48:16 -08:00
Xiaoge Su
3a6948c199
Report histogram periodically
2020-11-12 17:04:33 -08:00
Xiaoge Su
4a0fa57989
Add bytes_per_second unit in histograms
2020-11-12 15:38:51 -08:00
Xin Dong
8343c78bf0
Merge pull request #3960 from dongxinEric/misc/expose-proxy-local-rate-info
...
Expose local transaction rate and limit info on commit proxies.
2020-11-12 15:23:50 -08:00
Xiaoge Su
a02b721170
Merge pull request #4013 from xis19/ddmetric
...
Record shard moves metrics
2020-11-12 14:00:43 -08:00
Meng Xu
222da17558
Merge branch 'release-6.2' into mengxu/ha-code-read
2020-11-12 13:39:27 -08:00
Meng Xu
046a6e8427
Add Alex comment on tLog
2020-11-12 13:29:11 -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
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
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
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
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
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
Russell Sears
df18f20efd
clang format
2020-11-05 10:27:41 -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
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
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