sfc-gh-tclinkenbeard
|
c74047c665
|
Merge remote-tracking branch 'origin/master' into fix-more-clang-warnings
|
2021-07-28 11:51:02 -07:00 |
Steve Atherton
|
507c1f11e3
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -07:00 |
sfc-gh-tclinkenbeard
|
23558a5430
|
Fix -Wreorder-ctor warnings in TLogServer.actor.cpp
|
2021-07-24 23:15:22 -07:00 |
sfc-gh-tclinkenbeard
|
b9a22a61ef
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -07:00 |
sfc-gh-tclinkenbeard
|
6f81155784
|
Merge remote-tracking branch 'origin/master' into const-serverdbinfo
|
2021-07-20 10:18:40 -07:00 |
Steve Atherton
|
f596a81073
|
Rename ::TRUE and ::FALSE in BooleanParams to ::True and ::False so as to not conflict with the TRUE and FALSE macros provided by the Windows and MacOS SDKs.
|
2021-07-17 00:11:40 -07:00 |
sfc-gh-tclinkenbeard
|
84f6b55e6c
|
Prevent tLog from modifying ServerDBInfo object
|
2021-07-11 23:29:36 -07:00 |
sfc-gh-tclinkenbeard
|
020371a78f
|
Merge remote-tracking branch 'origin/master' into add-boolean-param
|
2021-07-07 16:50:51 -07:00 |
Zhe Wang
|
cc10c9aee2
|
clean up add_trace_event_to_tLog_pop
|
2021-07-07 14:14:59 -05:00 |
Zhe Wang
|
b82a3f4276
|
add trace event to tLog pop
|
2021-07-07 12:13:49 -05:00 |
sfc-gh-tclinkenbeard
|
8cc40e3a2b
|
Expand use of BOOLEAN_PARAM
|
2021-07-02 21:41:50 -07:00 |
sfc-gh-tclinkenbeard
|
79ff07a071
|
Added *BOOLEAN_PARAM macros to enforce documentation of boolean parameters
|
2021-07-02 15:04:42 -07:00 |
Evan Tschannen
|
fcb8bd6475
|
Revert "Make the sim2 run loop match the behavior of the net2 run loop."
|
2021-06-22 14:50:01 -07:00 |
Evan Tschannen
|
154332a94b
|
Merge branch 'master' of https://github.com/apple/foundationdb into feature-sim-time-batching
# Conflicts:
# fdbserver/VersionedBTree.actor.cpp
|
2021-06-22 09:37:40 -07:00 |
Zhe Wang
|
ae7b93dcce
|
add epoch info to trace events when tLog begins
|
2021-06-09 19:14:36 -05:00 |
Evan Tschannen
|
801f147551
|
properly handle io_errors from the destructor of LogData
|
2021-05-20 18:23:11 -07:00 |
Evan Tschannen
|
cc18022e7d
|
small clang format finds
|
2021-05-20 16:45:08 -07:00 |
Evan Tschannen
|
f57f0d64f4
|
Merge branch 'master' into feature-sim-time-batching
# Conflicts:
# fdbserver/DataDistribution.actor.cpp
|
2021-05-20 09:09:35 -07:00 |
Evan Tschannen
|
907248dcd4
|
fixed a rare simulation bug where missingFinalCommit could be skipped by two successive logSystem changes
|
2021-05-19 13:26:01 -07:00 |
Lukas Joswiak
|
e7d7b39f12
|
Merge pull request #4744 from sfc-gh-tclinkenbeard/add-rangeresult-type-alias
Create RangeResult type alias
|
2021-05-03 16:29:33 -07:00 |
sfc-gh-tclinkenbeard
|
5c2d7b6080
|
Create RangeResult type alias
|
2021-05-03 13:14:16 -07:00 |
Steve Atherton
|
cbd77fe6f3
|
Added new StorageBytes member to StorageMetrics and TLogMetrics (for newest TLog version only). Moved StorageBytes detail from SpecialCounters to the traceCounters() decorator callback to avoid calling getStorageBytes(), which makes a system call, four extra times on storage servers and eight extra times on logs.
|
2021-04-08 01:09:47 -07:00 |
Evan Tschannen
|
0554a05fc2
|
typo
|
2021-03-19 13:19:26 -07:00 |
Evan Tschannen
|
d7491a8f30
|
removed logging
|
2021-03-19 13:08:22 -07:00 |
Evan Tschannen
|
cc66466ef3
|
more logging
|
2021-03-18 18:50:18 -07:00 |
Evan Tschannen
|
74025fa8e0
|
fixed message
|
2021-03-18 18:32:56 -07:00 |
Evan Tschannen
|
28dfae92ce
|
debug loggging
|
2021-03-18 18:12:26 -07:00 |
Evan Tschannen
|
2b1e24d396
|
fixed trace event
|
2021-03-18 17:37:24 -07:00 |
Evan Tschannen
|
a174ccf75a
|
enable trace event
|
2021-03-18 17:21:36 -07:00 |
Evan Tschannen
|
150751de38
|
more logging
|
2021-03-18 16:03:53 -07:00 |
FDB Formatster
|
df90cc89de
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Evan Tschannen
|
346a4e3ecd
|
Merge branch 'release-6.3'
# Conflicts:
# fdbcli/fdbcli.actor.cpp
# fdbrpc/LoadBalance.actor.h
# fdbrpc/MultiInterface.h
# fdbserver/ClusterController.actor.cpp
# fdbserver/MasterProxyServer.actor.cpp
# fdbserver/masterserver.actor.cpp
|
2021-03-01 18:52:06 -08:00 |
Andrew Noyes
|
980dcb3e4f
|
Merge pull request #4372 from sfc-gh-tclinkenbeard/fix-snapshot-failure
Fix Snapshot test failure
|
2021-02-24 09:13:13 -08:00 |
sfc-gh-tclinkenbeard
|
6ddec2c32f
|
Fix typo
|
2021-02-22 10:18:43 -08:00 |
sfc-gh-tclinkenbeard
|
8873eb1557
|
Enforce ignorePopDeadline even when no pop requests are sent
|
2021-02-21 17:38:29 -08:00 |
A.J. Beamon
|
aaf0a9aa7b
|
Merge branch 'release-6.3' into merge-release-6.3-into-master
# Conflicts:
# build/docker-compose.yaml
# cmake/ConfigureCompiler.cmake
# fdbclient/FileBackupAgent.actor.cpp
# fdbrpc/AsyncFileCached.actor.h
# fdbrpc/IAsyncFile.h
# fdbrpc/IRateControl.h
# fdbrpc/simulator.h
# fdbserver/KeyValueStoreSQLite.actor.cpp
# fdbserver/storageserver.actor.cpp
# fdbservice/ServiceBase.cpp
|
2021-02-08 12:58:34 -08:00 |
A.J. Beamon
|
67e783acf8
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
# cmake/CompileBoost.cmake
# cmake/FDBComponents.cmake
# fdbrpc/AsyncFileCached.actor.h
# fdbrpc/simulator.h
# fdbserver/KeyValueStoreSQLite.actor.cpp
# fdbserver/Knobs.cpp
# fdbserver/Knobs.h
# fdbserver/storageserver.actor.cpp
# flow/Knobs.h
# flow/network.h
|
2021-02-08 09:20:28 -08:00 |
Evan Tschannen
|
068647ba1b
|
updated naming and comments
|
2021-02-03 14:24:39 -08:00 |
Evan Tschannen
|
4f3da7c93b
|
also kill tlogs if a commit takes too long
|
2021-01-29 12:18:06 -08:00 |
Andrew Noyes
|
9601769b01
|
Merge pull request #3858 from sfc-gh-rchen/stable_interfaces
Stable interfaces
|
2020-12-11 09:34:27 -08:00 |
Andrew Noyes
|
cc669f399e
|
Merge remote-tracking branch 'upstream/release-6.3' into anoyes/merge-release-6.3-master
|
2020-12-07 22:26:11 +00:00 |
Andrew Noyes
|
7fbc4d7391
|
Resolve conflicts
|
2020-12-04 23:58:42 +00:00 |
A.J. Beamon
|
fa4d87f432
|
Merge pull request #4112 from sfc-gh-tclinkenbeard/6.3-fix-tlog-pop-slow-task
Yield while processing ignored pop requests on tlog
|
2020-12-04 09:20:36 -08:00 |
Andrew Noyes
|
877997632d
|
Merge branch 'release-6.3' into anoyes/merge-release-6.3-master
Include conflict markers for review purposes
|
2020-12-04 01:38:07 +00:00 |
sfc-gh-tclinkenbeard
|
e9c31b4200
|
Move ignore pop logic from tLogPopCore to tLogPop
|
2020-12-03 14:23:49 -08:00 |
sfc-gh-tclinkenbeard
|
6184236c87
|
Add code coverage macro to processPopRequests
|
2020-12-03 11:56:55 -08:00 |
sfc-gh-tclinkenbeard
|
7e815ebb68
|
Added TLOG_POP_BATCH_SIZE knob
|
2020-12-03 11:56:55 -08:00 |
sfc-gh-tclinkenbeard
|
1003057a7e
|
Removed TLogData::toBePoppedMutex
|
2020-12-03 11:56:52 -08:00 |
sfc-gh-tclinkenbeard
|
a8af598307
|
Addressed review comments
|
2020-12-02 16:24:55 -08:00 |
Trevor Clinkenbeard
|
9d702099cf
|
Update fdbserver/TLogServer.actor.cpp
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
|
2020-12-02 16:11:23 -08:00 |