druid/integration-tests-ex/cases
Gian Merlino 5e5cf9af99
Reduce upload buffer size in GoogleTaskLogs. (#16236)
* Reduce upload buffer size in GoogleTaskLogs.

Use a 1MB upload buffer, rather than the default of 15 MB in the API client. This is
mainly because MMs may upload logs in parallel, and typically have small heaps. The
default-sized 15 MB buffers add up quickly and can cause a MM to run out of memory.

* Make bufferSize a nullable Integer. Add tests.
2024-04-08 12:54:31 -07:00
..
assets Add the new integration test framework (#12368) 2022-08-24 17:03:23 +05:30
cluster Add security ITs to the revised integration tests (#15885) 2024-02-20 11:32:08 +05:30
resources Add the new integration test framework (#12368) 2022-08-24 17:03:23 +05:30
src/test Reduce upload buffer size in GoogleTaskLogs. (#16236) 2024-04-08 12:54:31 -07:00
.gitignore Add the new integration test framework (#12368) 2022-08-24 17:03:23 +05:30
cluster.sh Migrate to use docker compose v2 (#16232) 2024-04-03 12:32:55 +02:00
pom.xml Add security ITs for sending tasks to overlord (#16131) 2024-03-18 09:33:40 +05:30