-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68655/
-----------------------------------------------------------
(Updated Sept. 6, 2018, 6 p.m.)
Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Sarath Subramanian.
Bugs: ATLAS-2827
https://issues.apache.org/jira/browse/ATLAS-2827
Repository: atlas
Description
-------
Indexable String type attributes having large length fail to save in graph DB
due to HBase rowkey size limit (of 32767 bytes). Trimming the value in such
cases.
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
0d9cb05ca
server-api/src/main/java/org/apache/atlas/RequestContext.java b4ff98a1b
webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java
91dc230e3
Diff: https://reviews.apache.org/r/68655/diff/2/
Testing
-------
Verified that entity create with large string attribute value succeeds.
Thanks,
Madhan Neethiraj