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:
- Open an SSH terminal on the GGSA instance
- run
mysql -uroot -p
- Enter the password mentioned in
/home/opc/README.txt
- mysql> use
OSADB
- mysql> insert into
osa_system_property
(mkey,value
) values('spark.port.maxRetries','40')
; - 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.