Articles in this section

How to capture Digest ID for a Record Too big warning?

Context

A write request may fail with an error code 13, (Record too big)
 
com.aerospike.client.AerospikeException: Error Code  13: Record too big
This indicates that the submitted record exceeded the write-block-size , (max-record-size in newer versions)
In order to

Method

You can enable detail logging for rw logging module.


Detail login can be enabled with following command:
asinfo -v "set-log:id=0;rw=detail"

and disabled:
asinfo -v "set-log:id=0;rw-client=info"

 

Notes

Detail level logging for the rw context will log transactions (digest) triggering this error (originating from client side master writes). Enabling detail level logging for the drv_ssd context will log all attempts at writing records that are too big, including replica-writes, immigration (migrations) writes and applying duplicate resolution winners.

Applies To Earliest Version

5.0

Applies To Latest Version

Current Version
Was this article helpful?
0 out of 0 found this helpful