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
*log.safeError: stopper.go:178: runtime.errorString: runtime error: invalid memory address or nil pointer dereference
File "github.com/cockroachdb/cockroach/pkg/ts/query.go", line 757, in func1
File "github.com/cockroachdb/cockroach/pkg/ts/query.go", line 1069, in Query
File "github.com/cockroachdb/cockroach/pkg/ts/query.go", line 840, in QueryMemoryConstrained
File "github.com/cockroachdb/cockroach/pkg/ts/server.go", line 234, in 1
File "github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go", line 327, in func1
...
(4 additional frame(s) were not displayed)
stopper.go:178: runtime.errorString: runtime error: invalid memory address or nil pointer dereference
The text was updated successfully, but these errors were encountered:
A query which specified an invalid enumeration value for
SourceAggregator would cause a nil pointer panic on the server.
Repaired this fix and added a test for invalid values of all the
enumeration values of the query request.
Fixescockroachdb#23766
Release note: None
https://sentry.io/cockroach-labs/cockroachdb/issues/490486096/
The text was updated successfully, but these errors were encountered: