Commit e6f6e37
committed
Allow blocking call in kubernetes-client
Motivation:
Blockhound detects blocked thread after upgrading kubernetes-client
7.3.1 (#6271)
Modification:
- Remove `io.fabric8.kubernetes.client.http.StandardHttpRequest$Builder`
from allow list, as it uses UUID created via AtomicLong now.
- Add `io.fabric8.kubernetes.client.server.mock.WatchEventsListener` to
allow list, because it is only used in the mock server.
Result:
Blockhound passes
Signed-off-by: Seonghyeon Cho <[email protected]>WatchEventsListener
1 parent ce880eb commit e6f6e37
File tree
1 file changed
+2
-6
lines changed- kubernetes/src/main/java/com/linecorp/armeria/client/kubernetes
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
39 | 36 | | |
40 | | - | |
41 | | - | |
| 37 | + | |
42 | 38 | | |
43 | 39 | | |
0 commit comments