Nim Wijetunga
13e4f6d7e1
small formatting fix
2021-02-12 12:57:33 -05:00
Nim Wijetunga
058557a3b1
fix pr issues
2021-02-11 15:51:37 -05:00
Nim Wijetunga
270a18f089
formatting fixes
2021-02-10 13:19:59 -05:00
Nim Wijetunga
7acfeda955
cleanup
2021-02-09 20:57:16 -05:00
Nim Wijetunga
386e3b0838
minor change
2021-02-09 18:36:45 -05:00
Nim Wijetunga
4982679ef2
change function name
2021-02-09 18:06:36 -05:00
Nim Wijetunga
3b48942f9a
resolve pr comments
2021-02-09 17:56:30 -05:00
Nim Wijetunga
e3ce3b049d
user literal string ref
2021-02-09 14:08:14 -05:00
Nim Wijetunga
d2233ffa5a
whitespace change
2021-02-09 13:38:24 -05:00
Nim Wijetunga
82e9f54938
small change
2021-02-09 13:36:44 -05:00
Nim Wijetunga
2d46cfcb80
remove traces
2021-02-09 13:33:19 -05:00
Nim Wijetunga
2560dc0227
add test workload
2021-02-09 12:32:37 -05:00
Nim Wijetunga
83af53b1bb
correctness fixes
2021-02-05 19:23:37 -05:00
Nim Wijetunga
b1fd8a439e
revert NativeAPI
2021-02-04 12:54:18 -05:00
Nim Wijetunga
6c687067a6
refactor
2021-02-04 12:51:53 -05:00
Nim Wijetunga
ec6226bde9
change logic
2021-02-03 20:01:26 -05:00
Nim Wijetunga
b6e7961b78
change to references
2021-02-02 20:29:03 -05:00
Nim Wijetunga
c67aac8212
remove the use of pointers
2021-02-02 13:26:12 -05:00
Nim Wijetunga
6f38105e48
fix issue with case 4
2021-02-01 19:07:14 -05:00
Nim Wijetunga
6bee8ac0aa
Inital implementation
2021-02-01 18:42:13 -05:00
Nim Wijetunga
ceef27a961
Merge pull request #1 from apple/master
...
Update Master
2021-01-29 17:17:55 -08:00
Vishesh Yadav
5b5dd0a0d4
Merge pull request #4204 from sfc-gh-ljoswiak/features/network-tracer
...
Add network option to set tracer in fdbclient
2021-01-27 20:00:49 -08:00
Steve Atherton
d718e7baf3
Merge pull request #4179 from sfc-gh-tclinkenbeard/run-minio-joshua
...
Support Testing S3BlobStore backup in simulation
2021-01-26 14:39:57 -08:00
sfc-gh-tclinkenbeard
27314b111c
Fix Windows build issues
2021-01-26 13:41:37 -08:00
Andrew Noyes
2b847c4d54
Merge pull request #4240 from sears/merge-6.3-to-master-1-26-21
...
Merge 6.3 to master 1 26 21
2021-01-26 12:55:34 -08:00
Russell Sears
8025cc4571
Merge remote-tracking branch 'upstream/release-6.3' into merge-6.3-to-master-1-26-21
2021-01-26 19:46:47 +00:00
Markus Pilman
3472237c5d
Merge pull request #4098 from sfc-gh-tclinkenbeard/simplify-global-knobs
...
Simplified global knobs
2021-01-26 11:58:44 -07:00
Trevor Clinkenbeard
8f4ab0c1f3
Merge pull request #4239 from sfc-gh-anoyes/anoyes/fix-missing-override
...
Fix missing override in fdbrpc/FlowTests.actor.cpp
2021-01-26 10:33:37 -08:00
sfc-gh-tclinkenbeard
7558cd8e06
Merge remote-tracking branch 'origin/master' into simplify-global-knobs
2021-01-26 10:00:25 -08:00
Markus Pilman
074531309b
Merge pull request #3769 from sfc-gh-ljoswiak/binary-info
...
Add CLI argument to print build information
2021-01-26 10:29:57 -07:00
Andrew Noyes
3560003c50
Fix missing override in fdbrpc/FlowTests.actor.cpp
2021-01-26 17:29:54 +00:00
Trevor Clinkenbeard
7e38cf21f5
Merge pull request #4238 from sfc-gh-anoyes/anoyes/modernize-use-override
...
Apply modernize-use-override to several files
2021-01-25 20:25:00 -08:00
Andrew Noyes
a355190359
Fix incantation again
2021-01-26 02:36:43 +00:00
Andrew Noyes
564c70acb4
Merge branch 'master' into anoyes/modernize-use-override
2021-01-25 18:26:18 -08:00
Andrew Noyes
a51de2f73d
Merge pull request #4220 from sfc-gh-clin/add-c-function-force-recovery
...
Add c function fdb_database_force_recovery_with_data_loss
2021-01-25 18:22:41 -08:00
Andrew Noyes
5a5aad21ae
Fix MetricLogger.actor.h preprocessor incantation
2021-01-26 02:21:11 +00:00
sfc-gh-tclinkenbeard
bb1dd21c22
Define BOOST_DATE_TIME_NO_LIB in sim2.actor.cpp
2021-01-25 18:06:55 -08:00
Andrew Noyes
cec050a1f8
Apply clang-tidy's modernize-use-override fix
2021-01-26 02:04:12 +00:00
Andrew Noyes
4ee97c0784
Use clang-tidy to automatically fix missing overrides
...
Use `clang-tidy -p . $file -checks='-*,modernize-use-override' -header-filter='.*' -fix`
to fix missing overrides, and then use git clang-format to reformat just
those changes. This went pretty well for most files.
Formatting the following files went off the rails, so I'm going to
follow up with a commit that's just clang-tidy and no clang-format.
- fdbclient/DatabaseBackupAgent.actor.cpp
- fdbclient/FileBackupAgent.actor.cpp
- fdbserver/OldTLogServer_4_6.actor.cpp
- fdbmonitor/SimpleIni.h
- fdbserver/workloads/ClientTransactionProfileCorrectness.actor.cpp
2021-01-26 02:04:12 +00:00
Andrew Noyes
0ef44739ea
Fix OPEN_FOR_IDE build in preparation for using clang-tidy
2021-01-26 02:04:11 +00:00
sfc-gh-tclinkenbeard
88cc2f752a
Define BOOST_DATE_TIME_NO_LIB in SimExternalConnection.actor.cpp
2021-01-25 16:23:36 -08:00
Trevor Clinkenbeard
a2f550c631
Merge pull request #4237 from sfc-gh-anoyes/anoyes/fix-help-text
...
Only print general help once in fdbcli
2021-01-25 15:48:08 -08:00
Chaoguang Lin
05f119c69a
update c api documentation
2021-01-25 15:19:12 -08:00
Andrew Noyes
9e96492eb4
Merge pull request #4228 from sfc-gh-tclinkenbeard/copy-elision
...
Enable copy elision in debugTagsAndMessageEnabled
2021-01-25 15:08:53 -08:00
Andrew Noyes
17962712fb
Merge pull request #4227 from sfc-gh-tclinkenbeard/encapsulate-packetwriter
...
Encapsulate PacketWriter methods
2021-01-25 15:08:46 -08:00
Xin Dong
5bd7e2ab6d
Merge pull request #4209 from dongxinEric/misc/log-severror-when-lossing-all-replicas
...
Added a hint in trace event when all replicas of some data …
2021-01-25 15:05:03 -08:00
Markus Pilman
5bf5545b87
Merge pull request #4236 from sfc-gh-anoyes/anoyes/merge-6.3-to-master
...
Merge 6.3 to master
2021-01-25 15:53:43 -07:00
Chaoguang Lin
20009a5a5a
update c api documentation
2021-01-25 14:48:52 -08:00
Andrew Noyes
4f881bff51
Only print general help once in fdbcli
...
This seems to have been inadvertently changed in
5b2e88b187
.
2021-01-25 22:28:09 +00:00
Markus Pilman
d346c4955d
Merge pull request #4235 from sfc-gh-kmakino/kaomakino/aarch64_update
...
Fix minor issues for aarch64
2021-01-25 15:20:08 -07:00