Contents
The following tables list resolved issues for each TIBCO® Live Datamart release.
TIBCO® Live Datamart 10.4.0 is a major release with updates and enhancements as described in its New and Noteworthy document, and corrections for issues as described in the following table.
Live Datamart 10.4.0 inherits all fixes on the 2.2.x release branch through 2.2.5.
Number | Resolution |
---|---|
CQS‑4639 | Under heavy network load or latency when aggregation marks are enabled by a .NET client, the .NET Client API can experience a disconnect. This was fixed. Note that aggregation marks are disabled by default and are only enabled when a connecting client configures the Aggregation mark capability option. |
CQS‑4602 | A TLS security regression was fixed such that TLS 1.0 is no longer enabled by default. |
CQS‑4593 | A bug was fixed which prevented the creation of metadata tables for Oracle and Microsoft SQL Server. |
CQS‑4524 | The .NET client API could sometimes not correctly report a network disconnection to the client. This was fixed such that all
disconnections now cause a QueryExceptionEvent .
|
CQS‑4441 | For LiveView .NET clients, setting ConnectionConfig cc = new ConnectionConfig("someurihere"); cc.UseCompression=false; works and is the default. However, setting ConnectionConfig cc = new ConnectionConfig("someurihere"); cc.UseCompression=true; caused gzip to hang. This was fixed.
|
SB‑44882 | Under certain conditions, a continuous LiveQL query that uses a WHEN clause could cause a null pointer exception. This was resolved. |
SB‑44466 | In previous releases, the transactional memory metadata store type was only supported on homogeneous Live Datamart clusters (meaning the cluster could not contain a mix of LiveView and StreamBase fragments when using a transactional
memory metadata store). This restriction is now removed.
|
TIBCO® Live Datamart 10.3.0 is a major release with updates and enhancements as described in its New and Noteworthy document, and corrections for issues as described in the following table.
Live Datamart 10.3.0 inherited all fixes on the 2.2.x release branch through 2.2.4.
Number | Resolution |
---|---|
CQS‑4468 | Queries to configured StreamBase query tables previously could only use a projection of "*" . Now any simple StreamBase expression using table field names can be used.
|
CQS‑4459 | The Alert delete action did not previously support field substitution. This was fixed so both the table and predicate support field substitution. |
CQS‑4421 | Continuous LiveQL queries with a predicate that used an indexed field in an equality equation to a constant expression would get an exception. Note that constant literal values in the same equation work fine. This issue was fixed. |
CQS‑4412 | Using the JavaScript API, when querying a table provided by a StreamBase query table provider, deletes made in the query table might not be seen by the JavaScript API client. This was fixed. Note that no other Live Datamart client API had this issue. |
CQS‑4346, CQS‑4345 | There was an incorrect performance optimization with time-windowed queries, where only queries using the same continuous query index would be correctly evaluated. This could result in delayed time-based add or remove events being dropped. This was fixed. |
CQS‑4268 | The LiveView Server would allow both SNAPSHOT_AND_CONTINUOUS or CONTINUOUS queries to tables that did not have those capabilities. This was fixed. Clients that send either of these two query types to tables that do not have these capabilities will now see an error exception. |
CQS‑4252 | Previously, it was possible to query a system table and retrieve information users did not have rights to. Now, selecting the LVTables system table correctly hides tables without the list permissions. |
CQS‑4243 | The LiveView JavaScript Client API could fail when calling a synchronous sendTuple method concurrently multiple times within a single session. This was fixed.
|
CQS‑4238 | LiveView Desktop would issue SNAPSHOT_AND_CONTINUOUS queries to tables that did not have this capability. This was fixed so that LiveView Desktop sends SNAPSHOT queries to tables that only have the SNAPSHOT capability. |
SB‑43440 | Time stamp simple expressions in a query projection that resolve to null could return incorrect data. This was fixed. |
SB‑41644 | LiveView adapters that shared a connection could briefly have a different view of the connected state, whether they were connected or not. One adapter might report a connected status, while a tuple sent to the input port of another adapter might fail because the adapter reported it was not currently connected. This was fixed. |
TIBCO® Live Datamart 10.2.1 is a maintenance release with updates and enhancements as described in its New and Noteworthy document, and corrections for issues as described in the following table.
Live Datamart 10.2.1 inherits all fixes on the 2.2.x release branch through 2.2.2.
Release 10.2.1 does not contain any new fixes or corrections beyond what is described above.
TIBCO® Live Datamart 10.2.0 is a major release with updates and enhancements as described in its New and Noteworthy document, and corrections for issues as described in the following table.
Live Datamart 10.2.0 inherits all fixes on the 2.2.x release branch through 2.2.1.
Number | Resolution |
---|---|
CQS‑4236 | Starting and running a LiveView fragment in Studio would show four to eight lines in red that begin with "error (fragment deploy)" but reported a benign error. This was corrected. |
CQS‑4131, CQS-4130 | Upgrading Live Datamart 2.x projects with operatorParameters and pluginFunctions to Live Datamart 10.x created incorrect HOCON configurations in the ldmengine.conf file. This was fixed.
|
CQS‑4045 | Live Datamart 10.x supported client connections to TLS/SSL-enabled LiveView servers, with restrictions. 10.2.0 now supports configuration for TLS/SSL servers with client certificates. See Using TLS/SSL with LiveView Server for configuration information. |
TIBCO® Live Datamart 10.1.1 is a maintenance release with updates and enhancements as described in its New and Noteworthy document, and corrections for issues as described in the following table.
Live Datamart 10.1.1 inherits all fixes on the 2.2.x release branch through 2.2.0.
Number | Resolution |
---|---|
CQS‑3985 | LiveView configurations could not include any Kafka adapters in their publishers or data sources, as this introduced incompatible dependency versions. This issue was fixed. |
CQS‑3961 | In release 10.1.0, LiveView subdirectories located under a LiveView project's src/main/liveview/lv-user-webapps folder were not displayed in Studio's Project Explorer view, though they were visible on disk. This behavior was changed
so that subdirectories under src/main/liveview/lv-user-webapps are now displayed in the Project Explorer view.
|
TIBCO® Live Datamart 10.1.0 is a new release that reintroduces Live Datamart to the StreamBase 10 product line. This release's updates and enhancements are described in its New and Noteworthy document, and also corrections for issues as described in the following table.
Live Datamart 10.1.0 inherits all fixes on the 2.1.x release branch through 2.1.7.
Number | Resolution |
---|---|
SB‑29176 | Previously the LiveView Delete adapter required the predicate to start with a boolean expression. This was fixed. |