bug(core): sweep service not configured in k8s demo #559

Closed
opened 2026-03-28 04:25:45 +00:00 by mfreeman451 · 1 comment
Owner

Imported from GitHub.

Original GitHub issue: #1763
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/1763
Original created: 2025-10-14T22:20:07Z


Describe the bug

{"level":"info","component":"PollerService","addr":":50053","time":"2025-10-14T22:18:01Z","message":"gRPC server listening"}                                       {"level":"info","component":"poller","agent":"k8s-agent","service_name":"network_sweep","time":"2025-10-14T22:18:04Z","message":"Executing results poller"}        {"level":"info","component":"poller","agent":"k8s-agent","service_name":"sync","time":"2025-10-14T22:18:04Z","message":"Executing results poller"}
{"level":"info","component":"poller","service_name":"network_sweep","service_type":"sweep","serviceTypeSync":"sync","should_use_streaming":true,"type_equals_sync":false,"name_equals_sync":false,"name_contains_sync":false,"time":"2025-10-14T22:18:04Z","message":"Routing decision for service"}                                  {"level":"info","component":"poller","service_name":"sync","service_type":"grpc","serviceTypeSync":"sync","should_use_streaming":true,"type_equals_sync":false,"name_equals_sync":true,"name_contains_sync":true,"time":"2025-10-14T22:18:04Z","message":"Routing decision for service"}
{"level":"info","component":"poller","service_name":"network_sweep","service_type":"sweep","time":"2025-10-14T22:18:04Z","message":"Using streaming method for large dataset service"}                                                                                                                                                {"level":"info","component":"poller","service_name":"network_sweep","service_type":"sweep","time":"2025-10-14T22:18:04Z","message":"Starting StreamResults call"}  {"level":"info","component":"poller","service_name":"sync","service_type":"grpc","time":"2025-10-14T22:18:04Z","message":"Using streaming method for large dataset
service"}                                                                                                                                                          {"level":"info","component":"poller","service_name":"sync","service_type":"grpc","time":"2025-10-14T22:18:04Z","message":"Starting StreamResults call"}            {"level":"error","component":"poller","error":"rpc error: code = NotFound desc = No sweep service configured","service_name":"network_sweep","chunks_received":0,"time":"2025-10-14T22:18:04Z","message":"Error receiving chunk from stream"}
{"level":"error","component":"poller","error":"failed to receive chunk: rpc error: code = NotFound desc = No sweep service configured","service_name":"network_sweep","service_type":"sweep","agent_name":"k8s-agent","poller_id":"k8s-poller","time":"2025-10-14T22:18:04Z","message":"GetResults call failed"}                      {"level":"info","component":"poller","service_name":"sync","total_chunks":37,"time":"2025-10-14T22:18:04Z","message":"Received final chunk"}

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Imported from GitHub. Original GitHub issue: #1763 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/1763 Original created: 2025-10-14T22:20:07Z --- **Describe the bug** ```json {"level":"info","component":"PollerService","addr":":50053","time":"2025-10-14T22:18:01Z","message":"gRPC server listening"} {"level":"info","component":"poller","agent":"k8s-agent","service_name":"network_sweep","time":"2025-10-14T22:18:04Z","message":"Executing results poller"} {"level":"info","component":"poller","agent":"k8s-agent","service_name":"sync","time":"2025-10-14T22:18:04Z","message":"Executing results poller"} {"level":"info","component":"poller","service_name":"network_sweep","service_type":"sweep","serviceTypeSync":"sync","should_use_streaming":true,"type_equals_sync":false,"name_equals_sync":false,"name_contains_sync":false,"time":"2025-10-14T22:18:04Z","message":"Routing decision for service"} {"level":"info","component":"poller","service_name":"sync","service_type":"grpc","serviceTypeSync":"sync","should_use_streaming":true,"type_equals_sync":false,"name_equals_sync":true,"name_contains_sync":true,"time":"2025-10-14T22:18:04Z","message":"Routing decision for service"} {"level":"info","component":"poller","service_name":"network_sweep","service_type":"sweep","time":"2025-10-14T22:18:04Z","message":"Using streaming method for large dataset service"} {"level":"info","component":"poller","service_name":"network_sweep","service_type":"sweep","time":"2025-10-14T22:18:04Z","message":"Starting StreamResults call"} {"level":"info","component":"poller","service_name":"sync","service_type":"grpc","time":"2025-10-14T22:18:04Z","message":"Using streaming method for large dataset service"} {"level":"info","component":"poller","service_name":"sync","service_type":"grpc","time":"2025-10-14T22:18:04Z","message":"Starting StreamResults call"} {"level":"error","component":"poller","error":"rpc error: code = NotFound desc = No sweep service configured","service_name":"network_sweep","chunks_received":0,"time":"2025-10-14T22:18:04Z","message":"Error receiving chunk from stream"} {"level":"error","component":"poller","error":"failed to receive chunk: rpc error: code = NotFound desc = No sweep service configured","service_name":"network_sweep","service_type":"sweep","agent_name":"k8s-agent","poller_id":"k8s-poller","time":"2025-10-14T22:18:04Z","message":"GetResults call failed"} {"level":"info","component":"poller","service_name":"sync","total_chunks":37,"time":"2025-10-14T22:18:04Z","message":"Received final chunk"} ``` **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
Author
Owner

Imported GitHub comment.

Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/1763#issuecomment-3409469537
Original created: 2025-10-16T07:05:39Z


closing, sweep service working in demo

Imported GitHub comment. Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/1763#issuecomment-3409469537 Original created: 2025-10-16T07:05:39Z --- closing, sweep service working in demo
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#559
No description provided.