This message was deleted.
# troubleshooting
s
This message was deleted.
k
What retention rules do you have set?
j
Have you see if the historicals have enough storage space? in the capture they only show space configured but not real available space in the disk
s
@Kyle Hoondert I am using kafka connect and adding data. I am not adding retention rules separately
j
@swetha what @Kyle Hoondert try to say is if you can share the retention rules applied over the datasource
k
I am trying to understand why the 119 segments are unavailable. One reason might be they are not being loaded due to the retention rules.
You might want to have a look in the
coordinator
logs to understand how they are being handled
s
@Kyle Hoondert Thanks for the help
👍 1
I did add retention rule. I am able to see some data now. I
j
it is possible tha oyur default retention rule is “drop forever”?
đź‘€ 1
🙌 1
s
My doubt over here is why is it something need to asked explicitly to retent data. Isn't this expected by default as we need the db for analysis
I didn't do this earlier
and it was working fine.
k
the
_default
rule of a default cluster is
loadForever
- if this changed, somebody changed it explicitly. Default rule in a default cluster:
out of the box it should be
loadForever
2 replicas in the
_default_tier
s
Thanks @Kyle Hoondert.