aboutsummaryrefslogtreecommitdiffstats
path: root/docproc
Commit message (Collapse)AuthorAgeFilesLines
* More lazy debug log message generationJon Marius Venstad2021-04-284-11/+10
|
* Serialise LATER document updates only when they will be loggedJon Marius Venstad2021-04-281-1/+1
|
* Remove dependencies to jdisc_mbus_service and messagebus-disc.gjoranv2021-03-291-6/+0
| | | | - These modules will be merged into container-messagebus.
* Use explicit dependencies instead of 'provided-dependencies'gjoranv2021-02-191-9/+59
| | | | | .. while keeping all necessary provided deps to get all imports needed by the compile scoped deps in each module.
* Add suspension mojoJon Marius Venstad2021-01-111-1/+1
|
* Avoid indirection and outdated codeJon Marius Venstad2020-12-211-10/+4
|
* Make enum members finalJon Marius Venstad2020-11-301-3/+2
|
* Follow test API changeJon Bratseth2020-11-091-3/+3
|
* Use "documenttype" as elsewhereJon Marius Venstad2020-10-282-2/+2
|
* Move MockMetric to jdisc_core test packageJon Marius Venstad2020-10-282-55/+1
|
* Add "documentType" to "documents_processed" metricJon Marius Venstad2020-10-285-28/+105
|
* ... and now, for something complete different (simplify)Jon Marius Venstad2020-10-272-9/+4
|
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Use full name in config definition file namesHarald Musum2020-09-105-3/+1
|
* - Add test for sequencing.Henning Baldersheim2020-09-022-11/+115
| | | | - Also sequence multiple operations to the same id as the originating request.
* Revert "Revert "Reduce the use of hamcrest when normal ↵Henning Baldersheim2020-08-128-99/+87
| | | | assertEquals/assertTrue does a…""
* Revert "Reduce the use of hamcrest when normal assertEquals/assertTrue does ↵Henning Baldersheim2020-08-118-87/+99
| | | | a…"
* Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj ↵Henning Baldersheim2020-08-118-99/+87
| | | | better job
* Merge pull request #13619 from vespa-engine/bratseth/spare-capacity-maintainerJon Bratseth2020-06-182-29/+18
|\ | | | | Bratseth/spare capacity maintainer
| * Nonfunctional changes onlyJon Bratseth2020-06-102-29/+18
| |
* | - Removing body struct from our own usage.Henning Baldersheim2020-06-163-9/+7
|/ | | | | - Deprecate public methods using body struct. - Update expected generated config.
* Only freeze the component you fully own yourself.Henning Baldersheim2020-05-191-1/+1
|
* Freeze the docproc service registry to signal and ensure thread safe read ↵Henning Baldersheim2020-05-192-19/+18
| | | | only access.
* Shutdown docproc thread executors.Henning Baldersheim2020-05-181-1/+2
|
* LogLevel -> Level for isLoggable()gjoranv2020-04-255-10/+10
|
* LogLevel.FATAL -> Level.SEVEREgjoranv2020-04-251-1/+1
|
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-2/+2
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
|
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-1/+1
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-257-16/+16
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-258-8/+8
|
* Priority has not been there for years....Henning Baldersheim2020-04-234-174/+1
|
* To avoid deadlock when doing synchrounous execution in other chains, we use ↵Henning Baldersheim2020-04-236-41/+67
| | | | one threadpool per chain.
* Since throttling now is on the outside, and has been for 12 yearsHenning Baldersheim2020-04-175-263/+16
| | | | we can remove this hack.
* Header/body does not exist anymore. Deprecate and remove own internal usage.Henning Baldersheim2020-01-301-2/+2
|
* Define unlimited threads to 2048 instead of 8192.Henning Baldersheim2019-09-302-1/+3
|
* Less unusable options.Henning Baldersheim2019-09-303-43/+6
|
* Only expose explicit fields in the document.Henning Baldersheim2019-08-281-5/+15
| | | | Also build all fieldSets when constructing the document type.
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
|
* doc: -> id:Henning Baldersheim2019-08-1616-111/+116
|
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-093-36/+42
|
* Merge with masterJon Bratseth2019-06-281-3/+9
|\
| * Add support for upgrades of values in maps.Henning Baldersheim2019-06-281-3/+9
| | | | | | | | Since keys in maps and weighted sets must be primitives we should be complete here.
* | Merge with masterJon Bratseth2019-06-282-4/+41
|\|
| * Ensure that we also upgrade the struct elements in arrays.Henning Baldersheim2019-06-281-1/+16
| |
| * Use a utility method for upgrading to concrete types.Henning Baldersheim2019-06-282-5/+25
| |
* | Fix javadoc markupJon Bratseth2019-06-281-2/+1
| |
* | Nonfunctional changes onlyJon Bratseth2019-06-2813-124/+121
|/
* GC unused import and code.Henning Baldersheim2019-04-102-19/+8
|
* Don't block thread pool if numthreads is > 0Lester Solbakken2019-03-252-7/+17
|