|
|
@ -43,7 +43,7 @@ |
|
|
|
number of bytes have been read over the socket. |
|
|
|
number of bytes have been read over the socket. |
|
|
|
Buffers are also allocated according to estimated RPC sizes. |
|
|
|
Buffers are also allocated according to estimated RPC sizes. |
|
|
|
default: false |
|
|
|
default: false |
|
|
|
expiry: 2022/10/01 |
|
|
|
expiry: 2023/01/01 |
|
|
|
owner: ctiller@google.com |
|
|
|
owner: ctiller@google.com |
|
|
|
test_tags: ["endpoint_test", "flow_control_test"] |
|
|
|
test_tags: ["endpoint_test", "flow_control_test"] |
|
|
|
- name: tcp_read_chunks |
|
|
|
- name: tcp_read_chunks |
|
|
@ -51,14 +51,14 @@ |
|
|
|
Allocate only 8kb or 64kb chunks for TCP reads to reduce pressure on |
|
|
|
Allocate only 8kb or 64kb chunks for TCP reads to reduce pressure on |
|
|
|
malloc to recycle arbitrary large blocks. |
|
|
|
malloc to recycle arbitrary large blocks. |
|
|
|
default: false |
|
|
|
default: false |
|
|
|
expiry: 2022/10/01 |
|
|
|
expiry: 2023/01/01 |
|
|
|
owner: ctiller@google.com |
|
|
|
owner: ctiller@google.com |
|
|
|
test_tags: ["endpoint_test", "flow_control_test"] |
|
|
|
test_tags: ["endpoint_test", "flow_control_test"] |
|
|
|
- name: tcp_rcv_lowat |
|
|
|
- name: tcp_rcv_lowat |
|
|
|
description: |
|
|
|
description: |
|
|
|
Use SO_RCVLOWAT to avoid wakeups on the read path. |
|
|
|
Use SO_RCVLOWAT to avoid wakeups on the read path. |
|
|
|
default: false |
|
|
|
default: false |
|
|
|
expiry: 2022/10/01 |
|
|
|
expiry: 2023/01/01 |
|
|
|
owner: ctiller@google.com |
|
|
|
owner: ctiller@google.com |
|
|
|
test_tags: ["endpoint_test", "flow_control_test"] |
|
|
|
test_tags: ["endpoint_test", "flow_control_test"] |
|
|
|
- name: peer_state_based_framing |
|
|
|
- name: peer_state_based_framing |
|
|
@ -74,35 +74,35 @@ |
|
|
|
description: |
|
|
|
description: |
|
|
|
Various fixes for flow control, max frame size setting. |
|
|
|
Various fixes for flow control, max frame size setting. |
|
|
|
default: false |
|
|
|
default: false |
|
|
|
expiry: 2022/10/01 |
|
|
|
expiry: 2023/01/01 |
|
|
|
owner: ctiller@google.com |
|
|
|
owner: ctiller@google.com |
|
|
|
test_tags: ["flow_control_test"] |
|
|
|
test_tags: ["flow_control_test"] |
|
|
|
- name: memory_pressure_controller |
|
|
|
- name: memory_pressure_controller |
|
|
|
description: |
|
|
|
description: |
|
|
|
New memory pressure controller |
|
|
|
New memory pressure controller |
|
|
|
default: false |
|
|
|
default: false |
|
|
|
expiry: 2022/10/01 |
|
|
|
expiry: 2023/01/01 |
|
|
|
owner: ctiller@google.com |
|
|
|
owner: ctiller@google.com |
|
|
|
test_tags: [resource_quota_test] |
|
|
|
test_tags: [resource_quota_test] |
|
|
|
- name: periodic_resource_quota_reclamation |
|
|
|
- name: periodic_resource_quota_reclamation |
|
|
|
description: |
|
|
|
description: |
|
|
|
Periodically return memory to the resource quota |
|
|
|
Periodically return memory to the resource quota |
|
|
|
default: false |
|
|
|
default: false |
|
|
|
expiry: 2022/10/01 |
|
|
|
expiry: 2023/01/01 |
|
|
|
owner: ctiller@google.com |
|
|
|
owner: ctiller@google.com |
|
|
|
test_tags: [resource_quota_test, promise_test, hpack_test] |
|
|
|
test_tags: [resource_quota_test, promise_test, hpack_test] |
|
|
|
- name: unconstrained_max_quota_buffer_size |
|
|
|
- name: unconstrained_max_quota_buffer_size |
|
|
|
description: |
|
|
|
description: |
|
|
|
Discard the cap on the max free pool size for one memory allocator |
|
|
|
Discard the cap on the max free pool size for one memory allocator |
|
|
|
default: false |
|
|
|
default: false |
|
|
|
expiry: 2022/10/01 |
|
|
|
expiry: 2023/01/01 |
|
|
|
owner: ctiller@google.com |
|
|
|
owner: ctiller@google.com |
|
|
|
test_tags: [resource_quota_test] |
|
|
|
test_tags: [resource_quota_test] |
|
|
|
- name: new_hpack_huffman_decoder |
|
|
|
- name: new_hpack_huffman_decoder |
|
|
|
description: |
|
|
|
description: |
|
|
|
New HPACK huffman decoder - should be much faster than the existing implementation. |
|
|
|
New HPACK huffman decoder - should be much faster than the existing implementation. |
|
|
|
default: debug |
|
|
|
default: debug |
|
|
|
expiry: 2022/10/01 |
|
|
|
expiry: 2023/01/01 |
|
|
|
owner: ctiller@google.com |
|
|
|
owner: ctiller@google.com |
|
|
|
test_tags: ["core_end2end_tests", "hpack_test"] |
|
|
|
test_tags: ["core_end2end_tests", "hpack_test"] |
|
|
|
- name: event_engine_client |
|
|
|
- name: event_engine_client |
|
|
@ -116,7 +116,7 @@ |
|
|
|
description: |
|
|
|
description: |
|
|
|
Placeholder experiment to prove/disprove our monitoring is working |
|
|
|
Placeholder experiment to prove/disprove our monitoring is working |
|
|
|
default: true |
|
|
|
default: true |
|
|
|
expiry: 2022/10/01 |
|
|
|
expiry: 2023/01/01 |
|
|
|
owner: ctiller@google.com |
|
|
|
owner: ctiller@google.com |
|
|
|
test_tags: [] |
|
|
|
test_tags: [] |
|
|
|
- name: promise_based_client_call |
|
|
|
- name: promise_based_client_call |
|
|
|