Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Optional task execution log indexing #1465

Merged
merged 3 commits into from
Jan 7, 2020

Conversation

mdepak
Copy link
Contributor

@mdepak mdepak commented Dec 26, 2019

Since task execution log indexing can take up a considerable amount of space and CPU of elasticsearch and not used for any decision processing in the conductor, it can be optional and controlled using flag workflow.taskExecLog.indexing.enabled.

@codecov
Copy link

codecov bot commented Dec 26, 2019

Codecov Report

Merging #1465 into dev will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #1465      +/-   ##
============================================
+ Coverage     64.22%   64.24%   +0.02%     
- Complexity     3201     3203       +2     
============================================
  Files           262      262              
  Lines         15621    15623       +2     
  Branches       1555     1556       +1     
============================================
+ Hits          10032    10037       +5     
+ Misses         4753     4751       -2     
+ Partials        836      835       -1
Impacted Files Coverage Δ Complexity Δ
...nductor/core/orchestration/ExecutionDAOFacade.java 49.13% <100%> (-0.29%) 36 <0> (ø)
...m/netflix/conductor/core/config/Configuration.java 60% <100%> (+2.1%) 7 <1> (+1) ⬆️
...ava/com/netflix/conductor/server/JerseyModule.java 86.36% <0%> (ø) 5% <0%> (-1%) ⬇️
...netflix/conductor/contribs/queue/QueueManager.java 60.2% <0%> (+4.08%) 16% <0%> (+2%) ⬆️

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 0fac732...bc6c14c. Read the comment docs.

@apanicker-nflx apanicker-nflx merged commit 4a33c87 into Netflix:dev Jan 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants