Files
pinpoint/commons-hbase
HyunGil JeongandGitHub 00b9ea9611 Fix rejected puts check when all puts are successfully queued (#1998)
* #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.
2016-08-19 15:56:03 +09:00
..
2015-06-05 19:47:02 +09:00
2016-05-23 19:48:44 +09:00
2015-06-05 19:47:02 +09:00