[
https://issues.apache.org/jira/browse/ATLAS-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515972#comment-17515972
]
Snehal Ambavkar commented on ATLAS-4571:
----------------------------------------
RCA :
Imapala process entities created by ImpalaHook saves query-string in name field.
Since query-string can be large, we are getting the longer than the max error.
Fix :
To store qualifiedName in name field instead of query-string
> Impakla Hook : Indexed string field (solr.StrField) which is too large ERROR
> ----------------------------------------------------------------------------
>
> Key: ATLAS-4571
> URL: https://issues.apache.org/jira/browse/ATLAS-4571
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Reporter: Snehal Ambavkar
> Assignee: Snehal Ambavkar
> Priority: Major
>
> ERROR :
> Exception writing document id test1 to the index; possible analysis error:
> Document contains at least one immense term in field="test_s" (whose UTF8
> encoding is longer than the max length 32766), all of which were skipped.
> Please correct the analyzer to not produce such terms.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)