Release date US: 2021/02/22
Release date AU/EU: 2021/02/22
Improved Handling of Large Datasets in Elasticsearch
This release includes a configuration change that paginates Elasticsearch results, eliminating the potential for a SocketTimeoutException. Embedded filters continue to be limited to a maximum of one million results.
Velocity Logging Enhancement
Debugging custom Velocity reports can be difficult and time consuming. To help alleviate these challenges, this release adds logging information to contour.log from the Velocity LogTool.
Sample:
## sets a variable x to some value and then logs a message that includes the variable value in the output
#set($x = 8675309)
$logTool.info("What is the value? ${x}")
Resolved Issues
ID |
Description |
SOS-DEF-5173 |
Smart filters with a subquery no longer cause timeouts when searching. |
SOS-DEF-5190 |
Logging information from the Velocity LogTool is now available in contour.log. |