Hi,
I am using flink to train a ML model. There, I need to broadcast huge broadcast variables in each iteration. During the serialization I get a Stackoverflow exception. If I increase the Stack size then it works well. The Stackoverflow could be avoided If you do not use recursion in serialization. You could use iterations instead, I know it is more complex but this would avoid a stack overflow.

Best Regards,
Hilmi

Reply via email to