Collection Publish Issue #22
amitpriyadarshi
started this conversation in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@vinukumar-vs @AmiableAnil Collection Publish Flink Job is not able to publish a copied collection.
Scenario:
In the Collection Publish job layer the content goes into "Failed" Status with the following message.
Reason:
The field
originData
is defined astext
inElasticSearch
index map and ElasticSearch expects this field astext
But, as part of the ticket SB-30107 a configuration change is made in the collection publish job config to send
originData
as an object which is causing the above issue.IMPACT:
All the copied collections publish is failing.
Beta Was this translation helpful? Give feedback.
All reactions