Slackbot
06/16/2023, 7:23 AMAmatya Avadhanula
06/16/2023, 7:24 AMAnant Sharma
06/16/2023, 7:27 AMAnant Sharma
06/16/2023, 7:29 AMAmatya Avadhanula
06/16/2023, 7:31 AMAmatya Avadhanula
06/16/2023, 7:32 AMAnant Sharma
06/16/2023, 8:56 AM{
"dataSource": "eber_gateways_sensors_data",
"stream": "eber.gw.sensors.data",
"partitions": 3,
"replicas": 1,
"durationSeconds": 604800,
"activeTasks": [],
"publishingTasks": [],
"latestOffsets": {
"0": 1982944,
"1": 1982593,
"2": 1982209
},
"minimumLag": {
"0": 347306,
"1": 347624,
"2": 347179
},
"aggregateLag": 1042109,
"offsetsLastUpdated": "2023-06-16T08:56:02.877Z",
"suspended": false,
"healthy": false,
"state": "UNHEALTHY_SUPERVISOR",
"detailedState": "UNABLE_TO_CONNECT_TO_STREAM",
"recentErrors": [
{
"timestamp": "2023-06-16T08:54:47.582Z",
"exceptionClass": "org.apache.druid.java.util.common.ISE",
"message": "org.apache.druid.java.util.common.ISE: Previous sequenceNumber [1635638] is no longer available for partition [0]. You can clear the previous sequenceNumber and start reading from a valid message by using the supervisor's reset API.",
"streamException": true
},
{
"timestamp": "2023-06-16T08:55:17.585Z",
"exceptionClass": "org.apache.druid.java.util.common.ISE",
"message": "org.apache.druid.java.util.common.ISE: Previous sequenceNumber [1635638] is no longer available for partition [0]. You can clear the previous sequenceNumber and start reading from a valid message by using the supervisor's reset API.",
"streamException": true
},
{
"timestamp": "2023-06-16T08:55:47.587Z",
"exceptionClass": "org.apache.druid.java.util.common.ISE",
"message": "org.apache.druid.java.util.common.ISE: Previous sequenceNumber [1635638] is no longer available for partition [0]. You can clear the previous sequenceNumber and start reading from a valid message by using the supervisor's reset API.",
"streamException": true
}
]
}
Anant Sharma
06/16/2023, 8:56 AMAmatya Avadhanula
06/16/2023, 8:58 AMAmatya Avadhanula
06/16/2023, 8:58 AMAnant Sharma
06/16/2023, 9:00 AMAnant Sharma
06/16/2023, 9:01 AMAmatya Avadhanula
06/16/2023, 9:01 AM1635638
) is not in the retention period of the topic.Anant Sharma
06/16/2023, 9:01 AMAnant Sharma
06/16/2023, 9:01 AMAmatya Avadhanula
06/16/2023, 9:02 AMAmatya Avadhanula
06/16/2023, 9:02 AMAnant Sharma
06/16/2023, 9:03 AMAnant Sharma
06/16/2023, 9:04 AMAmatya Avadhanula
06/16/2023, 9:57 AMif i increase the retention period of this topic , i think that will fix the issueYes, that might help prevent this issue
Amatya Avadhanula
06/16/2023, 9:58 AMAmatya Avadhanula
06/16/2023, 9:59 AMuseEarliestOffset
to true in the spec as well.
https://druid.apache.org/docs/latest/development/extensions-core/kafka-supervisor-reference.html#kafkasupervisorioconfigAnant Sharma
06/16/2023, 11:13 AM{
"dataSource": "eber_gateways_sensors_data",
"stream": "eber.gw.sensors.data",
"partitions": 3,
"replicas": 1,
"durationSeconds": 604800,
"activeTasks": [],
"publishingTasks": [],
"latestOffsets": {
"0": 1985770,
"1": 1985330,
"2": 1984909
},
"minimumLag": {
"0": 350132,
"1": 350361,
"2": 349879
},
"aggregateLag": 1050372,
"offsetsLastUpdated": "2023-06-16T11:12:15.269Z",
"suspended": false,
"healthy": false,
"state": "UNHEALTHY_SUPERVISOR",
"detailedState": "UNABLE_TO_CONNECT_TO_STREAM",
"recentErrors": [
{
"timestamp": "2023-06-16T11:11:00.260Z",
"exceptionClass": "org.apache.druid.java.util.common.ISE",
"message": "org.apache.druid.java.util.common.ISE: Previous sequenceNumber [1635638] is no longer available for partition [0]. You can clear the previous sequenceNumber and start reading from a valid message by using the supervisor's reset API.",
"streamException": true
},
{
"timestamp": "2023-06-16T11:11:30.260Z",
"exceptionClass": "org.apache.druid.java.util.common.ISE",
"message": "org.apache.druid.java.util.common.ISE: Previous sequenceNumber [1635638] is no longer available for partition [0]. You can clear the previous sequenceNumber and start reading from a valid message by using the supervisor's reset API.",
"streamException": true
},
{
"timestamp": "2023-06-16T11:12:00.263Z",
"exceptionClass": "org.apache.druid.java.util.common.ISE",
"message": "org.apache.druid.java.util.common.ISE: Previous sequenceNumber [1635638] is no longer available for partition [0]. You can clear the previous sequenceNumber and start reading from a valid message by using the supervisor's reset API.",
"streamException": true
}
]
}
ive increased the number of retnetion to 30 days from 7Amatya Avadhanula
06/16/2023, 11:20 AMAmatya Avadhanula
06/16/2023, 11:22 AMuseEarliestOffset
set to true
if you want to ingest all the available data.Anant Sharma
06/16/2023, 11:32 AMAnant Sharma
06/16/2023, 11:33 AMAnant Sharma
06/16/2023, 11:34 AMAmatya Avadhanula
06/16/2023, 11:34 AMAmatya Avadhanula
06/16/2023, 11:34 AMAnant Sharma
06/16/2023, 11:35 AMAnant Sharma
06/16/2023, 11:36 AMAmatya Avadhanula
06/16/2023, 11:36 AMAmatya Avadhanula
06/16/2023, 11:37 AM