You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AerospikeClient#get(Policy policy, Key[] keys, String... binNames) operation throws a null pointer exception when I pass in a null policy. This behaviour seems to conflict with its documentation:
@param policy generic configuration parameters, pass in null for defaults
This behaviour may be present in other batch operations using the BatchExecutor:
exists(Policy policy, Key[] keys)
get(Policy policy, Key[] keys)
getHeader(Policy policy, Key[] keys)
The Exception: com.aerospike.client.AerospikeException: java.lang.NullPointerException at com.aerospike.client.command.BatchExecutor.<init>(BatchExecutor.java:86)
The text was updated successfully, but these errors were encountered:
AerospikeClient#get(Policy policy, Key[] keys, String... binNames) operation throws a null pointer exception when I pass in a null policy. This behaviour seems to conflict with its documentation:
This behaviour may be present in other batch operations using the BatchExecutor:
The Exception:
com.aerospike.client.AerospikeException: java.lang.NullPointerException at com.aerospike.client.command.BatchExecutor.<init>(BatchExecutor.java:86)
The text was updated successfully, but these errors were encountered: