Skip to content

Commit

Permalink
wrong metric incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
Yao Yue committed Feb 23, 2017
1 parent 42b699f commit 27dfb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/twemcache/data/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ _process_set(struct response *rsp, struct request *req)
}
if (status == PUT_ERROR) {
_error_rsp(rsp, istatus);
INCR(process_metrics, cas_ex);
INCR(process_metrics, set_ex);

return;
}
Expand Down

0 comments on commit 27dfb42

Please sign in to comment.