Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_middleware
-
Story Points:2
-
Epic Link:
-
Sprint:TSSW Sprint - Jan 07 - Jan 20
-
Team:Telescope and Site
Description
The default configuration doesn't give enough memory to MySQL cluster to allocate all the tables for the EFD. Need to be reviewed why and how to solve it.
Attachments
Issue Links
- relates to
-
DM-17204 NDB Cluster constraint
- Done
Added:
MaxNoOfOrderedIndexes = 5000 # Needed to add more tables
MaxNoOfUniqueHashIndexes = 5000 # Needed to add more tables
In the management node, this seems to be working fine.
I have this configuration running with some publishers. I will keep it running for a while to check that the EFD won't have any issues after storing data.