This website requires JavaScript.
Explore
Help
Sign In
apple
/
foundationdb
Watch
1
Star
0
Fork
0
You've already forked foundationdb
mirror of
https://github.com/apple/foundationdb.git
synced
2025-06-03 03:41:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
foundationdb
/
fdbrpc
History
Evan Tschannen
d7c841a28a
Merge pull request
#2589
from etschannen/feature-proxy-delay
...
Improve version pipelining on the proxy
2020-02-20 15:23:30 -08:00
..
libcoroutine
…
libeio
…
zlib
…
ActorFuzz.actor.cpp
…
ActorFuzz.h
…
actorFuzz.py
…
AsyncFileCached.actor.cpp
…
AsyncFileCached.actor.h
…
AsyncFileEIO.actor.h
…
AsyncFileKAIO.actor.h
throttle outgoing tls connections before establishing a network connection
2020-01-12 16:44:30 -08:00
AsyncFileNonDurable.actor.cpp
…
AsyncFileNonDurable.actor.h
…
AsyncFileReadAhead.actor.h
…
AsyncFileWinASIO.actor.h
…
AsyncFileWriteChecker.cpp
…
AsyncFileWriteChecker.h
…
batcher.actor.h
…
CMakeLists.txt
…
ContinuousSample.h
…
crc32c.cpp
…
crc32c.h
…
dsltest.actor.cpp
…
FailureMonitor.actor.cpp
fix: addPeerReference only marks a connection as healthy if it is the first peerReference
2019-12-19 18:26:29 -08:00
FailureMonitor.h
…
fdbrpc.h
…
fdbrpc.vcxproj
…
fdbrpc.vcxproj.filters
…
FlowTests.actor.cpp
more accurate calculation on the amount of time that proxy should wait before getting a version from the master
2020-01-26 19:47:12 -08:00
FlowTransport.actor.cpp
do not trigger the resetPing if we cannot actually remove the peer, because it will cause us to reset the timeout, so repeated calls to removePeer can keep a dead peer from being removed
2020-02-19 15:17:50 -08:00
FlowTransport.h
…
generated-constants.cpp
…
genericactors.actor.cpp
…
genericactors.actor.h
…
IAsyncFile.actor.cpp
…
IAsyncFile.h
…
IRateControl.h
…
ITLSPlugin.h
…
linux_kaio.h
…
LoadBalance.actor.h
throttle outgoing tls connections before establishing a network connection
2020-01-12 16:44:30 -08:00
LoadBalance.h
…
LoadPlugin.h
…
local.mk
…
Locality.cpp
…
Locality.h
…
MultiInterface.h
…
Net2FileSystem.cpp
…
Net2FileSystem.h
…
networksender.actor.h
…
PerfMetric.h
…
Platform.cpp
…
Platform.h
…
QueueModel.cpp
…
QueueModel.h
…
RangeMap.h
…
Replication.cpp
…
Replication.h
Address review comments.
2020-02-20 09:34:01 -08:00
ReplicationPolicy.cpp
…
ReplicationPolicy.h
Added a specialized algorithm for PolicyOne and PoilcyAcross(,'zoneId',PolicyOne()) to find a set of TLog servers which will be able to fulfill the policy later.
2020-02-19 09:25:57 -08:00
ReplicationTypes.cpp
…
ReplicationTypes.h
…
ReplicationUtils.cpp
Address review comments.
2020-02-20 09:34:01 -08:00
ReplicationUtils.h
…
sim2.actor.cpp
Merge pull request
#2589
from etschannen/feature-proxy-delay
2020-02-20 15:23:30 -08:00
sim_validation.cpp
…
sim_validation.h
…
simulator.h
…
Smoother.h
…
TimedRequest.h
…
TLSConnection.actor.cpp
added knobs
2020-01-21 18:58:34 -08:00
TLSConnection.h
Establishing TLS connection through the handshake process is expensive and the fdbserver process can get easily saturated with doing repeated TLS handshakes with only a few hundreds of clients have bad certificate. Hence throttle the number of handshakes done on the server per client ip if it has a bad certificate.
2020-01-10 16:19:41 -08:00
TraceFileIO.cpp
…
TraceFileIO.h
…