This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
from f5ebbf946b TIKA-4820 -- refactor ci to improve wall clock and
environment
add e80c53950f TIKA-4821: warm-first pipes client selection; size
single-fork JVMs uniformly
new 34515aa34c TIKA-4821: warm-first pipes client selection; size
single-fork JVMs correctly
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/modules/ROOT/pages/pipes/configuration.adoc | 2 +-
docs/modules/ROOT/pages/pipes/cpu-sizing.adoc | 49 +++++--
.../tika/pipes/core/PerClientServerManager.java | 112 ++++++++++++++--
.../org/apache/tika/pipes/core/PipesConfig.java | 2 +-
.../org/apache/tika/pipes/core/PipesParser.java | 22 +++-
.../core/PerClientServerManagerSizingTest.java | 141 +++++++++++++++++++++
.../tika/pipes/core/TikaPipesConfigTest.java | 2 +-
.../tika/pipes/core/PipesParserWarmClientTest.java | 65 ++++++++++
8 files changed, 361 insertions(+), 34 deletions(-)
create mode 100644
tika-pipes/tika-pipes-core/src/test/java/org/apache/tika/pipes/core/PerClientServerManagerSizingTest.java
create mode 100644
tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/PipesParserWarmClientTest.java