All of lore.kernel.org
 help / color / mirror / Atom feed
* Missing include in src/rocksdb/db/builder.cc
@ 2016-03-16 11:49 Willem Jan Withagen
  0 siblings, 0 replies; only message in thread
From: Willem Jan Withagen @ 2016-03-16 11:49 UTC (permalink / raw)
  To: ceph-devel


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-16 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-16 11:49 Missing include in src/rocksdb/db/builder.cc Willem Jan Withagen

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.