Skip to content

agents: fix possible grpc mutex race condition#277

Closed
santigimeno wants to merge 2 commits intonode-v22.x-nsolid-v5.xfrom
santi/fix_debug_test
Closed

agents: fix possible grpc mutex race condition#277
santigimeno wants to merge 2 commits intonode-v22.x-nsolid-v5.xfrom
santi/fix_debug_test

Conversation

@santigimeno
Copy link
Copy Markdown
Member

As reported by abseil-cpp. By the looks of it, it's fixed if we make
sure CommandStream instnace is created before the OtlpGrpcClient
instance.

Also:

test: fix nsolid-statsdagent test debug build

Fixes: https://github.com/nodesource/nsolid-roadmap/issues/28

As reported by abseil-cpp. By the looks of it, it's fixed if we make
sure `CommandStream` instnace is created before the `OtlpGrpcClient`
instance.

Fixes: nodesource/nsolid-roadmap#28
@santigimeno santigimeno self-assigned this Mar 12, 2025
Copy link
Copy Markdown
Contributor

@juanarbol juanarbol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

santigimeno added a commit that referenced this pull request Mar 20, 2025
Fixes: nodesource/nsolid-roadmap#28
PR-URL: #277
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request Mar 20, 2025
As reported by abseil-cpp. By the looks of it, it's fixed if we make
sure `CommandStream` instnace is created before the `OtlpGrpcClient`
instance.

Fixes: nodesource/nsolid-roadmap#28
PR-URL: #277
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
@santigimeno
Copy link
Copy Markdown
Member Author

Landed in e83552a...4dbec36

@santigimeno santigimeno deleted the santi/fix_debug_test branch March 20, 2025 10:17
@santigimeno santigimeno restored the santi/fix_debug_test branch March 20, 2025 10:20
santigimeno added a commit that referenced this pull request May 1, 2025
As reported by abseil-cpp. By the looks of it, it's fixed if we make
sure `CommandStream` instnace is created before the `OtlpGrpcClient`
instance.

Fixes: nodesource/nsolid-roadmap#28
PR-URL: #277
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request May 2, 2025
As reported by abseil-cpp. By the looks of it, it's fixed if we make
sure `CommandStream` instnace is created before the `OtlpGrpcClient`
instance.

Fixes: nodesource/nsolid-roadmap#28
PR-URL: #277
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
santigimeno added a commit that referenced this pull request May 7, 2025
As reported by abseil-cpp. By the looks of it, it's fixed if we make
sure `CommandStream` instnace is created before the `OtlpGrpcClient`
instance.

Fixes: nodesource/nsolid-roadmap#28
PR-URL: #277
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants