sfc-gh-tclinkenbeard
|
89eaa90b6d
|
Explicitly initialize useConfigDB in fdbserver.actor.cpp
|
2021-06-18 20:18:59 -07:00 |
sfc-gh-tclinkenbeard
|
41c790b299
|
Merge remote-tracking branch 'origin/master' into config-db
|
2021-06-10 22:31:23 -07:00 |
sfc-gh-tclinkenbeard
|
13ee24f464
|
Add UseConfigDB class
|
2021-06-10 20:57:50 -07:00 |
sfc-gh-tclinkenbeard
|
c272304e60
|
Manage global flow knobs with global knob collection
|
2021-06-09 22:33:00 -07:00 |
sfc-gh-tclinkenbeard
|
83a0e473e8
|
Refactor IKnobCollection code
|
2021-06-09 20:50:00 -07:00 |
sfc-gh-tclinkenbeard
|
371a38e6e5
|
Merge remote-tracking branch 'origin/master' into remove-extra-copies
|
2021-06-07 10:26:06 -07:00 |
sfc-gh-tclinkenbeard
|
89dadf1475
|
Create IKnobCollection interface
|
2021-06-02 23:40:52 -07:00 |
sfc-gh-tclinkenbeard
|
4c059670a0
|
Parse configuration knob values on the client
|
2021-06-02 10:04:46 -07:00 |
sfc-gh-tclinkenbeard
|
a775f92fca
|
Merge remote-tracking branch 'origin/master' into config-db
|
2021-06-01 15:39:34 -07:00 |
sfc-gh-tclinkenbeard
|
1a40c60674
|
Move RestoreWorkerInterface into fdbserver
|
2021-05-30 15:02:33 -07:00 |
sfc-gh-tclinkenbeard
|
594e8944ae
|
Move RestoreWorkerInterface into fdbserver
|
2021-05-30 11:51:47 -07:00 |
sfc-gh-tclinkenbeard
|
fcc6efd3b1
|
Add .cluster.configuration status json field
|
2021-05-18 10:47:16 -07:00 |
sfc-gh-tclinkenbeard
|
a3726898bb
|
Support disabling configuration database node servers
|
2021-05-17 20:58:09 -07:00 |
sfc-gh-tclinkenbeard
|
0dd11cb2f6
|
Added --ignore_config_db and --use_test_config_db command line arguments
|
2021-05-17 19:14:32 -07:00 |
sfc-gh-tclinkenbeard
|
9c844916d8
|
Create new ConfigKnobOverrides and ManualKnobOverrides classes
|
2021-05-12 10:12:37 -07:00 |
Daniel Smith
|
4361dcca2e
|
Set connectionFile instead of creating a shadow
|
2021-05-12 11:54:55 -04:00 |
sfc-gh-tclinkenbeard
|
7681f38f45
|
Add config_classes command line option for fdbserver
|
2021-05-11 18:23:33 -07:00 |
Lukas Joswiak
|
4ea760b2a9
|
Revert "Merge pull request #4136 from sfc-gh-mpilman/features/actor-lineage"
This reverts commit da41534618 , reversing
changes made to e6300905d6 .
|
2021-05-10 20:26:12 -07:00 |
sfc-gh-tclinkenbeard
|
f28ac955c3
|
Remove unnecessary temporary objects while growing objects of type std::vector<std::pair<A, B>>
|
2021-05-10 16:32:50 -07:00 |
sfc-gh-tclinkenbeard
|
5c2d7b6080
|
Create RangeResult type alias
|
2021-05-03 13:14:16 -07:00 |
Markus Pilman
|
e2b8a2734b
|
Fix typo
Co-authored-by: Lukas Joswiak <lukas.joswiak@snowflake.com>
|
2021-04-28 09:24:58 -06:00 |
Markus Pilman
|
3e18b857a8
|
add command line args to configure profile ingestor
|
2021-04-23 11:02:53 -06:00 |
Markus Pilman
|
51ce278d2d
|
Merge branch 'features/actor-lineage' into features/actor-lineage-collector
|
2021-04-19 12:55:29 -06:00 |
Markus Pilman
|
09ddcb3bae
|
remove old sample thread
|
2021-04-19 11:55:35 -06:00 |
Markus Pilman
|
7307750e5e
|
Merge remote-tracking branch 'origin/master' into features/actor-lineage
|
2021-04-19 11:29:52 -06:00 |
sfc-gh-tclinkenbeard
|
f54f082159
|
Build interfaces for full config update pipeline
|
2021-04-16 17:58:00 -07:00 |
Steve Atherton
|
434f41a093
|
Renamed members of UnitTestParameters to look cleaner. Added getDouble(). Updated more Redwood unit test parameters to be initialized from params.
|
2021-04-07 18:14:44 -07:00 |
Steve Atherton
|
b4e42476b7
|
Unit test parameters are no longer global, they are accessible via a parameter to the unit test and initialized from otherwise unconsumed test options for the UnitTests workload in the test spec or from the fdbserver command line when using the unittests role.
|
2021-04-06 02:36:10 -07:00 |
Markus Pilman
|
9bcde529f8
|
Merge pull request #4 from sfc-gh-ljoswiak/features/current-actor
Sample running actor
|
2021-04-05 11:36:48 -06:00 |
Steve Atherton
|
eec119e0d0
|
Added an fdbserver role to run unit tests directly without a cluster or test spec file, and added a unit test parameters concept for passing options into unit tests.
Updated p2p network test to use unit test parameters instead of the environment.
|
2021-04-04 23:27:34 -07:00 |
Markus Pilman
|
7c74686883
|
Merge remote-tracking branch 'sfc/features/actor-lineage' into features/actor-lineage
|
2021-04-01 11:02:18 -06:00 |
Dan Lambright
|
bd68591ea2
|
add SYSTEM_MONITOR_FREQUENCY knob.
|
2021-03-26 09:17:36 -04:00 |
Lukas Joswiak
|
2dfd420882
|
Add sampling profiler thread
|
2021-03-24 14:52:42 -07:00 |
Markus Pilman
|
995ae34b1e
|
Bugfxies & hack to allow new unit test to run
|
2021-03-19 17:11:17 -06:00 |
FDB Formatster
|
df90cc89de
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Markus Pilman
|
a03b5f5426
|
Merge pull request #4349 from sfc-gh-ljoswiak/fixes/log-file-tracing
Stop running log file tracer in simulation
|
2021-03-02 14:00:00 -07:00 |
Lukas Joswiak
|
d676cb32e1
|
Separate tracers that will run in simulation from those that won't
|
2021-03-02 10:35:37 -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 |
Markus Pilman
|
bf50a083df
|
Merge branch 'release-6.3' of github.com:apple/foundationdb into bugfixes/4022
|
2021-02-24 10:54:51 -07:00 |
Lukas Joswiak
|
30d2d9ff82
|
Remove async tracer
|
2021-02-16 16:36:33 -08:00 |
Steve Atherton
|
f4c9b88908
|
Merge branch 'release-6.2' into release-6.3
# Conflicts:
# cmake/CompileBoost.cmake
# fdbserver/DataDistribution.actor.cpp
# fdbserver/fdbserver.actor.cpp
# flow/Error.cpp
|
2021-02-15 02:05:03 -08:00 |
Andrew Noyes
|
4e184fe236
|
Fix memory errors
|
2021-02-11 02:58:21 +00: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 |
Lukas Joswiak
|
d2143f184a
|
Add fast UDP tracer
|
2021-01-20 13:57:36 -08:00 |
Lukas Joswiak
|
3132c38bff
|
Rename fluentd -> UDP
|
2021-01-20 13:57:36 -08:00 |
Lukas Joswiak
|
1961c3fc80
|
Serialize spans to msgpack and send via UDP
|
2021-01-20 13:57:35 -08:00 |
Lukas Joswiak
|
88f8145dec
|
Add CLI option to get build information
|
2021-01-19 11:21:21 -08:00 |
sfc-gh-tclinkenbeard
|
750d5e5af2
|
Fix compile error
|
2021-01-13 17:43:10 -08:00 |
sfc-gh-tclinkenbeard
|
8ff14878fe
|
Merge remote-tracking branch 'origin/master' into simplify-global-knobs
|
2021-01-13 14:39:35 -08:00 |