Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable the property ttlSecondsAfterFinished #503

Conversation

jpkrohling
Copy link
Contributor

Fixes #494 by making the property ttlSecondsAfterFinished noop. The property still exists in the CRD, as we can't remove due to backwards compatibility reasons, but we are effectively removing the actual feature until we can reliably check which feature gates are on.

Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
@codecov
Copy link

codecov bot commented Jul 4, 2019

Codecov Report

Merging #503 into master will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #503      +/-   ##
==========================================
- Coverage   91.95%   91.91%   -0.04%     
==========================================
  Files          65       65              
  Lines        3292     3279      -13     
==========================================
- Hits         3027     3014      -13     
  Misses        185      185              
  Partials       80       80
Impacted Files Coverage Δ
pkg/strategy/controller.go 97.54% <ø> (-0.19%) ⬇️
pkg/apis/jaegertracing/v1/jaeger_types.go 100% <ø> (ø) ⬆️
pkg/storage/cassandra_dependencies.go 100% <100%> (ø) ⬆️
pkg/cronjob/es_rollover.go 95.49% <100%> (-0.05%) ⬇️
pkg/cronjob/spark_dependencies.go 97.77% <100%> (-0.03%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a688e34...0d12957. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jul 4, 2019

Codecov Report

Merging #503 into master will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #503      +/-   ##
==========================================
- Coverage   91.95%   91.91%   -0.04%     
==========================================
  Files          65       65              
  Lines        3292     3279      -13     
==========================================
- Hits         3027     3014      -13     
  Misses        185      185              
  Partials       80       80
Impacted Files Coverage Δ
pkg/strategy/controller.go 97.54% <ø> (-0.19%) ⬇️
pkg/apis/jaegertracing/v1/jaeger_types.go 100% <ø> (ø) ⬆️
pkg/storage/cassandra_dependencies.go 100% <100%> (ø) ⬆️
pkg/cronjob/es_rollover.go 95.49% <100%> (-0.05%) ⬇️
pkg/cronjob/spark_dependencies.go 97.77% <100%> (-0.03%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a688e34...0d12957. Read the comment docs.

@objectiser objectiser merged commit b0437d4 into jaegertracing:master Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error applying changes in ttlSecondsAfterFinished with 1.13
2 participants