• Clayton Coleman's avatar
    Fill partial pages on the server rather than forcing client to · da7124e5
    Clayton Coleman authored
    The etcd3 storage now attempts to fill partial pages to prevent clients
    having to make more round trips (latency from server to etcd is lower
    than client to server). The server makes repeated requests to etcd of
    the current page size, then uses the filter function to eliminate any
    matches. After this change the apiserver will always return full pages,
    but we leave the language in place that clients must tolerate it.
    
    Reduces tail latency of large filtered lists, such as viewing pods
    assigned to a node.
    da7124e5
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...
test_owners.json Loading commit data...