You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/04/25 13:06:54 UTC

[GitHub] [druid] mounikanakkala commented on issue #12458: Druid does not intermittently drop segments past retention time

mounikanakkala commented on issue #12458:
URL: https://github.com/apache/druid/issues/12458#issuecomment-1108546631

   Facing the same issue again.
   
   **Observations**
   Druid console segments UI page with every _**refresh within seconds shows different list of segments**_.
   <img width="1549" alt="Screen Shot 2022-04-25 at 5 58 17 AM" src="https://user-images.githubusercontent.com/15020965/165093940-55010b0d-8262-48ca-a230-c42c4e9e8ffc.png">
   
   
   <img width="1549" alt="Screen Shot 2022-04-25 at 5 59 16 AM" src="https://user-images.githubusercontent.com/15020965/165094226-9ee4c3c7-5fa9-4bcb-ad11-8d90741497bc.png">
   
   <img width="1549" alt="Screen Shot 2022-04-25 at 5 59 47 AM" src="https://user-images.githubusercontent.com/15020965/165094240-5a06e4cb-9d13-4d64-9c34-e44b1b7a784f.png">
   
   My understanding is segments UI page shows results of sys.segments. Can you please add which process and how often  creates or refreshes sys.segments information?
   
   Result of the below query
   ```
   select * from sys.segments
   where segment_id like 'our_datasource_2022-04-09T05:00:00.000Z_2022-04-09T06:00:00.000Z%'
   order by partition_num
   ```
   
   <img width="886" alt="Screen Shot 2022-04-25 at 6 03 56 AM" src="https://user-images.githubusercontent.com/15020965/165094765-87411bd6-37d5-428a-835b-f84c5300e982.png">
   
   **But http://<coordinator IP address>:8081/unified-console.html#segments UI page does not show any segment for 2022-04-09.**


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org