readl1 commented on pull request #2231:
URL: https://github.com/apache/nifi/pull/2231#issuecomment-801118463


   @patricker 
   Ok I have found a way to reproduce this. Let me know if we can get on a 
screenshare so I can show you the issue. I have it running on a 30 second 
interval and its pull data from yesterday on each run. 
   
   SELECT max(sys.fn_cdc_map_lsn_to_time ( __$start_lsn )) FROM <cdc table>
   returned: 2021-03-16 18:17:34.163
   
   Attribute in nifi: maxvalue.tran_end_time = 2021-03-16 18:17:34.163
   
   Value stored in the state: 2021-03-16 18:17:34.163
   
   How do you compare the current time stored in the state to the time coming 
from the cdc table?
   
   
    
   
   
   
   


----------------------------------------------------------------
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.

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


Reply via email to