imwhiter commented on issue #15283:
URL: https://github.com/apache/druid/issues/15283#issuecomment-1786418815

   I tried a method to handle this issue:  
          I used postgres as the metadata storage for the druid, and when the 
situation described in the issue (increasing system time and then bringing it 
back, causing the droid to be unable to ingest data) occurred, I deleted the 
data in the table named as "druid_pendingsegments", it was found that the druid 
is functioning properly and the data has not been lost.
   
   
   **May I ask if this method can be used to solve my problem?** I am not sure 
if this table("druid_pendingsegments") has any other uses, but I am worried 
that it may cause problems that I am not aware of.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to