You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a job in Cortex with the exact same details, the function findSimilarJob is called. It should return results from any previous jobs, but in the latest version it does not.
We believe the call to elastic to find the similar jobs is broken.
Possible Solutions
analyzerId should be workerId in the findSimilarJob function.
Complementary information
The attribute analyzerId has previously been changed to workerId.
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
When running a job in Cortex with the exact same details, the function
findSimilarJob
is called. It should return results from any previous jobs, but in the latest version it does not.We believe the call to elastic to find the similar jobs is broken.
Possible Solutions
analyzerId
should beworkerId
in thefindSimilarJob
function.Complementary information
The attribute
analyzerId
has previously been changed toworkerId
.The text was updated successfully, but these errors were encountered: