Closed sming closed 4 years ago
See Make BulkMutation Batch Size Configurable.
For brevity, it is included here too:
Upon checking our codebase, the BulkMutation maximum size is :
/* maximum number of cells supported for each batch mutation */ public static final int MAX_BATCH_SIZE = 10000;
→ iff we are still experiencing instability at this point, we take the following steps:
Make BulkMutation Batch Size Configurable
Design & Implementation Notes
See Make BulkMutation Batch Size Configurable.
For brevity, it is included here too:
Upon checking our codebase, the BulkMutation maximum size is :
→ iff we are still experiencing instability at this point, we take the following steps: