Andrew Noyes
|
1c30adce74
|
WIP
|
2020-06-30 15:24:16 +00:00 |
Andrew Noyes
|
0db3145e82
|
Include storage id's in data_distribution_stats
|
2020-06-30 15:24:15 +00:00 |
Andrew Noyes
|
e304697eca
|
WIP
|
2020-06-30 15:24:15 +00:00 |
Andrew Noyes
|
ffd1467367
|
Add \xff\xff/metrics/health/*
|
2020-06-30 15:24:15 +00:00 |
Meng Xu
|
fabdffd6e4
|
Merge pull request #3332 from sfc-gh-tclinkenbeard/fix-memaccess-warnings
Fix class-memaccess warnings
|
2020-06-15 15:22:19 -07:00 |
sfc-gh-tclinkenbeard
|
3a914c71f2
|
Add TransactionOptions::clear function
|
2020-06-13 17:17:06 -07:00 |
sfc-gh-tclinkenbeard
|
a332dff2ec
|
Fix class-memaccess warnings
|
2020-06-10 12:34:14 -07:00 |
Andrew Noyes
|
55448a8d5a
|
Remove call in watch actor instead of Transaction::watch
|
2020-06-08 18:19:18 +00:00 |
Andrew Noyes
|
731b77a8c2
|
Don't double count watches for too_many_watches
|
2020-06-07 23:54:22 +00:00 |
A.J. Beamon
|
86f712657e
|
Eliminate the undefined behavior of calling run_network twice, instead returning an error.
|
2020-05-22 13:31:06 -07:00 |
Andrew Noyes
|
a2fd6d46a0
|
Cancel pending special key space reads on destroy
Previously the special key space would take a reference to the
transaction, but this doesn't make sense since the transaction might not
be refcounted
|
2020-05-21 17:37:11 +00:00 |
Chaoguang Lin
|
0d9135ee57
|
Merge remote-tracking branch 'upstream/release-6.3' into add-data-distribution-metrics
|
2020-05-20 15:21:26 -07:00 |
Evan Tschannen
|
06676fc88f
|
Merge pull request #3166 from tclinken/6.3-avoid-ub
Eliminate some undefined behavior and const_cast usage
|
2020-05-20 14:36:30 -07:00 |
A.J. Beamon
|
b589c3c940
|
Remove IncludeVersions.h, which is no longer needed for cmake-only builds
|
2020-05-20 13:23:02 -07:00 |
Balachandar Namasivayam
|
16990aeb6f
|
Add dcId to client transaction events.
|
2020-05-19 16:07:54 -07:00 |
Chaoguang Lin
|
00dce3ca1d
|
clang-format
|
2020-05-18 14:23:17 -07:00 |
A.J. Beamon
|
fcca49f4d5
|
Add back an std::move that was accidentally removed. Some other small tweaks to avoid map lookups when tags aren't used.
|
2020-05-18 13:45:51 -07:00 |
Chaoguang Lin
|
bf62ef7c3e
|
Add dd-stats into special-key-space
|
2020-05-18 10:38:23 -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 |
Chaoguang Lin
|
8597b38d10
|
Add an assertion in SingleSpecialKeyImpl
|
2020-05-15 16:34:43 -07:00 |
Chaoguang Lin
|
4a13107805
|
Add a test for special_keys_cross_module_read, fix two bugs, add several TODOs
|
2020-05-15 16:34:43 -07:00 |
Chaoguang Lin
|
c61e198e40
|
Using enum class instead of enum
|
2020-05-15 16:34:43 -07:00 |
Chaoguang Lin
|
e1c4e5f619
|
Add enums for special-key-space modules and refactor related code
|
2020-05-15 16:34:42 -07:00 |
chaoguang
|
f605c8d74f
|
Narrow keyrange of special-key-space to [\xff\xff, \xff\xff\xff). Initilize new ones in correctness tests
|
2020-05-15 16:34:42 -07:00 |
tclinken
|
667b224fc8
|
Several changes to reduce unnecessary moves/copies
|
2020-05-13 19:59:34 -07:00 |
A.J. Beamon
|
da14e1eb04
|
Fix: debug tagging was always enabled
|
2020-05-12 14:11:03 -07:00 |
Andrew Noyes
|
8bd5dcaff8
|
Merge branch 'master' into atn34/special-key-versioning
|
2020-05-09 15:34:20 -07:00 |
A.J. Beamon
|
02307ba7b6
|
Merge branch 'master' into transaction-tagging
# Conflicts:
# fdbclient/DatabaseContext.h
|
2020-05-09 07:50:29 -07:00 |
Andrew Noyes
|
4cbf7b0fc0
|
Fix typo
|
2020-05-09 03:12:55 +00:00 |
Andrew Noyes
|
d1b16eafc5
|
Only call getKeyRange once
|
2020-05-09 03:01:56 +00: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 |
Evan Tschannen
|
f0f52fb2be
|
Merge branch 'master' into feature-small-endpoint
# Conflicts:
# fdbclient/StorageServerInterface.h
|
2020-05-08 16:37:35 -07:00 |
Andrew Noyes
|
6389f6ac51
|
Combine \xff\xff/transaction/* into one module
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
697685574d
|
Fix worker_interfaces
They don't come sorted by address, they come sorted by process id
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
38830f0eb9
|
Fix range read bounds bug
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
76aed13bdc
|
Add prefix in comparator for worker_interfaces
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
32d50fc359
|
Port over all existing special keys to framework
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
ce0e03a800
|
Add virtual destructor to SpecialKeyRangeBaseImpl
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
640eb41ba4
|
Introduce special key space in api version 630
|
2020-05-08 05:37:37 +00: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
|
a8e3ad3c15
|
Fix merge error
|
2020-05-07 15:10:50 -07:00 |
A.J. Beamon
|
92730b2f05
|
Merge branch 'master' into transaction-tagging
# Conflicts:
# fdbclient/NativeAPI.actor.cpp
|
2020-05-07 14:50:25 -07:00 |
Evan Tschannen
|
9ccc417a4f
|
An indentifier must be set before calling LOG_TRANSACTION
|
2020-05-07 11:18:03 -07:00 |
A.J. Beamon
|
90dbf33182
|
Merge pull request #3079 from bnamasivayam/client-transaction-info
Add read version and commit version info to getVersion and commit cli…
|
2020-05-07 09:59:35 -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
|
37fe05fc76
|
Merge remote-tracking branch 'upstream/master' into atn34/conflict-ranges
|
2020-05-05 15:52:07 +00:00 |
A.J. Beamon
|
de1f85d106
|
Fix accounting bug in TagSet. Change serialization back to not including the number of elements. Fix knob usage.
|
2020-05-04 15:49:55 -07:00 |
A.J. Beamon
|
cd2176ac15
|
Adjust some knobs
|
2020-05-04 10:37:53 -07:00 |