sfc-gh-tclinkenbeard
|
5c2d7b6080
|
Create RangeResult type alias
|
2021-05-03 13:14:16 -07:00 |
A.J. Beamon
|
b2d6930103
|
The multi-version client monitors the cluster's protocol version and only activates the client library that can connect.
|
2021-04-15 11:45:14 -07:00 |
A.J. Beamon
|
3ed0d614d2
|
Move fdb_get_server_protocol to be a function on the database object. Add an argument for expected_version that can be used to signal that the function shouldn't return unless the protocol version is different.
|
2021-04-14 12:50:30 -07:00 |
FDB Formatster
|
df90cc89de
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Andrew Noyes
|
9601769b01
|
Merge pull request #3858 from sfc-gh-rchen/stable_interfaces
Stable interfaces
|
2020-12-11 09:34:27 -08:00 |
Lukas Joswiak
|
3669615e4b
|
Refactor and clean up
|
2020-12-03 14:06:11 -08:00 |
Richard Chen
|
a4ccf8c5b6
|
add checksum class to change checksum in the future. expose get server protocol api
|
2020-10-19 16:57:11 +00:00 |
Xin Dong
|
5d902f9177
|
Merge pull request #3394 from dongxinEric/feature/range-split-points-based-on-size
Feature/range split points based on size
|
2020-10-08 14:25:11 -07:00 |
Young Liu
|
35bef73a1c
|
Rename proxy to commit proxy
|
2020-09-10 17:44:15 -07:00 |
Xin Dong
|
cd86ca6850
|
Merge branch 'master' into feature/range-split-points-based-on-size
|
2020-08-27 10:06:02 -07:00 |
Xiaoxi Wang
|
24dbb3961c
|
Knob adjustment
|
2020-08-17 22:38:22 +00:00 |
Xin Dong
|
daead84fdd
|
Merge master
|
2020-08-14 14:07:08 -07:00 |
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 |
Xin Dong
|
a46e620baa
|
Merge branch 'master' into feature/range-split-points-based-on-size
|
2020-08-06 15:23:11 -07: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 |
Xin Dong
|
eb28492900
|
Fixed a bug which leads to inaccurate metrics being reported. Added tests for the new API.
|
2020-07-02 14:05:11 -07:00 |
Xin Dong
|
ea08bc5462
|
Added server side code for range split support
|
2020-07-02 14:05:11 -07: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 |