This message was deleted.
# troubleshooting
s
This message was deleted.
g
seems odd; what are you trying to do for querying?
k
I did select max(__time)
b
Are there rows but the time isn't recent? Is it possible __time isn't being set properly?
k
We have batch ingestion for same datasource so we r seeing only that time stamp
We used same ingestion spec on prem it is working fine
j
Without having more information, I have two possible theories to suggest -- • Persisted data is still in real-time segments, correct? If for some reason the segments are not building/publishing, then the "latest" data would only be present during the task duration and be lost at handover due to build/publish failure. • If you are using MSQ to query, currently MSQ only looks at deep storage, not real-time segments.
k
Issue is fixed . port where peon is running is not open from overlord and broker . after fixing that able to query real time data
👍 2
Thanks all for the help