-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68655/
-----------------------------------------------------------

(Updated Sept. 6, 2018, 7:51 p.m.)


Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Sarath Subramanian.


Changes
-------

updated to read 'safe length' from configuration


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 (updated)
-----

  intg/src/main/java/org/apache/atlas/AtlasConfiguration.java bd2bf7fde 
  
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/3/

Changes: https://reviews.apache.org/r/68655/diff/2-3/


Testing
-------

Verified that entity create with large string attribute value succeeds.


Thanks,

Madhan Neethiraj

Reply via email to