-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17377: ABFS: MsiTokenProvider doesn't retry HTTP 429/410 from the Instance Metadata Service #5273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-17377: ABFS: MsiTokenProvider doesn't retry HTTP 429/410 from the Instance Metadata Service #5273
Changes from 10 commits
3f6386a
56c6f7d
2c25b39
88e51b6
3be0b00
e04011c
6283410
cf73a70
e6740a3
0688809
115e88a
fe15f44
01ec633
4faa92d
24c0483
99e66fa
8b5e883
1472eb8
7ba573f
3f80d00
462a3b6
78329de
240965d
b0563a1
225541e
c7d4671
588ffb9
fd26066
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -323,6 +323,13 @@ | |
| <artifactId>mockito-core</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
|
||
| <groupId>org.mockito</groupId> | ||
| <artifactId>mockito-inline</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.apache.hadoop</groupId> | ||
| <artifactId>hadoop-minikdc</artifactId> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.