<@U02EDGMEE5N> after today restart i am seeing the...
# support
a
@early-stone-68655 after today restart i am seeing these error
Copy code
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 ?
Hi @early-stone-68655 any update on this ?
q
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
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
Copy code
│ 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
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
@quiet-wolf-72320 i haven't added this env variable, i am disabling it by adding this in the env
Copy code
- name: RSERVER_ENABLE_STATS
      value: "false"
    - name: RSERVER_JOBSDB_BACKUP_ENABLED
      value: "false"
This should work right ?