akashk99 commented on issue #31313:
URL: https://github.com/apache/beam/issues/31313#issuecomment-2130258010

   Im surprised this is a bug considering restoring from a flink savepoint is a 
pretty common use case, is it possible there some configuration missing 
somewhere? I havent been able to find anyone else online experiencing this same 
issue but I was able to replicate it using both kinesis and kafka. Given how 
common of a use case it is, Im not 100% sure I believe this is in fact a bug 
and most likely some user error on my part.
   
   I can make do without savepoints by utilizing kafka offset commits and 
consumer groups to ensure no data is lost, but cant figure out a way to not 
lose data that is windowed but not triggered when the flink application is 
stopped. Maybe you know of a solution to that problem?
   
   it seems like a lot of the subtasks arent being utilized when stripping IDs 
with beam_fn_api despite the number of shards being 20 and parallelism being 24 
(in theory should only be 4 idle subtasks) 
   
   <img width="886" alt="Screenshot 2024-05-24 at 12 48 32 PM" 
src="https://github.com/apache/beam/assets/38279340/fda0120c-c1a2-4d68-929a-d4ab47f1c57c";>
   


-- 
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: github-unsubscr...@beam.apache.org

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

Reply via email to