Skip to content

Commit

Permalink
chore(merge): release-10.0.0 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed Mar 29, 2024
2 parents 72142fc + 182b4be commit ea6fbcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ private void detectPotentialTransactionIsolationIssue(List<S> serverObjects, int
if (count != doubleCheck) {
log.error("Double checking the same query within the same transaction did NOT bring the same"
+ " result. You DO have a database transaction isolation problem. Please fix it ASAP. See" +
" https://documentation.bonitasoft.com/bonita/latest/database-configuration#_customize_rdbms_to_make_it_work_with_bonita"
" https://documentation.bonitasoft.com/bonita/latest/runtime/database-configuration#customize-rdbms"
+ " for details.");
} else {
log.warn("Within the same transaction, the Search count & page results are not consistent." +
" Please contact Bonitasoft Support team to fix potential issue with a database query.");
" Please see https://documentation.bonitasoft.com/bonita/latest/runtime/performance-troubleshooting#monitor-transaction-isolation");
}
}
}
Expand Down

0 comments on commit ea6fbcc

Please sign in to comment.