aboutsummaryrefslogtreecommitdiffstats
path: root/docproc
Commit message (Collapse)AuthorAgeFilesLines
...
* Take a DocumentTypeManager instead of DocumentmanagerConfiggjoranv2022-03-051-2/+2
| | | | - The manager is now set up as a component in the config model.
* Suppress removal warnigns for docproc APIs and add TODOs forgjoranv2022-02-281-5/+5
| | | | .. methods where no replacement is available yet.
* Deprecate classes in com.yahoo.docproc that will be revoked from public APIgjoranv2022-02-2829-4/+72
|
* Find profile usagesJon Bratseth2022-02-181-1/+1
|
* Cannot be finalJon Bratseth2022-02-021-1/+1
|
* No functional changesJon Bratseth2022-02-026-48/+61
|
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
|
* Deprecate statisticsHenning Baldersheim2021-11-082-3/+9
|
* GC use of old metrics framework.Henning Baldersheim2021-11-057-56/+41
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0762-62/+62
|
* Lazily initialise session cache and its networkJon Marius Venstad2021-08-271-1/+1
|
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-161-3/+9
|
* Revert "Merge pull request #18515 from ↵Jon Marius Venstad2021-08-162-4/+13
| | | | | | | vespa-engine/revert-18507-jonmv/reapply-session-cache-with-injected-config" This reverts commit fdea20ac7ba02313c94246e7cf77125320147d56, reversing changes made to 7537c42fa661952916cf91eebbb75e6984505100.
* Revert "Jonmv/reapply session cache with injected config"Jon Marius Venstad2021-07-022-13/+4
|
* Revert "Merge pull request #18503 from ↵Jon Marius Venstad2021-07-022-4/+13
| | | | | | | vespa-engine/revert-18499-jonmv/session-cache-in-DI" This reverts commit a3c51b1f01dd2ad32bbf5dadacdc54629a97832f, reversing changes made to 57d72de784e93c39c9f935b461727655fe5b9e58.
* Revert "Use injected config in SessionCache"Jon Marius Venstad2021-07-012-13/+4
|
* Use injected config in SessionCacheJon Marius Venstad2021-07-012-4/+13
|
* 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
|