keith-turner opened a new issue, #5915:
URL: https://github.com/apache/accumulo/issues/5915

   **Is your feature request related to a problem? Please describe.**
   
   When a key size violates [this 
constraint](https://github.com/apache/accumulo/blob/5eb04ebce328d3441b9721d7a548cbcf71b563e1/core/src/main/java/org/apache/accumulo/core/constraints/DefaultKeySizeConstraint.java#L67-L76),
 no specific information is given about the key by the server or client.
   
   **Describe the solution you'd like**
   
   Add some logging to DefaultKeySizeConstraint that  logs the length of each 
key field and first few bytes of each field, like the first 32 bytes. The Key 
class has some code to truncate data for logging, maybe that can be used.  
However it may not log the field length, would be really useful to have that 
information.  
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to