1.1.2.7 Release 19.1.0.0.5 - Known Issues

This section lists the known issues and workarounds for GoldenGate Stream Analytics release 19.1.0.0.5.

1.1.2.7.1 Updating Partitions in a Hive Target kills a Pipeline

Issue

When you update the partitions in an existing Hive Target, the pipeline gets killed and throws an error.

Workaround

When you update the partitions, ensure you update the other parameters such as tablename, HDFS Path, HDFS Schema File Path, in the Target Details wizard.

1.1.2.7.2 Custom Query in System Settings Fails unless a Synonym is created

Issue

You can use a custom query in Oracle DB Reference and Target under SQL queries configuration on the System settings page, to access a table to look up. But this causes a pipeline to fail.

Workaround

Create a synonym with the name. For example, to access a table OSA2.REF_TBL from user OSA1, create a synonym from user OSA1 using
Create synonym REF_TBL for OSA2.REF_TBL

1.1.2.7.3 Jetty Server Restart required when the Protection Policy is updated

Issue

When you update the protection policy, from the System Settings page, the change is not applied unless you restart the jetty server.

Workaround

Restart the jetty server, if you update the hadoop protection policy on the System Settings page.

1.1.2.7.4 Ignite Target cannot be Edited

Issue

You cannot edit an Ignite target that is once created.

Workaround

This is not an issue. This restriction is to avoid corruption of cache data, by allowing only one target from GGSA platform to write to only one cache in the ignite server.

1.1.2.7.5 Using Keys in a Ignite Cache

Issue

Single field is allowed as key, while reading from an ignite reference. Hence the pipeline can have only one condition while using the ignite reference. In a pipeline you can use only one condition operator equals, with only one condition.

Workaround

None.