You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have dapr 1.14.1 installed into the system via nix. I've been working on the feature to support TAG type to the Redis State Query and was going to test how it works in the test app. So I followed the tutorial of building the custom daprd, replacing the version in the ~/.dapr/bin etc. When I start, it immediately exists with the killed error. The exit code is 137 (OOM error).
I compared what old version displays when started:
→ ./daprd.bak help
INFO[0000] Starting Dapr Runtime -- version 1.14.1 -- commit 81cb1f5c4709535b03799e7e1826fbab0315b90b instance=MacBook-Pro.local scope=dapr.runtime type=log ver=1.14.1
...
And the new one:
→ ./daprd help
zsh: killed ./daprd help
→ echo$?
137
Yes, I've done that. After trying dapr run ... and seeing it reporting accidental kill of daprd on start I started looking into problem. Got to the point where I just ran daprd manually (notice "d") as described in the original message.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.
I have dapr 1.14.1 installed into the system via nix. I've been working on the feature to support TAG type to the Redis State Query and was going to test how it works in the test app. So I followed the tutorial of building the custom
daprd
, replacing the version in the~/.dapr/bin
etc. When I start, it immediately exists with thekilled
error. The exit code is137
(OOM error).I compared what old version displays when started:
→ ./daprd.bak help INFO[0000] Starting Dapr Runtime -- version 1.14.1 -- commit 81cb1f5c4709535b03799e7e1826fbab0315b90b instance=MacBook-Pro.local scope=dapr.runtime type=log ver=1.14.1 ...
And the new one:
File type looks correct:
Clearly something is wrong here. Can anyone suggest where to look next?
I'm on M1 so I took the dist binary from
dist/darwin_arm64/debug
obviously. There was no any other.The text was updated successfully, but these errors were encountered: