Details
Description
Titan/Janus creates an inverted index key which exceeds the row length restriction imposed by HBase hence the vertex fails to persist with backend exception.
Solution:
In the entity graph mapping, before persisting the vertex we need to trim down the value (although it'll cause data loss) to avoid Atlas becoming non functional for such edge cases.