druid/integration-tests/docker
Lucas Capistrant 9c124f2cde
Add a configurable bufferPeriod between when a segment is marked unused and deleted by KillUnusedSegments duty (#12599)
* Add new configurable buffer period to create gap between mark unused and kill of segment

* Changes after testing

* fixes and improvements

* changes after initial self review

* self review changes

* update sql statement that was lacking last_used

* shore up some code in SqlMetadataConnector after self review

* fix derby compatibility and improve testing/docs

* fix checkstyle violations

* Fixes post merge with master

* add some unit tests to improve coverage

* ignore test coverage on new UpdateTools cli tool

* another attempt to ignore UpdateTables in coverage check

* change column name to used_flag_last_updated

* fix a method signature after column name switch

* update docs spelling

* Update spelling dictionary

* Fixing up docs/spelling and integrating altering tasks table with my alteration code

* Update NULL values for used_flag_last_updated in the background

* Remove logic to allow segs with null used_flag_last_updated to be killed regardless of bufferPeriod

* remove unneeded things now that the new column is automatically updated

* Test new background row updater method

* fix broken tests

* fix create table statement

* cleanup DDL formatting

* Revert adding columns to entry table by default

* fix compilation issues after merge with master

* discovered and fixed metastore inserts that were breaking integration tests

* fixup forgotten insert by using pattern of sharing now timestamp across columns

* fix issue introduced by merge

* fixup after merge with master

* add some directions to docs in the case of segment table validation issues
2023-08-17 19:32:51 -05:00
..
environment-configs Removes support for Hadoop 2 (#14763) 2023-08-09 17:47:52 +05:30
ldap-configs Add support for authorizing query context params (#12396) 2022-04-21 14:21:16 +05:30
schema-registry add avro + kafka + schema registry integration test (#10929) 2021-03-08 08:12:12 -08:00
service-supervisords Claim full support for Java 17. (#14384) 2023-07-07 12:52:35 -07:00
test-data Add a configurable bufferPeriod between when a segment is marked unused and deleted by KillUnusedSegments duty (#12599) 2023-08-17 19:32:51 -05:00
tls Upgrade RSA Key from 1024 bit to 4096 to eliminate warnings (#11743) 2022-01-11 13:24:09 +08:00
Dockerfile Claim full support for Java 17. (#14384) 2023-07-07 12:52:35 -07:00
base-setup.sh remove ZooKeeper 3.4 support + pass tests with Java 15 (#11073) 2021-05-25 12:49:49 -07:00
docker-compose.base.yml Use Druid's extension loading for integration test instead of maven (#12095) 2022-01-05 23:33:04 -08:00
docker-compose.cli-indexer.yml integration test for coordinator and overlord leadership client (#10680) 2020-12-17 22:50:12 -08:00
docker-compose.druid-hadoop.yml Integration Tests. (#9854) 2020-06-02 09:38:53 -07:00
docker-compose.high-availability.yml Use Druid's extension loading for integration test instead of maven (#12095) 2022-01-05 23:33:04 -08:00
docker-compose.ldap-security.yml Use Druid's extension loading for integration test instead of maven (#12095) 2022-01-05 23:33:04 -08:00
docker-compose.query-error-test.yml Migrate ITs from Travis to GHA (#13681) 2023-02-01 03:31:29 -08:00
docker-compose.query-retry-test.yml Migrate ITs from Travis to GHA (#13681) 2023-02-01 03:31:29 -08:00
docker-compose.schema-registry-indexer.yml add avro + kafka + schema registry integration test (#10929) 2021-03-08 08:12:12 -08:00
docker-compose.schema-registry.yml add avro + kafka + schema registry integration test (#10929) 2021-03-08 08:12:12 -08:00
docker-compose.security.yml integration test for coordinator and overlord leadership client (#10680) 2020-12-17 22:50:12 -08:00
docker-compose.yml Use Druid's extension loading for integration test instead of maven (#12095) 2022-01-05 23:33:04 -08:00
druid.sh Use Druid's extension loading for integration test instead of maven (#12095) 2022-01-05 23:33:04 -08:00
run-mysql.sh add missing license headers, in particular to MD files; clean up RAT … (#6563) 2018-11-13 09:38:37 -08:00
supervisord.conf Integration tests for JDK 11 (#9249) 2020-02-12 16:36:31 -08:00
wiki-simple-lookup.json refactor lookups to be more chill to router (#7222) 2019-04-05 14:49:41 -07:00