https://linen.dev logo
Title
a

ambitious-breakfast-83504

05/25/2023, 4:19 PM
@early-stone-68655 after today restart i am seeing these error
2023-05-25T16:17:56.230Z    ERROR    stats    stats/statsd.go:85    error while creating new StatsD client: write udp [::1]:45617->[::1]:8125: write: connection refused                                           │
│ 2023-05-25T16:18:42.665Z    ERROR    stats    stats/statsd.go:85    error while creating new StatsD client: write udp [::1]:46893->[::1]:8125: write: connection refused
Is this something to be worried ?
m

millions-activity-52391

05/25/2023, 4:19 PM
Hey There! šŸ‘‹ Your message has been received by the RudderStack team. We will forward this request to your Technical Account Manager, and they will get back to you shortly. Please use the thread for any additional comments.
a

ambitious-breakfast-83504

05/26/2023, 5:58 AM
Hi @early-stone-68655 any update on this ?
q

quiet-wolf-72320

05/26/2023, 6:24 AM
Please provide a detailed description of the issue that you are facing along with these details • Are you an open-source user or on the rudder cloud? • What restart did you do? • Share full log • Did you observe any issues with the features that you use?
a

ambitious-breakfast-83504

05/26/2023, 6:39 AM
Hi @quiet-wolf-72320
. Yes we are open source user . upgraded kubernetes cluster - hence all pods were moved onto new nodes - postgres, transformer, rudderstack all moved onto new nodes . we are observing only the bellow errors in the rudder-stack pods
│ 2023-05-26T06:41:45.595Z    ERROR    stats    stats/statsd.go:85    error while creating new StatsD client: write udp [::1]:37194->[::1]:8125: write: connection refused                                           │
│ 2023-05-26T06:42:01.375Z    INFO    batchrouter.S3_DATALAKE    batchrouter/handle.go:512    BRT: Routed successfully staging file URL to warehouse service                                                         │
│ 2023-05-26T06:42:01.405Z    INFO    batchrouter.S3_DATALAKE    batchrouter/handle.go:512    BRT: Routed successfully staging file URL to warehouse service                                                         │
│ 2023-05-26T06:42:01.420Z    INFO    batchrouter.S3_DATALAKE    batchrouter/handle.go:512    BRT: Routed successfully staging file URL to warehouse service                                                         │
│ 2023-05-26T06:42:18.796Z    INFO    jobsdb.proc_error    jobsdb/jobsdb.go:2504    [[ proc_error : addNewDSLoop ]]: NewDS                                                                                           │
│ 2023-05-26T06:42:18.796Z    INFO    jobsdb.proc_error    jobsdb/jobsdb.go:1219    Creating new DS {JobTable:proc_error_jobs_604 JobStatusTable:proc_error_job_status_604 Index:604}                                │
│ 2023-05-26T06:42:25.322Z    ERROR    stats    stats/statsd.go:85    error while creating new StatsD client: write udp [::1]:55528->[::1]:8125: write: connection refused
this is the only error in the logs, which frequently showing up ERROR stats stats/statsd.go:85 error while creating new StatsD client: write udp
@quiet-wolf-72320
q

quiet-wolf-72320

05/26/2023, 1:10 PM
It will take some time for me to take a look at this. Will notify you soon.
can you check this env variable
STATSD_SERVER_URL
and see if correct url is configured. Check if the configured url is accessible. During the Kubernetes cluster upgrade, the pods have been moved to different nodes and this url might have changed
a

ambitious-breakfast-83504

05/26/2023, 2:09 PM
@quiet-wolf-72320 i haven't added this env variable, i am disabling it by adding this in the env
- name: RSERVER_ENABLE_STATS
      value: "false"
    - name: RSERVER_JOBSDB_BACKUP_ENABLED
      value: "false"
This should work right ?