1.1.2.3 Release 19.1.0.0.6_MLR33750853 - Known Issues

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

1.1.2.3.1 Unable to Deploy more than 17 Pipelines

Issue

Unable to deploy more than 17 pipelines.

Workaround

The default Spark setup is set to a maximum of 16 pipelines. You can change this limit:
  1. Open an SSH terminal on the GGSA instance
  2. run mysql -uroot -p
  3. Enter the password mentioned in /home/opc/README.txt
  4. mysql> use OSADB
  5. mysql> insert into osa_system_property (mkey,value) values('spark.port.maxRetries','40');
  6. Restart GGSA by running sudo systemctl restart osa

Also ensure that the environment has sufficient core and memory resources in Spark for the required number of pipelines.