Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Couchbase | Couchbase Server 2.0

delete_misses increases

3 replies [Last post]
  • Login or register to post comments
Thu, 02/14/2013 - 07:56
johngubba
Offline
Joined: 02/14/2013
Groups: None

I am running a cluster of 3 couchbase nodes.

A client side moxi is configured as below (other params default)
----------------------
downstream_max=65535,
downstream_conn_max=4
---------------------

freeswitch is client and requests key/values to moxi.

I am using sipp to make bulk calling. After some time, sipp retransmits calls.
and when looked into couchbase stats using cbstats command, I got below,
---------------
delete_misses = 124587
---------------
as this counter increases, retransmission of the calls also increases.

Wt do I do ? Do I miss any configuration ?

Top
  • Login or register to post comments
Sun, 02/17/2013 - 13:00
mikew
Offline
Joined: 03/14/2011
Groups:

A delete miss means that the item your trying to delete doesn't exist. This means you either already deleted it or you never set a value for that key. If your client is retrying upon a delete miss then it sounds like there may be an issue in your client logic.

Top
  • Login or register to post comments
Wed, 02/20/2013 - 22:04
johngubba
Offline
Joined: 02/14/2013
Groups: None

thnx for the reply mikew

I never delete a key in couchbase. In my application once I set keys/values, I use them to read only.
The same, when I use memcached server, I dont get any delete misses.

Top
  • Login or register to post comments
Thu, 02/21/2013 - 00:14
mikew
Offline
Joined: 03/14/2011
Groups:

Can you post all of your stats and describe your workload? I know you said you do only gets and sets but how many per second and what is the ratio of each. I only ask because if the stats don't show anything I will try to reproduce this problem to help answer your question. Stats can be gotten with the command below.

/opt/couchbase/bin/cbstats :11210 all

or

/opt/couchbase/bin/cbstats :11210 all -b

Top
  • Login or register to post comments
  • Login or register to post comments
  • Login
  • Register

Company

  • About Us
  • Leadership
  • Customers
  • Partners
  • Contact Us

Product

  • Couchbase Server
  • Couchbase SDKs
  • Use Cases
  • Documentation
  • Forums

Open Source

  • Couchbase Project
  • Couchbase vs. CouchDB

Commercial

  • Subscriptions & Support
  • Training & Services

News

  • Blog
  • Newsletter
  • Press Releases
  • Buzz

Follow Us

    
  • Customer Login
  • Terms of Service
  • Privacy Policy
  • Trademark Policy
  • Site Map

© 2013 COUCHBASE All rights reserved.

Sign in to Couchbase Community

close
  • Create new account
  • Request new password
You are logging into the Forums, Wiki and Issue Tracker