Skip to content
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

Grpc read timeout fix #857

Merged
merged 3 commits into from
Aug 17, 2022
Merged

Conversation

abmodi
Copy link
Contributor

@abmodi abmodi commented Aug 17, 2022

At present, read timeout is set to 30 seconds, causing DEADLINE_EXCEEDED exceptions if tasks take more than 30 seconds. Setting it to 1 hour as 99.99% tasks finish within this duration.

@abmodi
Copy link
Contributor Author

abmodi commented Aug 17, 2022

/gcbrun

@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #857 (ac5a701) into master (96cdbc8) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #857      +/-   ##
============================================
- Coverage     80.53%   80.50%   -0.03%     
+ Complexity     1999     1998       -1     
============================================
  Files           136      136              
  Lines          8968     8968              
  Branches       1031     1031              
============================================
- Hits           7222     7220       -2     
- Misses         1332     1333       +1     
- Partials        414      415       +1     
Flag Coverage Δ
integrationtest 62.62% <ø> (-0.12%) ⬇️
unittest 74.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ud/hadoop/gcsio/GoogleCloudStorageReadOptions.java 100.00% <ø> (ø)
...ogle/cloud/hadoop/gcsio/PrefixMappedItemCache.java 67.56% <0.00%> (-2.71%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@abmodi abmodi merged commit db12a53 into GoogleCloudDataproc:master Aug 17, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants