Skip to content

Commit

Permalink
feat(#41): tackled thread pool starving situations
Browse files Browse the repository at this point in the history
Automatic re-scheduling and transaction pipeline recreation.
  • Loading branch information
novoj committed Jun 23, 2024
1 parent 5245634 commit d448582
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions documentation/user/en/operate/reference/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<UsedTerms>
<h4>Labels used in metrics</h4>
<dl>
<dt>taskName</dt>
<dd><strong>N/A</strong>: N/A</dd>
<dt>fileType</dt>
<dd><strong>File type</strong>: N/A</dd>
<dt>name</dt>
<dd><strong>Logical file name</strong>: N/A</dd>
<dt>fileType</dt>
<dd><strong>File type</strong>: N/A</dd>
<dt>name</dt>
Expand Down Expand Up @@ -93,12 +99,6 @@
<dd><strong>Logical file name</strong>: N/A</dd>
<dt>recordType</dt>
<dd><strong>Record type</strong>: N/A</dd>
<dt>taskName</dt>
<dd><strong>N/A</strong>: N/A</dd>
<dt>fileType</dt>
<dd><strong>File type</strong>: N/A</dd>
<dt>name</dt>
<dd><strong>Logical file name</strong>: N/A</dd>
</dl>
</UsedTerms>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ void shouldRemoveOldDataFilesAndVerifyTimeTravel(EvitaContract originalEvita, Se
assertTrue(firstIndexOfCatalogDataFile(catalogPath) > 0);
assertTrue(firstIndexOfCollectionDataFile(catalogPath, Entities.PRODUCT) > 0);

log.info("Checking time-travel data.");
evita.close();
}

@DisplayName("Verify code has no problems assigning new PK in concurrent environment")
Expand Down

0 comments on commit d448582

Please sign in to comment.