summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #232 from yahoo/balder/warning-not-errorHÃ¥vard Pettersen2016-06-281-4/+4
|\
| * No need to produce error on this, warning will do.Henning Baldersheim2016-06-281-4/+4
* | Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-288-0/+8
|/
* Merge pull request #223 from yahoo/toregge/stop-bucket-move-job-when-disk-is-...Geir Storli2016-06-2819-12/+357
|\
| * Improve comments and remove unused code.Tor Egge2016-06-272-2/+6
| * Stop bucket move maintenance job when disk is full.Tor Egge2016-06-2719-12/+353
* | use cmathArne Juul2016-06-272-1/+3
|/
* Merge pull request #152 from yahoo/balder/ensure-visiting-is-sane-even-when-r...Henning Baldersheim2016-06-2414-44/+95
|\
| * Holding the lidlimit is mandatory.Henning Baldersheim2016-06-241-3/+3
| * Add test for upholding the docid limit.Henning Baldersheim2016-06-241-3/+30
| * Remove test that does not make sense anymore.Henning Baldersheim2016-06-241-11/+0
| * remove optimization that is handled at a higher level.Henning Baldersheim2016-06-241-3/+1
| * Keep the limiting inside the matcher that does most of the other stuff too. I...Henning Baldersheim2016-06-231-4/+8
| * Follow API change.Henning Baldersheim2016-06-231-1/+1
| * Balanc brackets.Henning Baldersheim2016-06-231-1/+1
| * Make sure everything is implemented.Henning Baldersheim2016-06-232-1/+3
| * Revert initial take on read consitency handlingHenning Baldersheim2016-06-232-38/+19
| * Now the commitAndWait is handled by a wrapped retriever in case readconsisten...Henning Baldersheim2016-06-231-3/+1
| * Wrap the DocumentRetriever in a CommitAndWaitDocumentRetriver if ReadConsiste...Henning Baldersheim2016-06-236-7/+25
| * Revert the commitAndWait stuff.Henning Baldersheim2016-06-237-16/+3
| * Expose a safe docidLimit to use when visitingHenning Baldersheim2016-06-236-4/+15
| * Do an unconditional commitAndWait on iterate.Henning Baldersheim2016-06-227-10/+23
| * free pointer -> std::unique_ptrHenning Baldersheim2016-06-221-3/+3
| * Honour consistency also on zcurve attributes.Henning Baldersheim2016-06-221-6/+14
| * Wire in the consistency.Henning Baldersheim2016-06-221-7/+11
| * Retake guard to ensure that we have not moved.Henning Baldersheim2016-06-222-3/+7
| * Do not go past numDocs..Henning Baldersheim2016-06-221-3/+6
| * We need to hold a read guard on the documentmetastore to avoid lids being reu...Henning Baldersheim2016-06-223-3/+7
* | remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
* | ignore filesHaavard2016-06-231-0/+1
* | Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|/
* Merge pull request #12 from yahoo/balder/micro-optimize-query-setup-based-on-...Henning Baldersheim2016-06-202-30/+21
|\
| * Rename NonFinal to Base after feedback from havardpe.Henning Baldersheim2016-06-201-5/+5
| * Inline final method.Henning Baldersheim2016-06-162-7/+1
| * override final, or final overrideHenning Baldersheim2016-06-162-9/+13
| * Add final to enable compiler to inline/optimize a lot more.Henning Baldersheim2016-06-162-15/+8
* | Merge pull request #85 from yahoo/toregge/stabilize-flushengine-unit-test-try-2Eirik Nygaard2016-06-202-16/+102
|\ \
| * | If flush tasks for two flush targets for the same flush handlerTor Egge2016-06-181-15/+101
| * | Reduce scope of guard to avoid occasional deadlock when closingTor Egge2016-06-181-1/+1
* | | move rmdirs to avoid failureArne Juul2016-06-191-2/+3
|/ /
* | Merge pull request #79 from yahoo/toregge/stabilize-flushengine-unit-testHenning Baldersheim2016-06-181-4/+10
|\ \
| * | Stabilize flush engine unit test.Tor Egge2016-06-171-4/+10
* | | Merge pull request #68 from yahoo/eirik/remove-duplicate-run-of-testHenning Baldersheim2016-06-181-1/+0
|\ \ \
| * | | Run the test from the tests directoryEirik Nygaard2016-06-171-1/+0
* | | | Merge pull request #83 from yahoo/eirik/move-persistence-conformancetest-depe...Henning Baldersheim2016-06-182-3/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Only depend on conformance test from the test applicationsEirik Nygaard2016-06-182-3/+1
| |/ /
* | | Merge pull request #47 from yahoo/balder/make-tld-restart-on-port-changesArne H Juul2016-06-172-101/+107
|\ \ \
| * | | - Use vespalib::RandomGen.Henning Baldersheim2016-06-172-1/+4
| * | | Remove unused global variables.Henning Baldersheim2016-06-171-6/+0
| * | | Restart on incompatible config changes any random time within 30s.Henning Baldersheim2016-06-172-5/+47