Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fishbone committed May 9, 2022
1 parent bf42239 commit e185a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ray/raylet/scheduling/local_resource_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ std::optional<syncer::RaySyncMessage> LocalResourceManager::CreateSyncMessage(
resources_data.set_resources_available_changed(true);

msg.set_node_id(local_node_id_.Binary());
msg.set_version(curr_version);
msg.set_version(version_);
msg.set_message_type(message_type);
std::string serialized_msg;
RAY_CHECK(resources_data.SerializeToString(&serialized_msg));
Expand Down

0 comments on commit e185a34

Please sign in to comment.