[8.7.0] Support remote cache CDC#28900
Conversation
7e8d08b to
a8d611c
Compare
a8d611c to
c5a3c85
Compare
c5a3c85 to
46d0eeb
Compare
|
@tjgq @fmeum @tyler-french @tjgq Did we even have this change merged to master branch? |
Not yet. I created separate PRs since there were merge conflicts. We should wait until the main PR is merged to master first. |
|
We'll try and cherry-pick this first via the bot. Thank you for your work on the original PR! We'll try to import it asap. |
|
@tyler-french @tjgq Do we need to make changes to this PR as per #28437 (comment)? |
Yes, working on this now. |
46d0eeb to
351c34e
Compare
351c34e to
541d066
Compare
541d066 to
c24bc54
Compare
|
@tjgq I think this is ready now. Could you please take a look? Thanks @tyler-french! |
|
@iancha1992 can we retry the merge queue? |
|
@iancha1992 Let me see if this failure is legit: EDIT: it seems completely unrelated, |
d690f14
This PR enables support for content-defined chunking (FastCDC) for large uploads/downloads to remote cache. See #28437 for more details.
RELNOTES[NEW]: Added
--experimental_remote_cache_chunkingflag to read and write large blobs to/from the remote cache in chunks. Requires server support.