Dhyey Shah
Dhyey Shah
## Why are these changes needed? To allow reading the same node from another node and the driver (was only another node OR driver before). There is still an issue...
### What happened + What you expected to happen 1. Core cpp guideline to avoid const or ref member variables. https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines/avoid-const-or-ref-data-members.html For this issue will only do const data members...
### What happened + What you expected to happen This is separate from https://github.com/ray-project/ray/issues/47156, because it seems that it needs more to work vs. just the work for supporting reading...
## Why are these changes needed? Gives clangd the ability to fully index ray's c++ code after you run ```bazel run :refresh_compile_commands```. Gives you lsp support + clang-tidy linting in...
## Why are these changes needed? ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this...
## Why are these changes needed? This codepath is used by the experimental `get_object_locations` API used by Ray Data. Most times the object owners will just be the driver where...
## Why are these changes needed? ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this...
## Why are these changes needed? Some users may implement their own log rotation on autoscaler event files. If zipping the files during rotation, the event agent will still try...
## Why are these changes needed? ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this...
## Why are these changes needed? Removes the unnecessary overhead of having the ClientCallTag and having call as a shared ptr. Also kills a string copy on every call used...