From 5ed8b5e38d53959f50487d035f86683d18106c62 Mon Sep 17 00:00:00 2001 From: dormando Date: Wed, 8 Mar 2023 11:51:55 -0800 Subject: core: disable some dtraces No longer have access to the client object there. I need to rewire things and honestly not sure if anyone even uses the traces anymore. Will make a decision on deleting or updating them soon; if you read this and care please reach out. --- proxy_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy_internal.c') diff --git a/proxy_internal.c b/proxy_internal.c index f0254f6..b826181 100644 --- a/proxy_internal.c +++ b/proxy_internal.c @@ -476,7 +476,7 @@ static void process_delete_cmd(LIBEVENT_THREAD *t, mcp_parser_t *pr, mc_resp *re it = item_get_locked(key, nkey, t, DONT_UPDATE, &hv); if (it) { - MEMCACHED_COMMAND_DELETE(c->sfd, ITEM_key(it), it->nkey); + //MEMCACHED_COMMAND_DELETE(c->sfd, ITEM_key(it), it->nkey); pthread_mutex_lock(&t->stats.mutex); t->stats.slab_stats[ITEM_clsid(it)].delete_hits++; -- cgit v1.2.1