spark-instrumented-optimizer/resource-managers/kubernetes/core
Kent Yao bc1edba8f6 [SPARK-35692][K8S] Use AtomicInteger for executor id generating
### What changes were proposed in this pull request?

AtomicInteger is enough for executor ids, in this PR, we use it to replace AtomicLong like other cluster managers, e.g. yarn, standalone

### Why are the changes needed?

See the discussion here https://github.com/apache/spark/pull/32610#discussion_r648007320

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

pass CI with existing tests

Closes #32837 from yaooqinn/SPARK-35692.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
2021-06-10 13:42:07 -07:00
..
src [SPARK-35692][K8S] Use AtomicInteger for executor id generating 2021-06-10 13:42:07 -07:00
pom.xml [SPARK-35394][K8S][BUILD] Move kubernetes-client.version to root pom file 2021-05-13 00:40:53 -07:00