Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[controller] Return null instead of Collections.emptySet() (#634)
In isReplicaDisabled returning emptySet will cause java.lang.UnsupportedOperationException: null exception to be thrown if we try to add any element to it Instead return null so that it will later create a new HashSet when needed. --------- Co-authored-by: Sourav Maji <[email protected]>
- Loading branch information