Evan Tschannen
|
33eef4c76b
|
Merge branch 'master' into getrange-perf-improvements
|
2017-11-04 14:25:45 -07:00 |
Balachandar Namasivayam
|
33cc644ba8
|
Copy CommitTransactionRequest during tryCommit function call as it is anyway copied inside the function.
|
2017-11-02 17:00:44 -07:00 |
A.J. Beamon
|
3cad2676cc
|
Collapse some of the getRange actors into a single actor. Avoid unnecessary comparisons.
|
2017-11-02 13:39:06 -07:00 |
A.J. Beamon
|
07c80484eb
|
Merge branch 'master' into getrange-perf-improvements
|
2017-11-02 08:42:26 -07:00 |
Balachandar Namasivayam
|
3efaaec479
|
onMasterProxiesChanged was being triggered when any member of ClientDBInfo changed. Change the behavior to be triggered only when proxies field in ClientDBInfo is changed.
|
2017-11-01 18:29:56 -07:00 |
Balachandar Namasivayam
|
1d95e1bfd6
|
Log actor cancellation error to Client Transaction sampling records.
|
2017-11-01 11:51:31 -07:00 |
A.J. Beamon
|
7cf17df821
|
Merge branch 'master' into log-group-for-unsupported-clients
# Conflicts:
# flow/Net2.actor.cpp
# tests/fast/SidebandWithStatus.txt
# tests/rare/LargeApiCorrectnessStatus.txt
# tests/slow/DDBalanceAndRemoveStatus.txt
|
2017-11-01 11:31:02 -07:00 |
A.J. Beamon
|
e52f46064a
|
Don't use the results arena for conflict ranges. Rearrange the code to avoid the copy unless necessary.
|
2017-10-26 09:35:34 -07:00 |
A.J. Beamon
|
0d68db0dac
|
Merge branch 'master' into getrange-perf-improvements
|
2017-10-26 09:25:04 -07:00 |
Balachandar Namasivayam
|
9dd588dcce
|
Addressed review comments.
Changed naming for NewMin and NewAnd to MinV2 and AndV2
|
2017-10-25 14:48:05 -07:00 |
A.J. Beamon
|
a2e059be11
|
Eliminate some more copies
|
2017-10-20 09:27:17 -07:00 |
A.J. Beamon
|
5fcd58b637
|
Whitespace fix
|
2017-10-20 09:24:49 -07:00 |
A.J. Beamon
|
55bea14b9e
|
Convert extraConflictRanges from KeyRange to std::pair<Key, Key> to avoid copies.
|
2017-10-20 09:17:47 -07:00 |
A.J. Beamon
|
7bab9a0276
|
Eliminate some copies
|
2017-10-20 09:11:26 -07:00 |
A.J. Beamon
|
986a99a39a
|
Change the reply priority for NativeAPI requests to the cluster to TaskDefaultPromiseEndpoint.
|
2017-10-20 09:03:48 -07:00 |
Evan Tschannen
|
e2c1e87df6
|
made a large number of fixes to make fearless DR correctness clean.
|
2017-10-19 15:36:32 -07:00 |
Balachandar Namasivayam
|
eeebf10030
|
Modified existing behavior of MIN and AND atomic ops. The new behavior results in a 'SET' if the atomic op is performed on a non -existing key.
Added new atomic ops ByteMin and ByteMax that does lexicographic comparison of byte strings.
|
2017-10-10 13:02:22 -07:00 |
Evan Tschannen
|
ef41b07bb3
|
renamed past_version to transaction_too_old
implemented read_lock_aware option
|
2017-09-28 16:35:08 -07:00 |
Yichi Chiang
|
d4f75630de
|
Support log group field in status json
|
2017-09-28 16:31:29 -07:00 |
Evan Tschannen
|
53a4a3280a
|
fix: we cannot add to the trLog when cancelled
|
2017-09-20 14:47:57 -07:00 |
Balachandar Namasivayam
|
24aa616a7a
|
Merge pull request #154 from cie/additional-client-profiling
Additional client profiling
|
2017-09-19 18:15:02 -07:00 |
Evan Tschannen
|
dc1f7ca6b7
|
testers now use client locality load balancing
|
2017-09-01 12:53:01 -07:00 |
Yichi Chiang
|
aac82074af
|
Avoid calling setCachedLocation twice
|
2017-08-08 10:03:04 -07:00 |
Balachandar Namasivayam
|
e767860010
|
Addressed review comments.
Changed current protocol version to match master
Added operation details for operations that failed.
|
2017-08-07 18:45:42 -07:00 |
Balachandar Namasivayam
|
3e90fdfae7
|
Added extra client transactional profiling info
1) Key has been added to GET
2) KeyRange has been added to GETRANGE
3) ReadConflict, WriteConflict, Mutation info has been added to COMMIT
|
2017-08-01 18:33:39 -07:00 |
Yichi Chiang
|
53e1ae9f60
|
shard system keyspace
|
2017-07-26 13:47:31 -07:00 |
Evan Tschannen
|
035efd79cf
|
fix: if a database gets locked after an unknown result, the dummyTransaction will be stuck until the database is unlocked
|
2017-06-26 12:12:47 -07:00 |
Stephen Atherton
|
03d2b1787a
|
Merge branch 'release-4.6' into release-5.0
# Conflicts:
# fdbrpc/sim2.actor.cpp
|
2017-06-22 16:56:25 -07:00 |
FDB Dev Team
|
a674cb4ef4
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |