summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
...
* Stop using deprecated readdir_r (deprecated since glibc 2.24).Tor Egge2017-08-091-5/+4
* Merge pull request #3053 from yahoo/balder/keep-the-documentmetastore-readgua...Henning Baldersheim2017-08-075-17/+19
|\
| * Use = default for default constructor.Henning Baldersheim2017-08-071-1/+1
| * Keep the DocumentMetaStore readguard live in teh ssession cache so the bluepr...Henning Baldersheim2017-08-074-16/+18
* | Merge pull request #3011 from yahoo/balder/do-not-set-docid-in-blueprint-cons...HÃ¥vard Pettersen2017-08-071-6/+7
|\ \ | |/ |/|
| * Call setDocId explicit in test instead.Henning Baldersheim2017-07-251-6/+7
* | Merge pull request #3052 from yahoo/balder/delay-ackHenning Baldersheim2017-08-052-12/+17
|\ \
| * | Explicit capture list.Henning Baldersheim2017-08-051-1/+1
| * | Make it compile again with correct gcc options too.Henning Baldersheim2017-08-042-5/+4
| * | Ensure ack is delayed until visibility is achieved.Henning Baldersheim2017-08-042-10/+16
* | | Handle docsum replay done in summary thread.Tor Egge2017-08-041-4/+16
|/ /
* | Dispatch summary compact and summary shrink operations to summary thread.Tor Egge2017-08-043-7/+67
* | Use nested namespaceHenning Baldersheim2017-08-032-9/+4
* | Deinline large destructor and uses nested namespaceHenning Baldersheim2017-08-0312-46/+29
* | Merge pull request #3038 from yahoo/balder/separate-summary-threadHenning Baldersheim2017-08-0323-456/+484
|\ \
| * | Move the wait ahead of creating any tasks.Henning Baldersheim2017-08-032-4/+2
| * | Remove some unused code and some style changes.Henning Baldersheim2017-08-034-309/+139
| * | Reorder wait and produce to colocate produce/consume.Henning Baldersheim2017-08-031-2/+3
| * | Only forward the performIndexPut if the future doc actually is present.Henning Baldersheim2017-08-032-23/+10
| * | Rename updateDocumentStore -> makeUpdatedDocumentHenning Baldersheim2017-08-032-3/+4
| * | - Add pending lid trackerHenning Baldersheim2017-08-025-24/+107
| * | Run sync in correct thread during close.Henning Baldersheim2017-08-012-4/+8
| * | Move sync of summary service from fastaccess to storeonly feedview.Henning Baldersheim2017-08-012-1/+2
| * | Use const & on the shared_future to reduce expesive copy.Henning Baldersheim2017-08-014-6/+6
| * | - Use a dedicated thread for writing to summarystore.Henning Baldersheim2017-08-0120-153/+276
* | | postfix -> prefix ++Henning Baldersheim2017-07-311-1/+1
* | | Handle unknown fields.Henning Baldersheim2017-07-311-2/+9
* | | Do not produce the whereClause until it is needed.Henning Baldersheim2017-07-311-5/+2
* | | Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-313-19/+7
* | | Include lessHenning Baldersheim2017-07-313-17/+17
|/ /
* | Revert a premature style change.Henning Baldersheim2017-07-311-2/+15
* | More style changes in header file.Henning Baldersheim2017-07-312-125/+40
* | Style changes.Henning Baldersheim2017-07-312-248/+106
|/
* Include lessHenning Baldersheim2017-07-252-6/+4
* Log detailed messages when flipping between blocking/un-blocking write operat...Geir Storli2017-07-132-38/+87
* Revert "use lazy resolver in fdispatch"Haavard2017-07-114-10/+2
* Merge pull request #2920 from yahoo/bratseth/minimize-yamasJon Bratseth2017-07-051-1/+1
|\
| * Don't use unnecessary specific namingJon Bratseth2017-07-051-1/+1
* | Block bucket move job if it has too many outstanding move operations.Geir Storli2017-07-0512-135/+225
|/
* Align on variable naming and change from 'typedef' -> 'using'.Geir Storli2017-07-041-83/+83
* Extend handleMove() tests to verify that destructor callback is propagated.Geir Storli2017-07-041-58/+165
* Block lid space compaction job when it has too many outstanding move operations.Geir Storli2017-07-0315-102/+241
* Extend IFeedView::handleMove() with destructor callback to get a hook for whe...Geir Storli2017-07-0319-109/+190
* Add class to limit the number of outstanding move operations a blockable main...Geir Storli2017-07-038-1/+237
* Revert "Revert "Use new program names with vespa- prefix in config model.""Geir Storli2017-06-301-2/+2
* Revert "Use new program names with vespa- prefix in config model."Geir Storli2017-06-301-2/+2
* Merge pull request #2899 from yahoo/toregge/use-new-program-names-in-config-m...Geir Storli2017-06-301-2/+2
|\
| * Use new program name.Tor Egge2017-06-281-2/+2
* | Merge pull request #2898 from yahoo/geirst/consolidate-handling-of-blockable-...Geir Storli2017-06-2818-194/+316
|\ \ | |/ |/|
| * Move common code for handling disk-mem usage state changes to BlockableMainte...Geir Storli2017-06-286-24/+39