Viraj Jasani created PHOENIX-7394: ------------------------------------- Summary: MaxPhoenixColumnSizeExceededException should not print rowkey Key: PHOENIX-7394 URL: https://issues.apache.org/jira/browse/PHOENIX-7394 Project: Phoenix Issue Type: Improvement Affects Versions: 5.2.0 Reporter: Viraj Jasani
PHOENIX-6167 introduced config "hbase.client.keyvalue.maxsize" with default value 10 MB to limit the size of the column values while preparing the UPSERT statements. For ONE_CELL_PER_COLUMN storage, if any column value is higher than 10 MB by default, MaxPhoenixColumnSizeExceededException is thrown. However, the exception should only provide table and column info, rowkey should not be printed. -- This message was sent by Atlassian Jira (v8.20.10#820010)