/usr/include/mongo/db/pdfile.h is in mongodb-dev 1:2.4.9-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 | /**
* Copyright (C) 2008 10gen Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* pdfile.h
Files:
database.ns - namespace index
database.1 - data files
database.2
...
*/
#pragma once
#include "mongo/db/client.h"
#include "mongo/db/diskloc.h"
#include "mongo/db/jsobjmanipulator.h"
#include "mongo/db/memconcept.h"
#include "mongo/db/mongommf.h"
#include "mongo/db/namespace-inl.h"
#include "mongo/db/namespace_details-inl.h"
#include "mongo/db/namespacestring.h"
#include "mongo/db/pdfile_version.h"
#include "mongo/platform/cstdint.h"
#include "mongo/util/log.h"
#include "mongo/util/mmap.h"
namespace mongo {
class Cursor;
class DataFileHeader;
class Extent;
class OpDebug;
class Record;
struct SortPhaseOne;
void dropDatabase(const std::string& db);
bool repairDatabase(string db, string &errmsg, bool preserveClonedFilesOnFailure = false, bool backupOriginalFiles = false);
/* low level - only drops this ns */
void dropNS(const string& dropNs);
/* deletes this ns, indexes and cursors */
void dropCollection( const string &name, string &errmsg, BSONObjBuilder &result );
bool userCreateNS(const char *ns, BSONObj j, string& err, bool logForReplication, bool *deferIdIndex = 0);
shared_ptr<Cursor> findTableScan(const char *ns, const BSONObj& order, const DiskLoc &startLoc=DiskLoc());
bool isValidNS( const StringData& ns );
/*---------------------------------------------------------------------*/
class MongoDataFile {
friend class DataFileMgr;
friend class BasicCursor;
public:
MongoDataFile(int fn) : _mb(0), fileNo(fn) { }
/** @return true if found and opened. if uninitialized (prealloc only) does not open. */
bool openExisting( const char *filename );
/** creates if DNE */
void open(const char *filename, int requestedDataSize = 0, bool preallocateOnly = false);
/* allocate a new extent from this datafile.
@param capped - true if capped collection
@param loops is our recursion check variable - you want to pass in zero
*/
Extent* createExtent(const char *ns, int approxSize, bool capped = false, int loops = 0);
DataFileHeader *getHeader() { return header(); }
HANDLE getFd() { return mmf.getFd(); }
unsigned long long length() const { return mmf.length(); }
/* return max size an extent may be */
static int maxSize();
/** fsync */
void flush( bool sync );
/** only use fore debugging */
Extent* debug_getExtent(DiskLoc loc) { return _getExtent( loc ); }
private:
void badOfs(int) const;
void badOfs2(int) const;
int defaultSize( const char *filename ) const;
Extent* getExtent(DiskLoc loc) const;
Extent* _getExtent(DiskLoc loc) const;
Record* recordAt(DiskLoc dl) const;
void grow(DiskLoc dl, int size);
char* p() const { return (char *) _mb; }
DataFileHeader* header() { return (DataFileHeader*) _mb; }
MongoMMF mmf;
void *_mb; // the memory mapped view
int fileNo;
};
class DataFileMgr {
friend class BasicCursor;
public:
DataFileMgr();
void init(const string& path );
/* see if we can find an extent of the right size in the freelist. */
static Extent* allocFromFreeList(const char *ns, int approxSize, bool capped = false);
/** @return DiskLoc where item ends up */
// changedId should be initialized to false
const DiskLoc updateRecord(
const char *ns,
NamespaceDetails *d,
NamespaceDetailsTransient *nsdt,
Record *toupdate, const DiskLoc& dl,
const char *buf, int len, OpDebug& debug, bool god=false);
// The object o may be updated if modified on insert.
void insertAndLog( const char *ns, const BSONObj &o, bool god = false, bool fromMigrate = false );
/**
* insert() will add an _id to the object if not present. If you would like to see the
* final object after such an addition, use this method.
* note: does NOT put on oplog
* @param o both and in and out param
* @param mayInterrupt When true, killop may interrupt the function call.
*/
DiskLoc insertWithObjMod(const char* ns,
BSONObj& /*out*/o,
bool mayInterrupt = false,
bool god = false);
/**
* Insert the contents of @param buf with length @param len into namespace @param ns.
* note: does NOT put on oplog
* @param mayInterrupt When true, killop may interrupt the function call.
* @param god if true, you may pass in obuf of NULL and then populate the returned DiskLoc
* after the call -- that will prevent a double buffer copy in some cases (btree.cpp).
* @param mayAddIndex almost always true, except for invocation from rename namespace
* command.
* @param addedID if not null, set to true if adding _id element. You must assure false
* before calling if using.
*/
DiskLoc insert(const char* ns,
const void* buf,
int32_t len,
bool mayInterrupt = false,
bool god = false,
bool mayAddIndex = true,
bool* addedID = 0);
static shared_ptr<Cursor> findAll(const StringData& ns, const DiskLoc &startLoc = DiskLoc());
/* special version of insert for transaction logging -- streamlined a bit.
assumes ns is capped and no indexes
no _id field check
*/
Record* fast_oplog_insert(NamespaceDetails *d, const char *ns, int len);
static Extent* getExtent(const DiskLoc& dl);
static Record* getRecord(const DiskLoc& dl);
static DeletedRecord* getDeletedRecord(const DiskLoc& dl);
void deleteRecord(const char *ns, Record *todelete, const DiskLoc& dl, bool cappedOK = false, bool noWarn = false, bool logOp=false);
void deleteRecord(NamespaceDetails* d, const char *ns, Record *todelete, const DiskLoc& dl, bool cappedOK = false, bool noWarn = false, bool logOp=false);
/* does not clean up indexes, etc. : just deletes the record in the pdfile. use deleteRecord() to unindex */
void _deleteRecord(NamespaceDetails *d, const char *ns, Record *todelete, const DiskLoc& dl);
/**
* accessor/mutator for the 'precalced' keys (that is, sorted index keys)
*
* NB: 'precalced' is accessed from fastBuildIndex(), which is called from insert-related
* methods like insertWithObjMod(). It is mutated from various callers of the insert
* methods, which assume 'precalced' will not change while in the insert method. This
* should likely be refactored so theDataFileMgr takes full responsibility.
*/
SortPhaseOne* getPrecalced() const;
void setPrecalced(SortPhaseOne* precalced);
mongo::mutex _precalcedMutex;
private:
vector<MongoDataFile *> files;
SortPhaseOne* _precalced;
};
extern DataFileMgr theDataFileMgr;
#pragma pack(1)
class DeletedRecord {
public:
int lengthWithHeaders() const { _accessing(); return _lengthWithHeaders; }
int& lengthWithHeaders() { _accessing(); return _lengthWithHeaders; }
int extentOfs() const { _accessing(); return _extentOfs; }
int& extentOfs() { _accessing(); return _extentOfs; }
// TODO: we need to not const_cast here but problem is DiskLoc::writing
DiskLoc& nextDeleted() const { _accessing(); return const_cast<DiskLoc&>(_nextDeleted); }
DiskLoc myExtentLoc(const DiskLoc& myLoc) const {
_accessing();
return DiskLoc(myLoc.a(), _extentOfs);
}
Extent* myExtent(const DiskLoc& myLoc) {
_accessing();
return DataFileMgr::getExtent(DiskLoc(myLoc.a(), _extentOfs));
}
private:
void _accessing() const;
int _lengthWithHeaders;
int _extentOfs;
DiskLoc _nextDeleted;
};
/* Record is a record in a datafile. DeletedRecord is similar but for deleted space.
*11:03:20 AM) dm10gen: regarding extentOfs...
(11:03:42 AM) dm10gen: an extent is a continugous disk area, which contains many Records and DeleteRecords
(11:03:56 AM) dm10gen: a DiskLoc has two pieces, the fileno and ofs. (64 bit total)
(11:04:16 AM) dm10gen: to keep the headesr small, instead of storing a 64 bit ptr to the full extent address, we keep just the offset
(11:04:29 AM) dm10gen: we can do this as we know the record's address, and it has the same fileNo
(11:04:33 AM) dm10gen: see class DiskLoc for more info
(11:04:43 AM) dm10gen: so that is how Record::myExtent() works
(11:04:53 AM) dm10gen: on an alloc(), when we build a new Record, we must populate its extentOfs then
*/
class Record {
public:
enum HeaderSizeValue { HeaderSize = 16 };
int lengthWithHeaders() const { _accessing(); return _lengthWithHeaders; }
int& lengthWithHeaders() { _accessing(); return _lengthWithHeaders; }
int extentOfs() const { _accessing(); return _extentOfs; }
int& extentOfs() { _accessing(); return _extentOfs; }
int nextOfs() const { _accessing(); return _nextOfs; }
int& nextOfs() { _accessing(); return _nextOfs; }
int prevOfs() const { _accessing(); return _prevOfs; }
int& prevOfs() { _accessing(); return _prevOfs; }
const char * data() const { _accessing(); return _data; }
char * data() { _accessing(); return _data; }
int netLength() const { _accessing(); return _netLength(); }
/* use this when a record is deleted. basically a union with next/prev fields */
DeletedRecord& asDeleted() { return *((DeletedRecord*) this); }
Extent* myExtent(const DiskLoc& myLoc) { return DataFileMgr::getExtent(DiskLoc(myLoc.a(), extentOfs() ) ); }
/* get the next record in the namespace, traversing extents as necessary */
DiskLoc getNext(const DiskLoc& myLoc);
DiskLoc getPrev(const DiskLoc& myLoc);
DiskLoc nextInExtent(const DiskLoc& myLoc) {
_accessing();
if ( _nextOfs == DiskLoc::NullOfs )
return DiskLoc();
verify( _nextOfs );
return DiskLoc(myLoc.a(), _nextOfs);
}
struct NP {
int nextOfs;
int prevOfs;
};
NP* np() { return (NP*) &_nextOfs; }
// ---------------------
// memory cache
// ---------------------
/**
* touches the data so that is in physical memory
* @param entireRecrd if false, only the header and first byte is touched
* if true, the entire record is touched
* */
void touch( bool entireRecrd = false ) const;
/**
* @return if this record is likely in physical memory
* its not guaranteed because its possible it gets swapped out in a very unlucky windows
*/
bool likelyInPhysicalMemory() const ;
/**
* tell the cache this Record was accessed
* @return this, for simple chaining
*/
Record* accessed();
static bool likelyInPhysicalMemory( const char* data );
/**
* this adds stats about page fault exceptions currently
* specically how many times we call _accessing where the record is not in memory
* and how many times we throw a PageFaultException
*/
static void appendStats( BSONObjBuilder& b );
static void appendWorkingSetInfo( BSONObjBuilder& b );
private:
int _netLength() const { return _lengthWithHeaders - HeaderSize; }
/**
* call this when accessing a field which could hit disk
*/
void _accessing() const;
int _lengthWithHeaders;
int _extentOfs;
int _nextOfs;
int _prevOfs;
/** be careful when referencing this that your write intent was correct */
char _data[4];
public:
static bool MemoryTrackingEnabled;
};
/* extents are datafile regions where all the records within the region
belong to the same namespace.
(11:12:35 AM) dm10gen: when the extent is allocated, all its empty space is stuck into one big DeletedRecord
(11:12:55 AM) dm10gen: and that is placed on the free list
*/
class Extent {
public:
enum { extentSignature = 0x41424344 };
unsigned magic;
DiskLoc myLoc;
DiskLoc xnext, xprev; /* next/prev extent for this namespace */
/* which namespace this extent is for. this is just for troubleshooting really
and won't even be correct if the collection were renamed!
*/
Namespace nsDiagnostic;
int length; /* size of the extent, including these fields */
DiskLoc firstRecord;
DiskLoc lastRecord;
char _extentData[4];
static int HeaderSize() { return sizeof(Extent)-4; }
bool validates(const DiskLoc diskLoc, BSONArrayBuilder* errors = NULL);
BSONObj dump() {
return BSON( "loc" << myLoc.toString() << "xnext" << xnext.toString() << "xprev" << xprev.toString()
<< "nsdiag" << nsDiagnostic.toString()
<< "size" << length << "firstRecord" << firstRecord.toString() << "lastRecord" << lastRecord.toString());
}
void dump(iostream& s) {
s << " loc:" << myLoc.toString() << " xnext:" << xnext.toString() << " xprev:" << xprev.toString() << '\n';
s << " nsdiag:" << nsDiagnostic.toString() << '\n';
s << " size:" << length << " firstRecord:" << firstRecord.toString() << " lastRecord:" << lastRecord.toString() << '\n';
}
/* assumes already zeroed -- insufficient for block 'reuse' perhaps
Returns a DeletedRecord location which is the data in the extent ready for us.
Caller will need to add that to the freelist structure in namespacedetail.
*/
DiskLoc init(const char *nsname, int _length, int _fileNo, int _offset, bool capped);
/* like init(), but for a reuse case */
DiskLoc reuse(const char *nsname, bool newUseIsAsCapped);
bool isOk() const { return magic == extentSignature; }
void assertOk() const { verify(isOk()); }
Record* newRecord(int len);
Record* getRecord(DiskLoc dl) {
verify( !dl.isNull() );
verify( dl.sameFile(myLoc) );
int x = dl.getOfs() - myLoc.getOfs();
verify( x > 0 );
return (Record *) (((char *) this) + x);
}
Extent* getNextExtent() { return xnext.isNull() ? 0 : DataFileMgr::getExtent(xnext); }
Extent* getPrevExtent() { return xprev.isNull() ? 0 : DataFileMgr::getExtent(xprev); }
static int maxSize();
static int minSize() { return 0x1000; }
/**
* @param len lengt of record we need
* @param lastRecord size of last extent which is a factor in next extent size
*/
static int followupSize(int len, int lastExtentLen);
/** get a suggested size for the first extent in a namespace
* @param len length of record we need to insert
*/
static int initialSize(int len);
struct FL {
DiskLoc firstRecord;
DiskLoc lastRecord;
};
/** often we want to update just the firstRecord and lastRecord fields.
this helper is for that -- for use with getDur().writing() method
*/
FL* fl() { return (FL*) &firstRecord; }
/** caller must declare write intent first */
void markEmpty();
private:
DiskLoc _reuse(const char *nsname, bool newUseIsAsCapped); // recycle an extent and reuse it for a different ns
};
/* a datafile - i.e. the "dbname.<#>" files :
----------------------
DataFileHeader
----------------------
Extent (for a particular namespace)
Record
...
Record (some chained for unused space)
----------------------
more Extents...
----------------------
*/
class DataFileHeader {
public:
int version;
int versionMinor;
int fileLength;
DiskLoc unused; /* unused is the portion of the file that doesn't belong to any allocated extents. -1 = no more */
int unusedLength;
char reserved[8192 - 4*4 - 8];
char data[4]; // first extent starts here
enum { HeaderSize = 8192 };
bool isCurrentVersion() const {
return version == PDFILE_VERSION && ( versionMinor == PDFILE_VERSION_MINOR_22_AND_OLDER
|| versionMinor == PDFILE_VERSION_MINOR_24_AND_NEWER
);
}
bool uninitialized() const { return version == 0; }
void init(int fileno, int filelength, const char* filename) {
if ( uninitialized() ) {
DEV log() << "datafileheader::init initializing " << filename << " n:" << fileno << endl;
if( !(filelength > 32768 ) ) {
massert(13640, str::stream() << "DataFileHeader looks corrupt at file open filelength:" << filelength << " fileno:" << fileno, false);
}
{
// "something" is too vague, but we checked for the right db to be locked higher up the call stack
if( !Lock::somethingWriteLocked() ) {
LockState::Dump();
log() << "*** TEMP NOT INITIALIZING FILE " << filename << ", not in a write lock." << endl;
log() << "temp bypass until more elaborate change - case that is manifesting is benign anyway" << endl;
return;
/**
log() << "ERROR can't create outside a write lock" << endl;
printStackTrace();
::abort();
**/
}
}
getDur().createdFile(filename, filelength);
verify( HeaderSize == 8192 );
DataFileHeader *h = getDur().writing(this);
h->fileLength = filelength;
h->version = PDFILE_VERSION;
h->versionMinor = PDFILE_VERSION_MINOR_22_AND_OLDER; // All dbs start like this
h->unused.set( fileno, HeaderSize );
verify( (data-(char*)this) == HeaderSize );
h->unusedLength = fileLength - HeaderSize - 16;
}
}
bool isEmpty() const {
return uninitialized() || ( unusedLength == fileLength - HeaderSize - 16 );
}
};
#pragma pack()
inline Extent* MongoDataFile::_getExtent(DiskLoc loc) const {
loc.assertOk();
Extent *e = (Extent *) (p()+loc.getOfs());
return e;
}
inline Extent* MongoDataFile::getExtent(DiskLoc loc) const {
Extent *e = _getExtent(loc);
e->assertOk();
memconcept::is(e, memconcept::concept::extent);
return e;
}
} // namespace mongo
#include "cursor.h"
namespace mongo {
inline Record* MongoDataFile::recordAt(DiskLoc dl) const {
int ofs = dl.getOfs();
if (ofs < DataFileHeader::HeaderSize) {
badOfs(ofs); // will uassert - external call to keep out of the normal code path
}
return reinterpret_cast<Record*>(p() + ofs);
}
inline DiskLoc Record::getNext(const DiskLoc& myLoc) {
_accessing();
if ( _nextOfs != DiskLoc::NullOfs ) {
/* defensive */
if ( _nextOfs >= 0 && _nextOfs < 10 ) {
logContext("Assertion failure - Record::getNext() referencing a deleted record?");
return DiskLoc();
}
return DiskLoc(myLoc.a(), _nextOfs);
}
Extent *e = myExtent(myLoc);
while ( 1 ) {
if ( e->xnext.isNull() )
return DiskLoc(); // end of table.
e = e->xnext.ext();
if ( !e->firstRecord.isNull() )
break;
// entire extent could be empty, keep looking
}
return e->firstRecord;
}
inline DiskLoc Record::getPrev(const DiskLoc& myLoc) {
_accessing();
// Check if we still have records on our current extent
if ( _prevOfs != DiskLoc::NullOfs ) {
return DiskLoc(myLoc.a(), _prevOfs);
}
// Get the current extent
Extent *e = myExtent(myLoc);
while ( 1 ) {
if ( e->xprev.isNull() ) {
// There are no more extents before this one
return DiskLoc();
}
// Move to the extent before this one
e = e->xprev.ext();
if ( !e->lastRecord.isNull() ) {
// We have found a non empty extent
break;
}
}
// Return the last record in our new extent
return e->lastRecord;
}
inline BSONObj DiskLoc::obj() const {
return BSONObj::make(rec()->accessed());
}
inline DeletedRecord* DiskLoc::drec() const {
verify( _a != -1 );
DeletedRecord* dr = (DeletedRecord*) rec();
memconcept::is(dr, memconcept::concept::deletedrecord);
return dr;
}
inline Extent* DiskLoc::ext() const {
return DataFileMgr::getExtent(*this);
}
template< class V >
inline
const BtreeBucket<V> * DiskLoc::btree() const {
verify( _a != -1 );
Record *r = rec();
memconcept::is(r, memconcept::concept::btreebucket, "", 8192);
return (const BtreeBucket<V> *) r->data();
}
} // namespace mongo
#include "database.h"
#include "memconcept.h"
namespace mongo {
boost::intmax_t dbSize( const char *database );
inline NamespaceIndex* nsindex(const StringData& ns) {
Database *database = cc().database();
verify( database );
memconcept::is(database, memconcept::concept::database, ns, sizeof(Database));
DEV {
StringData dbname = nsToDatabaseSubstring( ns );
if ( database->name != dbname ) {
out() << "ERROR: attempt to write to wrong database\n";
out() << " ns:" << ns << '\n';
out() << " database->name:" << database->name << endl;
verify( database->name == dbname );
}
}
return &database->namespaceIndex;
}
inline NamespaceDetails* nsdetails(const StringData& ns) {
// if this faults, did you set the current db first? (Client::Context + dblock)
NamespaceDetails *d = nsindex(ns)->details(ns);
if( d ) {
memconcept::is(d, memconcept::concept::nsdetails, ns, sizeof(NamespaceDetails));
}
return d;
}
inline Extent* DataFileMgr::getExtent(const DiskLoc& dl) {
verify( dl.a() != -1 );
return cc().database()->getFile(dl.a())->getExtent(dl);
}
inline Record* DataFileMgr::getRecord(const DiskLoc& dl) {
verify(dl.a() != -1);
return cc().database()->getFile(dl.a())->recordAt(dl);
}
BOOST_STATIC_ASSERT( 16 == sizeof(DeletedRecord) );
inline DeletedRecord* DataFileMgr::getDeletedRecord(const DiskLoc& dl) {
return reinterpret_cast<DeletedRecord*>(getRecord(dl));
}
inline BSONObj BSONObj::make(const Record* r ) {
return BSONObj( r->data() );
}
DiskLoc allocateSpaceForANewRecord(const char* ns,
NamespaceDetails* d,
int32_t lenWHdr,
bool god);
void addRecordToRecListInExtent(Record* r, DiskLoc loc);
/**
* Static helpers to manipulate the list of unfinished index builds.
*/
class IndexBuildsInProgress {
public:
/**
* Find an unfinished index build by name. Does not search finished index builds.
*/
static int get(const char* ns, const std::string& indexName);
/**
* Remove an unfinished index build from the list of index builds and move every subsequent
* unfinished index build back one. E.g., if x, y, z, and w are building and someone kills
* y, this method would rearrange the list to be x, z, w, (empty), etc.
*/
static void remove(const char* ns, int offset);
};
} // namespace mongo
|