All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willem Jan Withagen <wjw@digiware.nl>
To: ceph-devel@vger.kernel.org
Subject: Missing include in src/rocksdb/db/builder.cc
Date: Wed, 16 Mar 2016 12:49:13 +0100	[thread overview]
Message-ID: <56E94839.2010900@digiware.nl> (raw)


I'm running into:

In file included from db/builder.cc:16:
In file included from ./db/compaction_iterator.h:14:
In file included from ./db/compaction.h:13:
./util/mutable_cf_options.h:28:21: error: no member named 
'soft_pending_compaction_bytes_limit' in 'rocksdb::Options'; did you mean
       'hard_pending_compaction_bytes_limit'?
             options.soft_pending_compaction_bytes_limit),
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     hard_pending_compaction_bytes_limit
/usr/local/include/rocksdb/options.h:517:12: note: 
'hard_pending_compaction_bytes_limit' declared here
   uint64_t hard_pending_compaction_bytes_limit;
            ^
Due to a missing:
	#include "util/options_helper.h"

Does anybody have experience with upstreaming this to Rocksdb for the 
version Ceph is using.
I seem to remember somebody posting about this...

Thanx,
--WjW

                 reply	other threads:[~2016-03-16 11:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56E94839.2010900@digiware.nl \
    --to=wjw@digiware.nl \
    --cc=ceph-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.