Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-24713] AppMatser of spark streaming kafka OOM if there are hund…
We have hundreds of kafka topics need to be consumed in one application. The application master will throw OOM exception after hanging for nearly half of an hour. OOM happens in the env with a lot of topics, and it's not convenient to set up such kind of env in the unit test. So I didn't change/add test case. Author: Yuanbo Liu <[email protected]> Author: yuanbo <[email protected]> Closes #21690 from yuanboliu/master.
- Loading branch information