Skip to content
Snippets Groups Projects
Commit 9a8e37a4 authored by Thomas Lopatic's avatar Thomas Lopatic
Browse files

Use -1 as error result.

parent 13e40861
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public class AerospikeClient extends com.yahoo.ycsb.DB {
private static final String DEFAULT_NAMESPACE = "ycsb";
private static final int RESULT_OK = 0;
private static final int RESULT_ERROR = 1;
private static final int RESULT_ERROR = -1;
private static final int WRITE_OVERLOAD_DELAY = 5;
private static final int WRITE_OVERLOAD_TRIES = 3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment