milleruntime commented on issue #2473: URL: https://github.com/apache/accumulo/issues/2473#issuecomment-1039473784
Another improvement that could be included in this change: Convert FateTxId to a stronger type to prevent coding errors like forgetting to call the method to display the value in HEX. The code would probably be 10x better if we had a FateTxId type that we used instead of long. Its toString method could consistently format for logging maybe. That could possible encapsulate or extend UUID, but I think we would benefit form a more specific type than UUID or long. -- 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]
