aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Let the default field match max length be controlable by config override as f...Henning Baldersheim2017-08-0730-30/+61
* Add capping of fields before tokenizingHenning Baldersheim2017-08-077-4/+61
* Merge pull request #3055 from yahoo/bratseth/default-to-16-distribution-bitsJon Bratseth2017-08-071-15/+6
|\
| * Simplify defaulting logicJon Bratseth2017-08-071-5/+1
| * Default to 16 bits in prodJon Bratseth2017-08-071-11/+6
|/
* Merge pull request #3054 from yahoo/bratseth/allow-passing-loggerJon Bratseth2017-08-071-0/+15
|\
| * Accept a logger argumentJon Bratseth2017-08-071-0/+15
|/
* 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-072-7/+11
|\ \
| * | Call setDocId explicit in test instead.Henning Baldersheim2017-07-251-1/+4
| * | Call setDocId explicit in test instead.Henning Baldersheim2017-07-251-6/+7
* | | Interns/verification fix 3 (#3047)olaaun2017-08-0712-128/+59
| |/ |/|
* | Merge pull request #3052 from yahoo/balder/delay-ackHenning Baldersheim2017-08-054-19/+26
|\ \
| * | Explicit capture list.Henning Baldersheim2017-08-051-1/+1
| * | Inline just disturbs the compiler. Let it decide by himself. -Winline causes ...Henning Baldersheim2017-08-041-1/+1
| * | Explicit destructor to reduce inliningHenning Baldersheim2017-08-041-0/+3
| * | Inline just disturbs the compiler. Let it decide by himself. -Winline causes ...Henning Baldersheim2017-08-041-6/+5
| * | Make it compile again with correct gcc options too.Henning Baldersheim2017-08-043-6/+5
| * | Ensure ack is delayed until visibility is achieved.Henning Baldersheim2017-08-043-11/+17
* | | Merge pull request #3051 from yahoo/toregge/handle-docsum-replay-done-in-summ...Henning Baldersheim2017-08-041-4/+16
|\ \ \ | |/ / |/| |
| * | Handle docsum replay done in summary thread.Tor Egge2017-08-041-4/+16
|/ /
* | Merge pull request #3049 from yahoo/balder/cleanup-partially-compacted-filesTor Egge2017-08-046-27/+131
|\ \
| * | Add test that files are actually skipped.Henning Baldersheim2017-08-0410-1/+43
| * | Add test that files are actually skipped.Henning Baldersheim2017-08-046-0/+0
| * | No need for prevprev. a simple -1 will suffice.Henning Baldersheim2017-08-041-4/+1
| * | Clean up incompletely compacted files at startup.Henning Baldersheim2017-08-045-27/+92
* | | Merge pull request #3050 from yahoo/toregge/dispatch-summary-compact-and-summ...Henning Baldersheim2017-08-043-7/+67
|\ \ \
| * | | Dispatch summary compact and summary shrink operations to summary thread.Tor Egge2017-08-043-7/+67
|/ / /
* | | Merge pull request #3048 from yahoo/bratseth/generic-config-in-adminKristian Aune2017-08-041-0/+2
|\ \ \ | |/ / |/| |
| * | Allow generic config in admin v3 and v4Jon Bratseth2017-08-041-0/+2
|/ /
* | Merge pull request #3046 from yahoo/balder/avoid-inliningHenning Baldersheim2017-08-0435-161/+81
|\ \
| * | Use formal language.Henning Baldersheim2017-08-041-1/+1
| * | - Input is always dangerous.Henning Baldersheim2017-08-043-6/+9
| * | Avoid the mistake we did with the attribute iterators. append is bad when sam...Henning Baldersheim2017-08-032-18/+4
| * | Use nested namespaceHenning Baldersheim2017-08-0313-65/+27
| * | Use nested namespaceHenning Baldersheim2017-08-036-26/+12
| * | Deinline large destructor and uses nested namespaceHenning Baldersheim2017-08-0312-46/+29
* | | Interns/logic changes to make testing easier (#3045)Sindre Grøstad2017-08-0314-71/+71
|/ /
* | Merge pull request #3044 from yahoo/toregge/fix-reference-attribute-load-and-...Henning Baldersheim2017-08-033-0/+29
|\ \
| * | Set numDocs and committedDocIdLimit when loading reference attribute.Tor Egge2017-08-033-0/+29
* | | Merge pull request #3038 from yahoo/balder/separate-summary-threadHenning Baldersheim2017-08-0325-467/+486
|\ \ \ | |/ / |/| |
| * | 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