-
Notifications
You must be signed in to change notification settings - Fork 122
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
💎 Support digest_function in GrpcStore #1325
Comments
If you are looking to solve this issue, look into resource_info.rs. It predates our support |
I will work on this issue. cc: @MarcusSorealheis, @allada, @bclark8923. |
Hi, @bclark8923. I looked over details of this issue and I have some things unclear about this issue. FYI, from this PR, we now detect digest function automatically from the request. And there is code for nativelink/nativelink-store/src/grpc_store.rs Lines 438 to 442 in 8d957a5
nativelink/nativelink-store/src/grpc_store.rs Lines 494 to 498 in 8d957a5
nativelink/nativelink-store/src/grpc_store.rs Lines 541 to 545 in 8d957a5
And just fyi, while I was trying to evaluate this issue, I found out that there were no Did we omit this for specific purpose or just missing and need to be added later? And I hope you to make it clear how you caught this issue and how you tested. Thanks. cc: @allada, @MarcusSorealheis |
@aleksdmladenovic if there is no test we need to write one. |
/bounty $1000 |
💎 $1,000 bounty • TraceMachinaSteps to solve:
Thank you for contributing to TraceMachina/nativelink! Add a bounty • Share on socials
|
more guidance here: https://gist.github.com/MarcusSorealheis/17307f41b6c632cb751c397280c70ed4 |
@MarcusSorealheis This is Sahithi from Algora expert community! I would like to connect and tackle this issue and I have gone through the program guidelines attached above. Well, I need to discuss my approach before I design document what's I am thinking of in Slack. Can we continue discussion in a draft design PR or in Slack. Happy to contribute to nativelink :) Can I get this issue assigned? /attempt #1325
|
@asr2003 you need to start with. Design document per the details in the gist above. |
@MarcusSorealheis Here's my draft of design doc for this issue. I am happy to incorporate any suggestions and feedback :) |
Could you include it in the Slack as well?
Here is the Slack:
https://join.slack.com/t/nativelink/shared_invite/zt-281qk1ho0-krT7HfTUIYfQMdwflRuq7A
…On Thu, Nov 21, 2024 at 9:17 AM asr2003 ***@***.***> wrote:
@MarcusSorealheis <https://github.com/MarcusSorealheis> Here's my draft
of design doc for this issue.
https://docs.google.com/document/d/1VI3OwfBNgIeF_gJ38yILoH-WgJIrVwOz/
I am happy to incorporate any suggestions and feedback :)
—
Reply to this email directly, view it on GitHub
<#1325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR6TSDVHNLP4W2GLRHMGTT2BYITPAVCNFSM6AAAAABNXQBKZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJRHAZDSMJQGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Marcus Eagan
|
💡 @asr2003 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
When using an alternative hash function to the default (sha256), GRPC store doesn't receive which hash function to use.
The text was updated successfully, but these errors were encountered: