13860 Commits

Author SHA1 Message Date
Andrew Noyes
08997d8602 Fix bugs turned up by _GLIBCXX_DEBUG
Compiling with -D_GLIBCXX_DEBUG enables libstc++ "debug mode", where
additional debug information is tracked with iterators and reported if
iterators are misused. This turned up two bugs.

I threw in removing dead code and avoiding an unnecessary map lookup
while I was in the neighborhood.
2021-02-04 02:37:51 +00:00
Jingyu Zhou
a8313422e2
Merge pull request #4260 from sfc-gh-tclinkenbeard/improve-simexternalconnection-read
Improve SimExternalConnection::read performance
2021-02-01 13:35:39 -08:00
sfc-gh-tclinkenbeard
5a0502cbf4 Improve SimExternalConnection::read performance 2021-01-31 16:08:03 -08:00
Markus Pilman
8211cf7ab1
Merge pull request #4256 from sfc-gh-tclinkenbeard/fix-windows-build
Fix Windows build
2021-01-31 15:02:58 -07:00
sfc-gh-tclinkenbeard
089394abeb Only change name of BackupType::DELETE to BackupType::DELETE_BACKUP 2021-01-30 13:34:48 -08:00
sfc-gh-tclinkenbeard
a29c5fb2bc s/BackupType::/BackupType::BACKUP_ 2021-01-29 21:48:27 -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
5b2e88b187c485d80119808c85e97fff98a30f8e.
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
Xin Dong
0cde3cc48f Make trace event happy 2021-01-25 14:04:16 -08:00
Xin Dong
dce8af5b63 Change back to SevWarnAlways for now. 2021-01-25 13:54:24 -08:00
Kao Makino
29976f0b41 Fix minor issues for aarch64 2021-01-25 12:10:57 -08:00
Trevor Clinkenbeard
c9b7013560
Merge pull request #4234 from sfc-gh-jfu/jfu-add-override-keyword
Add override keyword properly to squash compiler warnings
2021-01-25 11:33:24 -08:00
Andrew Noyes
6a40b007e6 Resolve conflicts 2021-01-25 18:57:12 +00:00
Andrew Noyes
adde95bea5 Merge branch 'release-6.3' into anoyes/merge-6.3-to-master
Commit merge conflicts for now
2021-01-25 18:55:24 +00:00
Markus Pilman
9d9da471b2
Merge pull request #4223 from sfc-gh-anoyes/anoyes/merge-6.2-to-6.3
Merge 6.2 to 6.3
2021-01-25 11:53:27 -07:00
Jon Fu
c3775ede37 add override keyword properly to squash compiler warnings 2021-01-25 13:24:15 -05:00
Chaoguang Lin
6e619e9157 Update the returned future when local client is disabled 2021-01-25 00:41:50 -08:00
sfc-gh-tclinkenbeard
c997f30d01 Enable copy elision in debugTagsAndMessageEnabled 2021-01-23 12:21:56 -08:00
sfc-gh-tclinkenbeard
51cbc494f1 Merge remote-tracking branch 'origin/master' into run-minio-joshua 2021-01-23 11:31:19 -08:00
sfc-gh-tclinkenbeard
b88a47f7db Encapsulation PacketWriter methods 2021-01-22 18:48:23 -08:00
Lukas Joswiak
29c0e05ea6 Clarify naming of distributed tracing options 2021-01-22 17:30:33 -08:00
Xiaoge Su
311459f2a3
Merge pull request #4221 from jzhou77/master
Proxy rejects long enqueued transactions
2021-01-22 15:08:10 -08:00
Andrew Noyes
bd52ef7cb4
Merge pull request #4225 from sfc-gh-tclinkenbeard/add-override-dummythreadpool
Add override keyword to DummyThreadPool methods
2021-01-22 14:18:24 -08:00