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
Initializing new client
ClientID is the default of 'sarama', you should consider setting it to something application-specific.
ClientID is the default of 'sarama', you should consider setting it to something application-specific.
client/metadata fetching metadata for all topics from broker 127.0.0.1:9092
Connected to broker at 127.0.0.1:9092 (unregistered)
client/brokers registered new broker #123 at localhost:9092
Successfully initialized new client
client/metadata fetching metadata for [clicks] from broker 127.0.0.1:9092
client/coordinator requesting coordinator for consumergroup tracker_consumer_group from 127.0.0.1:9092
client/coordinator coordinator for consumergroup tracker_consumer_group is #123 (localhost:9092)
ClientID is the default of 'sarama', you should consider setting it to something application-specific.
Connected to broker at localhost:9092 (registered as #123)
client/coordinator requesting coordinator for consumergroup tracker_consumer_group from 127.0.0.1:9092
client/coordinator coordinator for consumergroup tracker_consumer_group is #123 (localhost:9092)
consumer/broker/123 added subscription to clicks/2
consumer/broker/123 added subscription to clicks/0
consumer/broker/123 added subscription to clicks/1
consumer/broker/123 added subscription to clicks/3
Problem Description
continuous growth in slot consumption
# HELP kafka_server_fetchsessioncache_numincrementalfetchsessions Attribute exposed for management (kafka.server<type=F
etchSessionCache, name=NumIncrementalFetchSessions><>Value)
# TYPE kafka_server_fetchsessioncache_numincrementalfetchsessions untyped
kafka_server_fetchsessioncache_numincrementalfetchsessions 421.0
# HELP kafka_server_fetchsessioncache_incrementalfetchsessionevictions_total Attribute exposed for management (kafka.se
rver<type=FetchSessionCache, name=IncrementalFetchSessionEvictionsPerSec><>Count)
# TYPE kafka_server_fetchsessioncache_incrementalfetchsessionevictions_total counter
kafka_server_fetchsessioncache_incrementalfetchsessionevictions_total 0.0
# HELP kafka_server_fetchsessioncache_numincrementalfetchpartitionscached Attribute exposed for management (kafka.serve
r<type=FetchSessionCache, name=NumIncrementalFetchPartitionsCached><>Value)
# TYPE kafka_server_fetchsessioncache_numincrementalfetchpartitionscached untyped
kafka_server_fetchsessioncache_numincrementalfetchpartitionscached 1674.0
Errors in kafka server.log
Node 1 was unable to process the fetch request with (sessionId=1100333569, epoch=591834): FETCH_SESSION_ID_NOT_FOUND. (org.apache.kafka.clients.FetchSessionHandler)
The text was updated successfully, but these errors were encountered:
Versions
github.com/Shopify/sarama v1.26.0
Configuration
Logs
Problem Description
continuous growth in slot consumption
Errors in kafka server.log
The text was updated successfully, but these errors were encountered: