Skip to content

Instantly share code, notes, and snippets.

@fuyi
Last active August 23, 2021 14:44
Show Gist options
  • Save fuyi/9a108591784e705ca45dea138a30435e to your computer and use it in GitHub Desktop.
Save fuyi/9a108591784e705ca45dea138a30435e to your computer and use it in GitHub Desktop.
hopsworks_debug-log
tail -400 /srv/hops/onlinefs/logs/onlinefs.log
Enable succeeded: 
[stdout]
-b083-4198-9ae5-d966137a8076 sending LeaveGroup request to coordinator 10.0.0.9:9091 (id: 2147483646 rack: null)
2021-08-23 14:30:52 INFO  AbstractCoordinator:879 - [Consumer clientId=consumer-3, groupId=0] Member consumer-3-5d5705ab-e091-4f8a-a331-974f410e4273 sending LeaveGroup request to coordinator 10.0.0.9:9091 (id: 2147483646 rack: null)
2021-08-23 14:30:52 WARN  AbstractCoordinator:1119 - [Consumer clientId=consumer-7, groupId=0] This member will leave the group because consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2021-08-23 14:30:52 WARN  AbstractCoordinator:1119 - [Consumer clientId=consumer-2, groupId=0] This member will leave the group because consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2021-08-23 14:30:52 INFO  AbstractCoordinator:879 - [Consumer clientId=consumer-7, groupId=0] Member consumer-7-c773df4f-24ff-4f1c-beb5-3c4a9b9aac80 sending LeaveGroup request to coordinator 10.0.0.9:9091 (id: 2147483646 rack: null)
2021-08-23 14:30:52 INFO  AbstractCoordinator:879 - [Consumer clientId=consumer-2, groupId=0] Member consumer-2-bfb1d6f1-879a-4483-b2d6-3cea1b7b520b sending LeaveGroup request to coordinator 10.0.0.9:9091 (id: 2147483646 rack: null)
2021-08-23 14:30:52 WARN  AbstractCoordinator:1119 - [Consumer clientId=consumer-1, groupId=0] This member will leave the group because consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2021-08-23 14:30:52 INFO  AbstractCoordinator:879 - [Consumer clientId=consumer-1, groupId=0] Member consumer-1-2c6c9876-20c1-4075-9697-f8d0699a7a84 sending LeaveGroup request to coordinator 10.0.0.9:9091 (id: 2147483646 rack: null)
2021-08-23 14:30:52 WARN  AbstractCoordinator:1119 - [Consumer clientId=consumer-6, groupId=0] This member will leave the group because consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2021-08-23 14:30:52 INFO  AbstractCoordinator:879 - [Consumer clientId=consumer-6, groupId=0] Member consumer-6-6e36065e-51a2-4cd7-92ef-c23be3281743 sending LeaveGroup request to coordinator 10.0.0.9:9091 (id: 2147483646 rack: null)
2021-08-23 14:30:52 WARN  AbstractCoordinator:1119 - [Consumer clientId=consumer-9, groupId=0] This member will leave the group because consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2021-08-23 14:30:52 INFO  AbstractCoordinator:879 - [Consumer clientId=consumer-9, groupId=0] Member consumer-9-46b597d5-83f6-4740-89be-eed6342af688 sending LeaveGroup request to coordinator 10.0.0.9:9091 (id: 2147483646 rack: null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment