Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataDog scaler makes errors in keda-metrics-apiserver and causes keda-operator crashing loop back #3448

Closed
dogzzdogzz opened this issue Jul 28, 2022 · 7 comments · Fixed by #3450
Assignees
Labels
bug Something isn't working

Comments

@dogzzdogzz
Copy link
Contributor

dogzzdogzz commented Jul 28, 2022

Report

When I use the query sum:trace.express.request.hits{*}.as_rate()/avg:kubernetes.cpu.requests{*} in datadog scaler, the metrics-apiserver will have panic: runtime error: invalid memory address or nil pointer dereference and causes keda-operator crashing

Here is my scaledobject manifest

apiVersion: keda.sh/v1alpha1
kind: ScaledObject
metadata:
  name: test
spec:
  cooldownPeriod: 10
  maxReplicaCount: 2
  minReplicaCount: 1
  pollingInterval: 30
  scaleTargetRef:
    kind: Deployment
    name: foo
  triggers:
  - authenticationRef:
      kind: ClusterTriggerAuthentication
      name: datadog-secret
    metadata:
      age: "120"
      metricUnavailableValue: "0"
      name: test3
      query: sum:trace.express.request.hits{*}.as_rate()/avg:kubernetes.cpu.requests{*}
      queryValue: "300"
    metricType: AverageValue
    type: datadog

I already confirmed that the query works without problem on datadog UI and with curl command

curl -X GET 'https://api.datadoghq.com/api/v1/query?from=1658854540&to=1658854660&query=sum:trace.express.request.hits\{*\}.as_rate()/avg:kubernetes.cpu.requests\{*\}' \
-H "Accept: application/json" \
-H "DD-API-KEY: XXXXX" \
-H "DD-APPLICATION-KEY: XXXXX"

Expected Behavior

The query sum:trace.express.request.hits{*}.as_rate()/avg:kubernetes.cpu.requests{*} returns the result as expected

Actual Behavior

metric-apiserver has errors and operator start crashing

Steps to Reproduce the Problem

If there is no as_rate() in query, it works without problem
sum:trace.express.request.hits{*}/avg:kubernetes.cpu.requests{*}

but as long as I add the as_rate() as below, the metrics-apiserver starts returning error and keda-operator start crashing
sum:trace.express.request.hits{*}.as_rate()/avg:kubernetes.cpu.requests{*}

Logs from KEDA operator

keda-metrics-apiserver

E0728 16:51:09.496563       1 runtime.go:76] Observed a panic: runtime error: invalid memory address or nil pointer dereference
goroutine 709876 [running]:
k8s.io/apiserver/pkg/server/filters.(*timeoutHandler).ServeHTTP.func1.1()
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/timeout.go:109 +0xb0
panic({0x34aaa80, 0x65f1e90})
	/usr/local/go/src/runtime/panic.go:1038 +0x215
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).getQueryResult(0xc00b31b8c0, {0x427bc70, 0xc00a16c030})
	/workspace/pkg/scalers/datadog_scaler.go:287 +0x696
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).GetMetrics(0xc00b31b8c0, {0x427bc70, 0xc00a16c030}, {0x16, 0xc008d86000}, {0x16, 0xc00b307840})
	/workspace/pkg/scalers/datadog_scaler.go:306 +0x46
github.com/kedacore/keda/v2/pkg/scaling/cache.(*ScalersCache).GetMetricsForScaler(0xc008d402d0, {0x427bc70, 0xc00a16c030}, 0x0, {0xc008641f76, 0x29}, {0x42b5870, 0xc00b3ed800})
	/workspace/pkg/scaling/cache/scalers_cache.go:70 +0x136
github.com/kedacore/keda/v2/pkg/provider.(*KedaProvider).GetExternalMetric(0xc0000a5400, {0x427bc70, 0xc00a16c030}, {0xc008641f71, 0x4}, {0x42b5870, 0xc00b3ed800}, {{0xc008641f76, 0x3b2f613}})
	/workspace/pkg/provider/provider.go:119 +0x9d3
sigs.k8s.io/custom-metrics-apiserver/pkg/registry/external_metrics.(*REST).List(0xc000651a40, {0x427bc70, 0xc00a16c030}, 0xc009c8b290)
	/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/registry/external_metrics/reststorage.go:80 +0x10a
k8s.io/apiserver/pkg/endpoints/handlers.ListResource.func1({0x4265d50, 0xc00b5780a0}, 0xc009c81700)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/handlers/get.go:278 +0x1136
sigs.k8s.io/custom-metrics-apiserver/pkg/apiserver/installer.restfulListResource.func1(0xc00c407f50, 0xc0005f68c0)
	/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/apiserver/installer/installer.go:291 +0x6b
k8s.io/apiserver/pkg/endpoints/metrics.InstrumentRouteFunc.func1(0xc00c407f50, 0xc0005f68c0)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/metrics/metrics.go:509 +0x223
github.com/emicklei/go-restful.(*Container).dispatch(0xc000a073b0, {0x4265d50, 0xc00af78840}, 0xc009c81700)
	/go/pkg/mod/github.com/emicklei/[email protected]+incompatible/container.go:294 +0x690
github.com/emicklei/go-restful.(*Container).Dispatch(...)
	/go/pkg/mod/github.com/emicklei/[email protected]+incompatible/container.go:204
k8s.io/apiserver/pkg/server.director.ServeHTTP({{0x3b23bef, 0x41dc870}, 0xc000a073b0, 0xc0001cee00}, {0x4265d50, 0xc00af78840}, 0xc009c81700)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/handler.go:146 +0x5c6
k8s.io/apiserver/pkg/endpoints/filters.WithWebhookDuration.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/webhook_duration.go:31 +0x24e
net/http.HandlerFunc.ServeHTTP(0xc00b14c420, {0x4265d50, 0xc00af78840}, 0xc1678a)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackCompleted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:104 +0x1a5
net/http.HandlerFunc.ServeHTTP(0xc00111a300, {0x4265d50, 0xc00af78840}, 0xc009772340)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithAuthorization.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/authorization.go:64 +0x41d
net/http.HandlerFunc.ServeHTTP(0x66785b8, {0x4265d50, 0xc00af78840}, 0x0)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackStarted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:80 +0x178
net/http.HandlerFunc.ServeHTTP(0x66079a0, {0x4265d50, 0xc00af78840}, 0x4)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/filters.WithMaxInFlightLimit.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/maxinflight.go:187 +0x29d
net/http.HandlerFunc.ServeHTTP(0xc00b14c420, {0x4265d50, 0xc00af78840}, 0xc1678a)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackCompleted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:104 +0x1a5
net/http.HandlerFunc.ServeHTTP(0x44e712, {0x4265d50, 0xc00af78840}, 0x1)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithImpersonation.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/impersonation.go:50 +0x21c
net/http.HandlerFunc.ServeHTTP(0x66785b8, {0x4265d50, 0xc00af78840}, 0xa)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackStarted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:80 +0x178
net/http.HandlerFunc.ServeHTTP(0xc00b14c420, {0x4265d50, 0xc00af78840}, 0xc1678a)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackCompleted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:104 +0x1a5
net/http.HandlerFunc.ServeHTTP(0x66785b8, {0x4265d50, 0xc00af78840}, 0xa)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackStarted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:80 +0x178
net/http.HandlerFunc.ServeHTTP(0xc00b14c420, {0x4265d50, 0xc00af78840}, 0xc1678a)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackCompleted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:104 +0x1a5
net/http.HandlerFunc.ServeHTTP(0x427bc70, {0x4265d50, 0xc00af78840}, 0x3c75060)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.withAuthentication.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/authentication.go:80 +0x839
net/http.HandlerFunc.ServeHTTP(0x427bc38, {0x4265d50, 0xc00af78840}, 0x41dc870)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackStarted.func1({0x4265d50, 0xc00af78840}, 0xc00a064700)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:89 +0x46b
net/http.HandlerFunc.ServeHTTP(0xc009537380, {0x4265d50, 0xc00af78840}, 0x8e74f2)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/filters.(*timeoutHandler).ServeHTTP.func1()
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/timeout.go:114 +0x70
created by k8s.io/apiserver/pkg/server/filters.(*timeoutHandler).ServeHTTP
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/timeout.go:100 +0x1dd

goroutine 709566 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic({0x32b8940, 0xc00b4c9d60})
	/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:74 +0x85
k8s.io/apimachinery/pkg/util/runtime.HandleCrash({0xc00121d088, 0x1, 0x17a0d66})
	/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:48 +0x75
panic({0x32b8940, 0xc00b4c9d60})
	/usr/local/go/src/runtime/panic.go:1038 +0x215
k8s.io/apiserver/pkg/server/filters.(*timeoutHandler).ServeHTTP(0xc00111a420, {0x4258e50, 0xc00064d990}, 0xdf8475800)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/timeout.go:120 +0x358
k8s.io/apiserver/pkg/endpoints/filters.withRequestDeadline.func1({0x4258e50, 0xc00064d990}, 0xc00a064500)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/request_deadline.go:100 +0x494
net/http.HandlerFunc.ServeHTTP(0x18, {0x4258e50, 0xc00064d990}, 0x0)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/filters.withWaitGroup.func1({0x4258e50, 0xc00064d990}, 0xc00a064500)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/waitgroup.go:77 +0x766
net/http.HandlerFunc.ServeHTTP(0x427bc70, {0x4258e50, 0xc00064d990}, 0x41dc870)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithWarningRecorder.func1({0x4258e50, 0xc00064d990}, 0xc00a064400)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/warning.go:35 +0x2bb
net/http.HandlerFunc.ServeHTTP(0x373acc0, {0x4258e50, 0xc00064d990}, 0xd)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithCacheControl.func1({0x4258e50, 0xc00064d990}, 0x3)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/cachecontrol.go:31 +0x126
net/http.HandlerFunc.ServeHTTP(0x203002, {0x4258e50, 0xc00064d990}, 0x30)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/httplog.withLogging.func1({0x4258e50, 0xc00064d990}, 0xc00a064400)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/httplog/httplog.go:108 +0xaf
net/http.HandlerFunc.ServeHTTP(0x427bc70, {0x4258e50, 0xc00064d990}, 0x41dc870)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithRequestInfo.func1({0x4258e50, 0xc00064d990}, 0xc00a064300)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/requestinfo.go:39 +0x316
net/http.HandlerFunc.ServeHTTP(0x427bc70, {0x4258e50, 0xc00064d990}, 0x2c)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.withRequestReceivedTimestampWithClock.func1({0x4258e50, 0xc00064d990}, 0xc00a064200)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/request_received_time.go:38 +0x27e
net/http.HandlerFunc.ServeHTTP(0x203002, {0x4258e50, 0xc00064d990}, 0x0)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithMuxAndDiscoveryComplete.func1({0x4258e50, 0xc00064d990}, 0xc00a064200)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/mux_discovery_complete.go:52 +0x2c2
net/http.HandlerFunc.ServeHTTP(0x160, {0x4258e50, 0xc00064d990}, 0x0)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/filters.withPanicRecovery.func1({0x4258e50, 0xc00064d990}, 0xc00a032f20)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/wrap.go:74 +0xba
net/http.HandlerFunc.ServeHTTP(0x373acc0, {0x4258e50, 0xc00064d990}, 0x8)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.withAuditID.func1({0x4258e50, 0xc00064d990}, 0xc009c81600)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/with_auditid.go:66 +0x40d
net/http.HandlerFunc.ServeHTTP(0xc000e55d60, {0x4258e50, 0xc00064d990}, 0xc000e55ccc)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server.(*APIServerHandler).ServeHTTP(0xc008641fa0, {0x4258e50, 0xc00064d990}, 0x427bc00)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/handler.go:189 +0x2b
net/http.serverHandler.ServeHTTP({0xc000e55d18}, {0x4258e50, 0xc00064d990}, 0xc009c81600)
	/usr/local/go/src/net/http/server.go:2879 +0x43b
net/http.initALPNRequest.ServeHTTP({{0x427bc70, 0xc0096623f0}, 0xc000b3c000, {0xc0001b27e0}}, {0x4258e50, 0xc00064d990}, 0xc009c81600)
	/usr/local/go/src/net/http/server.go:3480 +0x245
golang.org/x/net/http2.(*serverConn).runHandler(0xc000e55fd0, 0x8f288a, 0x0, 0xc000e55eb8)
	/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:2184 +0x78
created by golang.org/x/net/http2.(*serverConn).processHeaders
	/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:1914 +0x590
E0728 16:51:09.496619       1 wrap.go:58] "apiserver panic'd" method="GET" URI="/apis/external.metrics.k8s.io/v1beta1/namespaces/keda/s0-datadog-sum-trace-express-request-hits?labelSelector=scaledobject.keda.sh%2Fname%3Dtmp-shell" audit-ID="c4342740-4286-448c-bfb6-5e578dd8c5a4"
http2: panic serving 10.33.78.156:53522: runtime error: invalid memory address or nil pointer dereference
goroutine 709876 [running]:
k8s.io/apiserver/pkg/server/filters.(*timeoutHandler).ServeHTTP.func1.1()
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/timeout.go:109 +0xb0
panic({0x34aaa80, 0x65f1e90})
	/usr/local/go/src/runtime/panic.go:1038 +0x215
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).getQueryResult(0xc00b31b8c0, {0x427bc70, 0xc00a16c030})
	/workspace/pkg/scalers/datadog_scaler.go:287 +0x696
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).GetMetrics(0xc00b31b8c0, {0x427bc70, 0xc00a16c030}, {0x16, 0xc008d86000}, {0x16, 0xc00b307840})
	/workspace/pkg/scalers/datadog_scaler.go:306 +0x46
github.com/kedacore/keda/v2/pkg/scaling/cache.(*ScalersCache).GetMetricsForScaler(0xc008d402d0, {0x427bc70, 0xc00a16c030}, 0x0, {0xc008641f76, 0x29}, {0x42b5870, 0xc00b3ed800})
	/workspace/pkg/scaling/cache/scalers_cache.go:70 +0x136
github.com/kedacore/keda/v2/pkg/provider.(*KedaProvider).GetExternalMetric(0xc0000a5400, {0x427bc70, 0xc00a16c030}, {0xc008641f71, 0x4}, {0x42b5870, 0xc00b3ed800}, {{0xc008641f76, 0x3b2f613}})
	/workspace/pkg/provider/provider.go:119 +0x9d3
sigs.k8s.io/custom-metrics-apiserver/pkg/registry/external_metrics.(*REST).List(0xc000651a40, {0x427bc70, 0xc00a16c030}, 0xc009c8b290)
	/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/registry/external_metrics/reststorage.go:80 +0x10a
k8s.io/apiserver/pkg/endpoints/handlers.ListResource.func1({0x4265d50, 0xc00b5780a0}, 0xc009c81700)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/handlers/get.go:278 +0x1136
sigs.k8s.io/custom-metrics-apiserver/pkg/apiserver/installer.restfulListResource.func1(0xc00c407f50, 0xc0005f68c0)
	/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/apiserver/installer/installer.go:291 +0x6b
k8s.io/apiserver/pkg/endpoints/metrics.InstrumentRouteFunc.func1(0xc00c407f50, 0xc0005f68c0)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/metrics/metrics.go:509 +0x223
github.com/emicklei/go-restful.(*Container).dispatch(0xc000a073b0, {0x4265d50, 0xc00af78840}, 0xc009c81700)
	/go/pkg/mod/github.com/emicklei/[email protected]+incompatible/container.go:294 +0x690
github.com/emicklei/go-restful.(*Container).Dispatch(...)
	/go/pkg/mod/github.com/emicklei/[email protected]+incompatible/container.go:204
k8s.io/apiserver/pkg/server.director.ServeHTTP({{0x3b23bef, 0x41dc870}, 0xc000a073b0, 0xc0001cee00}, {0x4265d50, 0xc00af78840}, 0xc009c81700)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/handler.go:146 +0x5c6
k8s.io/apiserver/pkg/endpoints/filters.WithWebhookDuration.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/webhook_duration.go:31 +0x24e
net/http.HandlerFunc.ServeHTTP(0xc00b14c420, {0x4265d50, 0xc00af78840}, 0xc1678a)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackCompleted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:104 +0x1a5
net/http.HandlerFunc.ServeHTTP(0xc00111a300, {0x4265d50, 0xc00af78840}, 0xc009772340)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithAuthorization.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/authorization.go:64 +0x41d
net/http.HandlerFunc.ServeHTTP(0x66785b8, {0x4265d50, 0xc00af78840}, 0x0)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackStarted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:80 +0x178
net/http.HandlerFunc.ServeHTTP(0x66079a0, {0x4265d50, 0xc00af78840}, 0x4)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/filters.WithMaxInFlightLimit.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/maxinflight.go:187 +0x29d
net/http.HandlerFunc.ServeHTTP(0xc00b14c420, {0x4265d50, 0xc00af78840}, 0xc1678a)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackCompleted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:104 +0x1a5
net/http.HandlerFunc.ServeHTTP(0x44e712, {0x4265d50, 0xc00af78840}, 0x1)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithImpersonation.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/impersonation.go:50 +0x21c
net/http.HandlerFunc.ServeHTTP(0x66785b8, {0x4265d50, 0xc00af78840}, 0xa)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackStarted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:80 +0x178
net/http.HandlerFunc.ServeHTTP(0xc00b14c420, {0x4265d50, 0xc00af78840}, 0xc1678a)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackCompleted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:104 +0x1a5
net/http.HandlerFunc.ServeHTTP(0x66785b8, {0x4265d50, 0xc00af78840}, 0xa)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackStarted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:80 +0x178
net/http.HandlerFunc.ServeHTTP(0xc00b14c420, {0x4265d50, 0xc00af78840}, 0xc1678a)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackCompleted.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:104 +0x1a5
net/http.HandlerFunc.ServeHTTP(0x427bc70, {0x4265d50, 0xc00af78840}, 0x3c75060)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.withAuthentication.func1({0x4265d50, 0xc00af78840}, 0xc00a064900)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/authentication.go:80 +0x839
net/http.HandlerFunc.ServeHTTP(0x427bc38, {0x4265d50, 0xc00af78840}, 0x41dc870)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filterlatency.trackStarted.func1({0x4265d50, 0xc00af78840}, 0xc00a064700)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filterlatency/filterlatency.go:89 +0x46b
net/http.HandlerFunc.ServeHTTP(0xc009537380, {0x4265d50, 0xc00af78840}, 0x8e74f2)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/filters.(*timeoutHandler).ServeHTTP.func1()
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/timeout.go:114 +0x70
created by k8s.io/apiserver/pkg/server/filters.(*timeoutHandler).ServeHTTP
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/timeout.go:100 +0x1dd

goroutine 709566 [running]:
golang.org/x/net/http2.(*serverConn).runHandler.func1()
	/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:2177 +0x125
panic({0x32b8940, 0xc00b4c9d60})
	/usr/local/go/src/runtime/panic.go:1038 +0x215
k8s.io/apimachinery/pkg/util/runtime.HandleCrash({0xc00121d088, 0x1, 0x17a0d66})
	/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:55 +0xd8
panic({0x32b8940, 0xc00b4c9d60})
	/usr/local/go/src/runtime/panic.go:1038 +0x215
k8s.io/apiserver/pkg/server/filters.(*timeoutHandler).ServeHTTP(0xc00111a420, {0x4258e50, 0xc00064d990}, 0xdf8475800)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/timeout.go:120 +0x358
k8s.io/apiserver/pkg/endpoints/filters.withRequestDeadline.func1({0x4258e50, 0xc00064d990}, 0xc00a064500)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/request_deadline.go:100 +0x494
net/http.HandlerFunc.ServeHTTP(0x18, {0x4258e50, 0xc00064d990}, 0x0)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/filters.withWaitGroup.func1({0x4258e50, 0xc00064d990}, 0xc00a064500)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/waitgroup.go:77 +0x766
net/http.HandlerFunc.ServeHTTP(0x427bc70, {0x4258e50, 0xc00064d990}, 0x41dc870)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithWarningRecorder.func1({0x4258e50, 0xc00064d990}, 0xc00a064400)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/warning.go:35 +0x2bb
net/http.HandlerFunc.ServeHTTP(0x373acc0, {0x4258e50, 0xc00064d990}, 0xd)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithCacheControl.func1({0x4258e50, 0xc00064d990}, 0x3)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/cachecontrol.go:31 +0x126
net/http.HandlerFunc.ServeHTTP(0x203002, {0x4258e50, 0xc00064d990}, 0x30)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/httplog.withLogging.func1({0x4258e50, 0xc00064d990}, 0xc00a064400)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/httplog/httplog.go:108 +0xaf
net/http.HandlerFunc.ServeHTTP(0x427bc70, {0x4258e50, 0xc00064d990}, 0x41dc870)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithRequestInfo.func1({0x4258e50, 0xc00064d990}, 0xc00a064300)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/requestinfo.go:39 +0x316
net/http.HandlerFunc.ServeHTTP(0x427bc70, {0x4258e50, 0xc00064d990}, 0x2c)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.withRequestReceivedTimestampWithClock.func1({0x4258e50, 0xc00064d990}, 0xc00a064200)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/request_received_time.go:38 +0x27e
net/http.HandlerFunc.ServeHTTP(0x203002, {0x4258e50, 0xc00064d990}, 0x0)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.WithMuxAndDiscoveryComplete.func1({0x4258e50, 0xc00064d990}, 0xc00a064200)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/mux_discovery_complete.go:52 +0x2c2
net/http.HandlerFunc.ServeHTTP(0x160, {0x4258e50, 0xc00064d990}, 0x0)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server/filters.withPanicRecovery.func1({0x4258e50, 0xc00064d990}, 0xc00a032f20)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/filters/wrap.go:74 +0xba
net/http.HandlerFunc.ServeHTTP(0x373acc0, {0x4258e50, 0xc00064d990}, 0x8)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/endpoints/filters.withAuditID.func1({0x4258e50, 0xc00064d990}, 0xc009c81600)
	/go/pkg/mod/k8s.io/[email protected]/pkg/endpoints/filters/with_auditid.go:66 +0x40d
net/http.HandlerFunc.ServeHTTP(0xc000e55d60, {0x4258e50, 0xc00064d990}, 0xc000e55ccc)
	/usr/local/go/src/net/http/server.go:2047 +0x2f
k8s.io/apiserver/pkg/server.(*APIServerHandler).ServeHTTP(0xc008641fa0, {0x4258e50, 0xc00064d990}, 0x427bc00)
	/go/pkg/mod/k8s.io/[email protected]/pkg/server/handler.go:189 +0x2b
net/http.serverHandler.ServeHTTP({0xc000e55d18}, {0x4258e50, 0xc00064d990}, 0xc009c81600)
	/usr/local/go/src/net/http/server.go:2879 +0x43b
net/http.initALPNRequest.ServeHTTP({{0x427bc70, 0xc0096623f0}, 0xc000b3c000, {0xc0001b27e0}}, {0x4258e50, 0xc00064d990}, 0xc009c81600)
	/usr/local/go/src/net/http/server.go:3480 +0x245
golang.org/x/net/http2.(*serverConn).runHandler(0xc000e55fd0, 0x8f288a, 0x0, 0xc000e55eb8)
	/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:2184 +0x78
created by golang.org/x/net/http2.(*serverConn).processHeaders
	/go/pkg/mod/golang.org/x/[email protected]/http2/server.go:1914 +0x590

keda-operator

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x29dfa56]

goroutine 1537 [running]:
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).getQueryResult(0xc013542c30, {0x3ae9008, 0xc01370aec0})
	/workspace/pkg/scalers/datadog_scaler.go:287 +0x696
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).IsActive(0x7, {0x3ae9008, 0xc01370aec0})
	/workspace/pkg/scalers/datadog_scaler.go:210 +0x25
github.com/kedacore/keda/v2/pkg/scaling/cache.(*ScalersCache).IsScaledObjectActive(0xc0135008c0, {0x3ae9008, 0xc01370aec0}, 0xc012eb9e00)
	/workspace/pkg/scaling/cache/scalers_cache.go:88 +0xef
github.com/kedacore/keda/v2/pkg/scaling.(*scaleHandler).checkScalers(0xc0001e44d0, {0x3ae9008, 0xc01370aec0}, {0x336f2c0, 0xc012eb9e00}, {0x3ac7030, 0xc013712c00})
	/workspace/pkg/scaling/scale_handler.go:278 +0x4b2
github.com/kedacore/keda/v2/pkg/scaling.(*scaleHandler).startScaleLoop(0xc0001e44d0, {0x3ae9008, 0xc01370aec0}, 0xc012ecf180, {0x336f2c0, 0xc012eb9e00}, {0x3ac7030, 0xc013712c00})
	/workspace/pkg/scaling/scale_handler.go:149 +0x31c
created by github.com/kedacore/keda/v2/pkg/scaling.(*scaleHandler).HandleScalableObject
	/workspace/pkg/scaling/scale_handler.go:105 +0x6ef

KEDA Version

2.7.1

Kubernetes Version

1.21

Platform

Amazon Web Services

Scaler Details

datadog

Anything else?

No response

@dogzzdogzz dogzzdogzz added the bug Something isn't working label Jul 28, 2022
@JorTurFer JorTurFer self-assigned this Jul 29, 2022
@JorTurFer
Copy link
Member

JorTurFer commented Jul 29, 2022

I have tried to reproduce the issue and I can't. Not with v2.7.1 nor with main branch, on every call it works. Surely it's because my scenario is spin up using the e2e test and that's not enough.
Could you give us the result of the request using ´curl' to check the returned json? If not, could you debug the problem to give us some extra info?
FYI @arapulido

EDIT: I think that I have caught the issue, but if you could share the payload to ensure that I'm right would be nice

@dogzzdogzz
Copy link
Contributor Author

Hi @JorTurFer
Here is the curl's response

{
  "status": "ok",
  "resp_version": 1,
  "series": [
    {
      "end": 1659099139000,
      "attributes": {},
      "metric": "(trace.express.request.hits / kubernetes.cpu.requests)",
      "interval": 10,
      "tag_set": [],
      "start": 1659099000000,
      "length": 139,
      "query_index": 0,
      "aggr": "sum",
      "scope": "*",
      "pointlist": [
        [
          1659099000000,
          116577.9038193589
        ],
        [
          1659099001000,
          null
        ],
        [
          1659099002000,
          null
        ],
        [
          1659099003000,
          null
        ],
        [
          1659099004000,
          null
        ],
        [
          1659099005000,
          null
        ],
        [
          1659099006000,
          null
        ],
        [
          1659099007000,
          null
        ],
        [
          1659099008000,
          null
        ],
        [
          1659099009000,
          null
        ],
        [
          1659099010000,
          107776.85848370226
        ],
        [
          1659099011000,
          null
        ],
        [
          1659099012000,
          null
        ],
        [
          1659099013000,
          null
        ],
        [
          1659099014000,
          null
        ],
        [
          1659099015000,
          null
        ],
        [
          1659099016000,
          null
        ],
        [
          1659099017000,
          null
        ],
        [
          1659099018000,
          null
        ],
        [
          1659099019000,
          null
        ],
        [
          1659099020000,
          105353.55332080477
        ],
        [
          1659099021000,
          null
        ],
        [
          1659099022000,
          null
        ],
        [
          1659099023000,
          null
        ],
        [
          1659099024000,
          null
        ],
        [
          1659099025000,
          null
        ],
        [
          1659099026000,
          null
        ],
        [
          1659099027000,
          null
        ],
        [
          1659099028000,
          null
        ],
        [
          1659099029000,
          null
        ],
        [
          1659099030000,
          106338.44041912442
        ],
        [
          1659099031000,
          null
        ],
        [
          1659099032000,
          null
        ],
        [
          1659099033000,
          null
        ],
        [
          1659099034000,
          null
        ],
        [
          1659099035000,
          null
        ],
        [
          1659099036000,
          null
        ],
        [
          1659099037000,
          null
        ],
        [
          1659099038000,
          null
        ],
        [
          1659099039000,
          null
        ],
        [
          1659099040000,
          109651.45491616814
        ],
        [
          1659099041000,
          null
        ],
        [
          1659099042000,
          null
        ],
        [
          1659099043000,
          null
        ],
        [
          1659099044000,
          null
        ],
        [
          1659099045000,
          null
        ],
        [
          1659099046000,
          null
        ],
        [
          1659099047000,
          null
        ],
        [
          1659099048000,
          null
        ],
        [
          1659099049000,
          null
        ],
        [
          1659099050000,
          107195.36102251594
        ],
        [
          1659099051000,
          null
        ],
        [
          1659099052000,
          null
        ],
        [
          1659099053000,
          null
        ],
        [
          1659099054000,
          null
        ],
        [
          1659099055000,
          null
        ],
        [
          1659099056000,
          null
        ],
        [
          1659099057000,
          null
        ],
        [
          1659099058000,
          null
        ],
        [
          1659099059000,
          null
        ],
        [
          1659099060000,
          100136.95037469952
        ],
        [
          1659099061000,
          null
        ],
        [
          1659099062000,
          null
        ],
        [
          1659099063000,
          null
        ],
        [
          1659099064000,
          null
        ],
        [
          1659099065000,
          null
        ],
        [
          1659099066000,
          null
        ],
        [
          1659099067000,
          null
        ],
        [
          1659099068000,
          null
        ],
        [
          1659099069000,
          null
        ],
        [
          1659099070000,
          102741.12424014426
        ],
        [
          1659099071000,
          null
        ],
        [
          1659099072000,
          null
        ],
        [
          1659099073000,
          null
        ],
        [
          1659099074000,
          null
        ],
        [
          1659099075000,
          null
        ],
        [
          1659099076000,
          null
        ],
        [
          1659099077000,
          null
        ],
        [
          1659099078000,
          null
        ],
        [
          1659099079000,
          null
        ],
        [
          1659099080000,
          100032.39217535657
        ],
        [
          1659099081000,
          null
        ],
        [
          1659099082000,
          null
        ],
        [
          1659099083000,
          null
        ],
        [
          1659099084000,
          null
        ],
        [
          1659099085000,
          null
        ],
        [
          1659099086000,
          null
        ],
        [
          1659099087000,
          null
        ],
        [
          1659099088000,
          null
        ],
        [
          1659099089000,
          null
        ],
        [
          1659099090000,
          99512.41089939019
        ],
        [
          1659099091000,
          null
        ],
        [
          1659099092000,
          null
        ],
        [
          1659099093000,
          null
        ],
        [
          1659099094000,
          null
        ],
        [
          1659099095000,
          null
        ],
        [
          1659099096000,
          null
        ],
        [
          1659099097000,
          null
        ],
        [
          1659099098000,
          null
        ],
        [
          1659099099000,
          null
        ],
        [
          1659099100000,
          96548.7361863122
        ],
        [
          1659099101000,
          null
        ],
        [
          1659099102000,
          null
        ],
        [
          1659099103000,
          null
        ],
        [
          1659099104000,
          null
        ],
        [
          1659099105000,
          null
        ],
        [
          1659099106000,
          null
        ],
        [
          1659099107000,
          null
        ],
        [
          1659099108000,
          null
        ],
        [
          1659099109000,
          null
        ],
        [
          1659099110000,
          97700.42777091639
        ],
        [
          1659099111000,
          null
        ],
        [
          1659099112000,
          null
        ],
        [
          1659099113000,
          null
        ],
        [
          1659099114000,
          null
        ],
        [
          1659099115000,
          null
        ],
        [
          1659099116000,
          null
        ],
        [
          1659099117000,
          null
        ],
        [
          1659099118000,
          null
        ],
        [
          1659099119000,
          null
        ],
        [
          1659099120000,
          92992.53179363097
        ],
        [
          1659099121000,
          null
        ],
        [
          1659099122000,
          null
        ],
        [
          1659099123000,
          null
        ],
        [
          1659099124000,
          null
        ],
        [
          1659099125000,
          null
        ],
        [
          1659099126000,
          null
        ],
        [
          1659099127000,
          null
        ],
        [
          1659099128000,
          null
        ],
        [
          1659099129000,
          null
        ],
        [
          1659099130000,
          105294.97427162394
        ],
        [
          1659099131000,
          null
        ],
        [
          1659099132000,
          null
        ],
        [
          1659099133000,
          null
        ],
        [
          1659099134000,
          null
        ],
        [
          1659099135000,
          null
        ],
        [
          1659099136000,
          null
        ],
        [
          1659099137000,
          null
        ],
        [
          1659099138000,
          null
        ]
      ],
      "expression": "(sum:trace.express.request.hits{*}.as_rate() / avg:kubernetes.cpu.requests{*})",
      "unit": null,
      "display_name": "(trace.express.request.hits / kubernetes.cpu.requests)"
    }
  ],
  "to_date": 1659099139000,
  "query": "sum:trace.express.request.hits{*}.as_rate()/avg:kubernetes.cpu.requests{*}",
  "message": "",
  "res_type": "time_series",
  "times": [],
  "from_date": 1659099000000,
  "group_by": [],
  "values": []
}

@JorTurFer
Copy link
Member

JorTurFer commented Jul 29, 2022

In fact, my suspicions are correct, the latest point doesn't have value. IDK if it's correct just failing (current behaviour) or we should get the latest valid value. I don't have any expertise on this, let's wait till @arapulido gives her opinion.
Maybe we can add this change as optional if makes sense but not always 🤔

@dogzzdogzz
Copy link
Contributor Author

Let me also ask datadog support if this is expected behavior

@dogzzdogzz
Copy link
Contributor Author

@JorTurFer @zroubalik

The issue still exists in 2.8.0

keda-metrics-apiserver logs

github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).getQueryResult(0xc00ba462a0, {0x43afb70, 0xc00a420210})
	/workspace/pkg/scalers/datadog_scaler.go:297 +0x695
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).GetMetrics(0xc00ba462a0, {0x43afb70, 0xc00a420210}, {0xc00cfb16bc, 0x29}, {0x16, 0xc008f30350})
	/workspace/pkg/scalers/datadog_scaler.go:316 +0x56
E0822 07:31:47.306451       1 wrap.go:57] "apiserver panic'd" method="GET" URI="/apis/external.metrics.k8s.io/v1beta1/namespaces/staging-sg/s0-datadog-sum-trace-express-request-hits?labelSelector=scaledobject.keda.sh%2Fname%3Dapi-gateway" audit-ID="8a7507ed-9bab-4dcd-b348-45be2c0335a7"
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).getQueryResult(0xc00ba462a0, {0x43afb70, 0xc00a420210})
	/workspace/pkg/scalers/datadog_scaler.go:297 +0x695
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).GetMetrics(0xc00ba462a0, {0x43afb70, 0xc00a420210}, {0xc00cfb16bc, 0x29}, {0x16, 0xc008f30350})
	/workspace/pkg/scalers/datadog_scaler.go:316 +0x56
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).getQueryResult(0xc00ba462a0, {0x43afb70, 0xc00bafa360})
	/workspace/pkg/scalers/datadog_scaler.go:297 +0x695
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).GetMetrics(0xc00ba462a0, {0x43afb70, 0xc00bafa360}, {0xc00b5e4adc, 0x29}, {0x16, 0xc00ae6aed0})
	/workspace/pkg/scalers/datadog_scaler.go:316 +0x56
E0822 07:32:02.736688       1 wrap.go:57] "apiserver panic'd" method="GET" URI="/apis/external.metrics.k8s.io/v1beta1/namespaces/staging-sg/s0-datadog-sum-trace-express-request-hits?labelSelector=scaledobject.keda.sh%2Fname%3Dapi-gateway" audit-ID="107a9544-f91b-48d9-b4b9-4282d425b8c5"
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).getQueryResult(0xc00ba462a0, {0x43afb70, 0xc00bafa360})
	/workspace/pkg/scalers/datadog_scaler.go:297 +0x695
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).GetMetrics(0xc00ba462a0, {0x43afb70, 0xc00bafa360}, {0xc00b5e4adc, 0x29}, {0x16, 0xc00ae6aed0})
	/workspace/pkg/scalers/datadog_scaler.go:316 +0x56

keda-operator logs

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x2aeca55]

goroutine 795 [running]:
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).getQueryResult(0xc0040b2510, {0x3cae988, 0xc0041c8e40})
	/workspace/pkg/scalers/datadog_scaler.go:297 +0x695
github.com/kedacore/keda/v2/pkg/scalers.(*datadogScaler).IsActive(0xc0040b2510, {0x3cae988, 0xc0041c8e40})
	/workspace/pkg/scalers/datadog_scaler.go:220 +0x28
github.com/kedacore/keda/v2/pkg/scaling/cache.(*ScalersCache).IsScaledObjectActive(0xc004098190, {0x3cae988, 0xc0041c8e40}, 0xc004186c00)
	/workspace/pkg/scaling/cache/scalers_cache.go:89 +0xef
github.com/kedacore/keda/v2/pkg/scaling.(*scaleHandler).checkScalers(0xc00040e070, {0x3cae988, 0xc0041c8e40}, {0x34e3ec0, 0xc004186c00}, {0x3c8b6e8, 0xc0041c3a48})
	/workspace/pkg/scaling/scale_handler.go:278 +0x4b2
github.com/kedacore/keda/v2/pkg/scaling.(*scaleHandler).startScaleLoop(0xc00040e070, {0x3cae988, 0xc0041c8e40}, 0xc0041ee000, {0x34e3ec0, 0xc004186c00}, {0x3c8b6e8, 0xc0041c3a48})
	/workspace/pkg/scaling/scale_handler.go:149 +0x31c
created by github.com/kedacore/keda/v2/pkg/scaling.(*scaleHandler).HandleScalableObject
	/workspace/pkg/scaling/scale_handler.go:105 +0x6ef

@JorTurFer
Copy link
Member

by chance, could you debug the operator locally? I can't imagine how this could be happening, both accessors are covered by the previous ifs...

@vflaux
Copy link
Contributor

vflaux commented Aug 31, 2022

Hi, we encountered the same issue with 2.7.3 & 2.8.0.
I tested a local build with an additionnal check at the end of datadogScaler.getQueryResult():

	if points[index][1] == nil {
		return 0, fmt.Errorf("WTF IS HAPPENING?")
	}

	// Return the last point from the series
	return *points[index][1], nil

And we get this error instead of a panic (in keda-operator):

{"level":"error","ts":1661933107.7960858,"logger":"scalehandler","msg":"Error getting scale decision","scaledobject.Name":"xxx","scaledObject.Namespace":"xxx","scaleTarget.Name":"xxx","error":"WTF IS HAPPENING?","stacktrace":"github.com/kedacore/keda/v2/pkg/scaling.(*scaleHandler).checkScalers\n\t/workspace/pkg/scaling/scale_handler.go:278\ngithub.com/kedacore/keda/v2/pkg/scaling.(*scaleHandler).startScaleLoop\n\t/workspace/pkg/scaling/scale_handler.go:149"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants