Xiaoxi Wang
|
e94de126de
|
merge with master
|
2020-08-14 01:59:09 +00:00 |
Meng Xu
|
002cca5e58
|
Merge branch 'master' into tmp/merge-PR
Conflicts:
fdbclient/NativeAPI.actor.cpp
fdbserver/StorageMetrics.actor.h
|
2020-08-12 20:08:13 -07:00 |
Xin Dong
|
3ac6996844
|
Increased some knobs to throttle the spammy read hot logging. Also added more details inside the read hot log to make it useful
|
2020-08-12 14:27:34 -07:00 |
Xiaoxi Wang
|
f3ecf14601
|
change midShardSize type and other details
|
2020-08-12 17:49:12 +00:00 |
Xiaoxi Wang
|
cae6f04070
|
sample on cost instead of bytes
|
2020-08-10 22:30:06 +00:00 |
Xiaoxi Wang
|
696e77c94e
|
query midShardSize from proxy
|
2020-08-10 20:13:44 +00:00 |
Xiaoxi Wang
|
6db7040f17
|
update DDMetrics periodically
|
2020-08-03 05:52:38 +00:00 |
Xiaoxi Wang
|
bcb858288b
|
eliminate cost estimation when tagSet is empty
|
2020-07-14 23:07:21 +00:00 |
Xiaoxi Wang
|
d512170cd8
|
add clear cost estimation
|
2020-07-14 00:18:52 +00:00 |
Xiaoxi Wang
|
6ec2f92a8d
|
merge master
|
2020-07-13 17:22:37 +00:00 |
Xiaoxi Wang
|
6374cd96c9
|
add commit cost estimation
|
2020-07-10 23:07:29 +00:00 |
Markus Pilman
|
69864c9f96
|
Make Spans not allocate heap memory
|
2020-07-09 11:49:33 -06:00 |
Markus Pilman
|
0fbe7101c3
|
Revert "Revert "Request tracing""
This reverts commit 327cc31e35.
|
2020-07-07 10:06:13 -06:00 |
Meng Xu
|
22f7f804b8
|
Merge branch 'release-6.3' into mengxu/merge-6.3-PR
|
2020-06-28 11:19:39 -07:00 |
Jingyu Zhou
|
5cd3dad986
|
Merge pull request #3409 from sears/assert_strings
Print out the text (to stderr and as trace) of the failed condition o…
|
2020-06-24 14:58:12 -07:00 |
Russell Sears
|
422003df34
|
Print out the text (to stderr and as trace) of the failed condition on assert failure
|
2020-06-24 14:21:48 -07:00 |
Jingyu Zhou
|
327cc31e35
|
Revert "Request tracing"
|
2020-06-16 12:32:42 -07:00 |
Meng Xu
|
96206a8032
|
Merge pull request #3368 from apple/release-6.3
Merge Release 6.3 to master
|
2020-06-15 20:15:22 -07:00 |
sfc-gh-tclinkenbeard
|
4cd4c2ff9b
|
Added comment to TransactionOptions
|
2020-06-15 12:12:08 -07:00 |
sfc-gh-tclinkenbeard
|
3a914c71f2
|
Add TransactionOptions::clear function
|
2020-06-13 17:17:06 -07:00 |
Meng Xu
|
80334351c7
|
Merge pull request #3329 from sfc-gh-mpilman/features/flatbuffers-debugtx
Request tracing
|
2020-06-12 14:50:19 -07:00 |
Markus Pilman
|
9ef93714ac
|
Address review comments
|
2020-06-10 15:48:49 -07:00 |
sfc-gh-tclinkenbeard
|
99bf993815
|
Replace BOOST_NOEXCEPT with noexcept
|
2020-06-09 22:39:19 -07:00 |
Markus Pilman
|
09c136e434
|
Framework for transaction tracing
|
2020-06-08 16:09:37 -07:00 |
Markus Pilman
|
ba63a66d12
|
Merge remote-tracking branch 'origin/master' into features/flatbuffers-debugtx
|
2020-05-29 15:38:09 -07:00 |
Markus Pilman
|
8a7d98ab21
|
Started instrumentation
|
2020-05-27 15:36:04 -07:00 |
A.J. Beamon
|
d128252e90
|
Merge release-6.3 into master
|
2020-05-22 09:25:32 -07:00 |
Chaoguang Lin
|
6ce574f5ad
|
Merge remote-tracking branch 'upstream/release-6.3' into add-data-distribution-metrics
|
2020-05-17 23:36:52 -07:00 |
A.J. Beamon
|
02307ba7b6
|
Merge branch 'master' into transaction-tagging
# Conflicts:
# fdbclient/DatabaseContext.h
|
2020-05-09 07:50:29 -07:00 |
Chaoguang Lin
|
ef724bf939
|
Merge remote-tracking branch 'upstream/master' into add-data-distribution-metrics
|
2020-05-08 18:39:28 -07:00 |
chaoguang
|
e8b62e48f4
|
Rename DDMetrics to DDMetricsRef
|
2020-05-08 17:17:27 -07:00 |
Meng Xu
|
a08bbcc539
|
Merge pull request #3046 from atn34/atn34/conflict-ranges
Add read/write conflict ranges to special key space
|
2020-05-07 22:36:18 -07:00 |
A.J. Beamon
|
b1055a8501
|
Merge branch 'master' into transaction-tagging
|
2020-05-05 16:03:39 -07:00 |
Evan Tschannen
|
f329164fb4
|
Merge pull request #2532 from dongxinEric/feature/hot-read-key-detection-part-2
Feature/hot read key detection part 2
|
2020-05-05 14:33:34 -07:00 |
Andrew Noyes
|
4a0925e9a6
|
Allow reading conflict ranges after ryw disabled tx commits
|
2020-05-04 16:43:20 +00:00 |
Andrew Noyes
|
99d5bb68dd
|
Make reading conflict ranges work for ryw disabled
|
2020-04-30 00:30:37 +00:00 |
A.J. Beamon
|
41c517a5dd
|
Merge branch 'master' into transaction-tagging
# Conflicts:
# fdbclient/NativeAPI.actor.cpp
|
2020-04-27 13:05:24 -07:00 |
A.J. Beamon
|
239876351b
|
Add some initial auto-throttling. Move the definition of the priority enum to a more global place and use it for all transaction priorites (except in ClientLogEvents, because of serialization incompatibilites).
|
2020-04-24 11:31:16 -07:00 |
A.J. Beamon
|
78d48a0dad
|
Merge branch 'master' into transaction-tagging
# Conflicts:
# fdbcli/fdbcli.actor.cpp
# fdbclient/Knobs.h
# fdbclient/NativeAPI.actor.cpp
# fdbclient/fdbclient.vcxproj
# fdbserver/MasterProxyServer.actor.cpp
|
2020-04-17 09:23:18 -07:00 |
Xin Dong
|
7dd7406c59
|
Merge branch 'master' into feature/hot-read-key-detection-part-2
|
2020-04-16 14:54:05 -07:00 |
chaoguang
|
b011efa8df
|
Merge remote-tracking branch 'upstream/master' into private-keyspace-framework
|
2020-04-16 10:58:04 -07:00 |
A.J. Beamon
|
e104a2e3a6
|
Merge commit 'cf01233f28a2c42908656a39f458a4475c1d44a3' into run-loop-busy-profiler
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbclient/NativeAPI.actor.h
# fdbserver/fdbserver.actor.cpp
# flow/Net2.actor.cpp
|
2020-04-14 14:02:24 -07:00 |
chaoguang
|
65620b00f3
|
Merge remote-tracking branch 'upstream/master' into private-keyspace-framework
|
2020-04-13 14:21:07 -07:00 |
A.J. Beamon
|
ebeca10bce
|
Change the serialization of tags sent in some messages. Add communication of the sampling rate from cluster to clients.
|
2020-04-09 16:55:56 -07:00 |
A.J. Beamon
|
36da61dd9c
|
Merge branch 'master' into transaction-tagging
# Conflicts:
# fdbclient/NativeAPI.actor.cpp
# fdbclient/vexillographer/fdb.options
|
2020-04-07 21:12:14 -07:00 |
chaoguang
|
aad8f850f3
|
refactor conflicting keys feature using special key space
|
2020-04-04 13:26:11 -07:00 |
Xin Dong
|
6820167d77
|
Merge branch 'master' into feature/1689/allow-custome-trace-log-file-identifier
|
2020-03-31 16:50:46 -07:00 |
Xin Dong
|
a0177a9335
|
Allow the user to provide a custome trace log file identifier that will be used as the prefix of all trace log files created at the client side.
|
2020-03-26 11:25:05 -07:00 |
Andrew Noyes
|
289487559d
|
Revert "Revert "Merge pull request #2257 from zjuLcg/report-conflicting-key""
This reverts commit 804fe1b22e.
|
2020-03-24 18:11:15 -07:00 |
tclinken
|
247ab84323
|
Merge branch 'master' of https://github.com/apple/foundationdb into add-data-distribution-metrics
|
2020-03-23 17:01:17 -07:00 |