mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-25 20:55:59 +10:00
* #1533 Fix rejected puts check when all puts were successfully queued HbaseOperations2.asyncPut() may return null instead of an empty list if all puts are queued successfully. * Add documentation for possible null return value Another option would have been to modify implementations to return an empty list instead of null, but the underlying `HTableMultiplexor.put` also potentially returns null. So to follow suit, leave the implementations alone and add documentation instead.