Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
HDDS-10338. Implement a Client Datanode API to stream a block #6613
base: master
Are you sure you want to change the base?
HDDS-10338. Implement a Client Datanode API to stream a block #6613
Changes from 60 commits
d6d7b2a
d8a519d
ffebd66
a6ed056
fbd20eb
a663604
0f35371
80329dc
e398d17
a404266
c57c2e6
4dc9082
af4a25b
79ae3eb
b1b301e
ad0fd8d
e86aee9
5442761
8d97d47
b694448
d5dc908
74eac1e
29c8f80
741effb
f1d4d7f
6a67375
b0c64d7
b4cfd3f
91631ac
6e36ec1
e0b1d2b
0e8576e
f243c46
1d8500f
80eb936
7afa66b
b26b51d
c4e8b2b
56d8ca9
7807741
a8ea3ec
57b874c
7b98108
db82e3b
158d2e4
4935668
d87d2c4
4b5e14c
0d0e31c
d7e9c92
3cefe36
61b79ae
5fb1478
b857fba
92505bc
8202468
a1925c4
ef23455
7a7388f
7bbe3d9
71094bd
9e5f77c
281e91e
397ef40
fe5f8ec
9566b89
200da6d
0814a22
e040768
ece66fc
398692e
fead0b7
2fb2851
dec005d
1968756
5c70fd4
bc804ff
0e4e41e
f8e5f28
228de8d
c24da9b
f457ac2
c1fbad2
5e2b3cf
ba100c8
1fec95f
7daa875
5db133a
2bf716d
d53bdcb
aa51cbb
03986e4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot release the semaphore directly here. Release the semaphore after the response is returned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to release semaphore at the end of
StreamObserver#onError
andStreamObserver#onCompleted
.