Skip to content

Ingesters continuously log the warning message method=/cortex.Ingester/QueryStream err="context canceled" msg="gRPC\n" #1279

@nrjpoddar

Description

@nrjpoddar

We are running cortex version master-4d5a8a70 and see that all the ingesters are continuously logging this warning message:

level=warn ts=2019-03-13T20:38:59.792970914Z caller=gokit.go:46 method=/cortex.Ingester/QueryStream duration=61.047µs err="rpc error: code = Canceled desc = context canceled" msg="gRPC\n"

This log doesn't really contain all the information needed to debug the issue. These are our options for the ingester Pod if it's related to configuration:

        - -ingester.join-after=30s
        - -ingester.claim-on-rollout=true
        - -ingester.search-pending-for=5m
        - -consul.hostname=<>
        - -dynamodb.original-table-name=<>
        - -dynamodb.url=dynamodb://$(AWS_DEFAULT_REGION)
        - -s3.url=<>
        - -dynamodb.chunk-table.prefix=cortex_chunks_
        - -dynamodb.chunk-table.tag=cortex=chunks
        - -dynamodb.chunk-table.from=<>
        - -dynamodb.chunk-table.period=168h
        - -dynamodb.periodic-table.prefix=cortex_weekly_
        - -dynamodb.periodic-table.tag=cortex=periodic-table
        - -dynamodb.periodic-table.from=<>
        - -dynamodb.periodic-table.period=168h
        - -dynamodb.v6-schema-from=<>
        - -dynamodb.use-periodic-tables
        - -memcached.hostname=<>
        - -memcached.timeout=100ms
        - -memcached.service=memcache
        - -memcached.timeout=500ms
        - -store.index-cache-write.memcached.hostname=<>
        - -store.index-cache-write.memcached.service=memcache
        - -store.index-cache-write.memcached.timeout=500ms
        - -store.index-cache-read.memcached.hostname=<>
        - -store.index-cache-read.memcached.service=memcache
        - -store.index-cache-read.memcached.timeout=500ms

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions