negoyal
|
82bdc35931
|
Remove redundant check.
|
2021-06-16 10:00:27 -07:00 |
Markus Pilman
|
9a24a57007
|
refactor templates to make them more readable and reusable
|
2021-06-16 10:46:21 -06:00 |
negoyal
|
81202be424
|
Better fix.
|
2021-06-16 01:09:58 -07:00 |
Xiaoxi Wang
|
fdd9c30794
|
code refactor;change stopSignal;
|
2021-06-16 05:30:58 +00:00 |
Xiaoxi Wang
|
f257d8e994
|
Merge branch 'master' of https://github.com/apple/foundationdb into fix-revert-4929
|
2021-06-16 03:46:30 +00:00 |
negoyal
|
efba472d9c
|
Fix a heap use after free issue.
|
2021-06-15 18:25:13 -07:00 |
Markus Pilman
|
5cd029967e
|
minor simplification (address review)
|
2021-06-15 17:37:05 -06:00 |
Markus Pilman
|
56eaf1bc83
|
added comments
|
2021-06-15 16:49:27 -06:00 |
Xiaoxi Wang
|
d0595e320c
|
Merge branch 'master' of https://github.com/sfc-gh-xwang/foundationdb into fix-revert-4929
|
2021-06-15 22:45:09 +00:00 |
Xiaoxi Wang
|
28e0d0e776
|
Merge pull request #4985 from sfc-gh-xwang/master
add injected fault check
|
2021-06-15 15:39:00 -07:00 |
A.J. Beamon
|
a370776e9b
|
Merge pull request #4930 from apple/anoyes/external-clients-in-fdb-java
Add exportLibrary for exporting external clients from jar
|
2021-06-15 15:36:08 -07:00 |
Markus Pilman
|
dc17be093c
|
don't allow double recruitement for storages
|
2021-06-15 16:00:43 -06:00 |
Markus Pilman
|
b2271f2176
|
additional tracing for quietDatabase
|
2021-06-15 16:00:28 -06:00 |
Markus Pilman
|
c6f47c1f15
|
Fixed segfault with simple mode
|
2021-06-15 16:00:19 -06:00 |
Xiaoxi Wang
|
8f3e8ecf10
|
add injected fault check
|
2021-06-15 21:47:16 +00:00 |
Renxuan Wang
|
d3422b64c4
|
Merge pull request #4977 from RenxuanW/master-another
Replace lower priority txn request when limit is hit.
|
2021-06-15 14:01:38 -07:00 |
RenxuanW
|
fe936207a9
|
Replace lower priority txn request when limit is hit.
|
2021-06-15 14:00:06 -07:00 |
Daniel Smith
|
44cba555eb
|
Don't fail on missing simfdb dir
|
2021-06-15 14:15:02 -04:00 |
Daniel Smith
|
6eb383cfc3
|
Run noSim test as a unit test
|
2021-06-15 14:15:02 -04:00 |
Daniel Smith
|
efdda3cd0e
|
Revert "Revert "Add support for running non-simulation tests on Joshua""
|
2021-06-15 14:15:02 -04:00 |
Andrew Noyes
|
6c2165dfee
|
Merge pull request #4845 from sfc-gh-clin/refactor-fdbcli-2
Refactor fdbcli commands: advanceversion, maintenance, snapshot, force_recovery_with_data_loss
|
2021-06-15 11:13:18 -07:00 |
Andrew Noyes
|
a3e3a18cda
|
Update fdbcli/ForceRecoveryWithDataLossCommand.actor.cpp
|
2021-06-15 11:12:14 -07:00 |
sfc-gh-tclinkenbeard
|
dced72ea1f
|
Addressed review comments
|
2021-06-14 20:19:05 -07:00 |
RenxuanW
|
f19d256e0d
|
Bug fix: grvLatencyBands should take "GRVLatencyBands" as name.
|
2021-06-14 17:13:22 -07:00 |
Xiaoxi Wang
|
e5ae0ce36b
|
Merge branch 'master' of https://github.com/apple/foundationdb into fix-revert-4929
|
2021-06-14 23:51:31 +00:00 |
Daniel Smith
|
ae3132229f
|
Merge pull request #4978 from apple/revert-4971-test-nonsim
Revert "Add support for running non-simulation tests on Joshua"
|
2021-06-14 19:43:01 -04:00 |
Andrew Noyes
|
c9ec6b6812
|
Merge pull request #4952 from sfc-gh-ajbeamon/documentation-fixes
Fix some documentation rendering issues
|
2021-06-14 16:40:24 -07:00 |
Daniel Smith
|
549cf0512b
|
Revert "Add support for running non-simulation tests on Joshua"
|
2021-06-14 19:23:56 -04:00 |
Xiaoxi Wang
|
d33e43fd2b
|
code format
|
2021-06-14 23:00:02 +00:00 |
Xiaoxi Wang
|
2cd4e6d62f
|
check healthy team count, dd queue and disk space;
code refactor
|
2021-06-14 22:09:45 +00:00 |
Steve Atherton
|
3a70012c08
|
Merge pull request #4971 from Daniel-B-Smith/test-nonsim
Add support for running non-simulation tests on Joshua
|
2021-06-14 13:56:24 -07:00 |
Andrew Noyes
|
a3a58f78d5
|
Merge pull request #4940 from apple/anoyes/respect-joshua-seed
Respect JOSHUA_SEED if set
|
2021-06-14 13:51:09 -07:00 |
Trevor Clinkenbeard
|
0120a6ba72
|
Merge pull request #4936 from sfc-gh-tclinkenbeard/remove-string-copies
Remove unnecessary std::string copies from flow
|
2021-06-14 13:49:20 -07:00 |
A.J. Beamon
|
488de30f21
|
Merge pull request #4967 from jzhou77/apiversion
Fix TraceEventOverflow error in HealthMetricsApi workload
|
2021-06-14 13:44:46 -07:00 |
Jingyu Zhou
|
16a53fe531
|
Update fdbserver/workloads/HealthMetricsApi.actor.cpp
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
|
2021-06-14 13:43:31 -07:00 |
Daniel Smith
|
ef2a2cd1a5
|
Actually add test file
|
2021-06-14 15:00:45 -04:00 |
Daniel Smith
|
8af0affeff
|
Add support for running non-simulation tests on Joshua
|
2021-06-14 15:00:45 -04:00 |
sfc-gh-ngoyal
|
3ee666e847
|
Merge pull request #4969 from sfc-gh-tclinkenbeard/add-7.0-release-notes-to-master
Add 7.0 release notes
|
2021-06-13 23:00:42 -07:00 |
sfc-gh-tclinkenbeard
|
4a9b0cc258
|
Add 7.0 release notes for PRs by sfc-gh-tclinkenbeard
|
2021-06-13 09:57:02 -07:00 |
Jingyu Zhou
|
4f29b94c61
|
Fix TraceEventOverflow error in HealthMetricsApi workload
|
2021-06-12 17:53:15 -07:00 |
sfc-gh-tclinkenbeard
|
06e4cabc02
|
Addressed review comments
|
2021-06-12 08:21:40 -07:00 |
Trevor Clinkenbeard
|
dde2f1ad11
|
Update fdbserver/ConfigBroadcastFollowerInterface.h
Co-authored-by: Lukas Joswiak <lukas.joswiak@snowflake.com>
|
2021-06-12 08:11:59 -07:00 |
Trevor Clinkenbeard
|
22b347efd4
|
Update fdbserver/IConfigConsumer.h
Co-authored-by: Lukas Joswiak <lukas.joswiak@snowflake.com>
|
2021-06-12 08:04:09 -07:00 |
Trevor Clinkenbeard
|
fc385c83b2
|
Update fdbclient/PaxosConfigTransaction.h
Co-authored-by: Lukas Joswiak <lukas.joswiak@snowflake.com>
|
2021-06-12 08:03:52 -07:00 |
Xiaoxi Wang
|
d46fccc30f
|
Revert "Revert "Properly set simulation test for perpetual storage wiggle and bug fixing""
This reverts commit ad576e8c20 .
|
2021-06-11 22:58:05 +00:00 |
Neethu Haneesha Bingi
|
2f9cd71441
|
Histograms for storage server write path components.
|
2021-06-11 14:48:13 -07:00 |
Daniel Smith
|
31c12b3d5b
|
Merge pull request #4956 from Daniel-B-Smith/rocksdb-used-fix
[RocksDB] Estimate live SST file size and not live data size
|
2021-06-11 17:21:49 -04:00 |
Daniel Smith
|
25c3468a08
|
Estimate live SST file size and not live data size
|
2021-06-11 16:53:10 -04:00 |
Josh Slocum
|
65c49fc1e4
|
Merge pull request #4934 from sfc-gh-jslocum/tss_quarantine
Added TSS Quarantine and fixed TSS mapping bug in CommitProxy
|
2021-06-11 11:52:42 -07:00 |
Josh Slocum
|
199d6ed994
|
Merge pull request #4895 from sfc-gh-jslocum/tss_docs
Added TSS documentation
|
2021-06-11 11:50:28 -07:00 |