Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2022-01-05 Thread Robert Burke
Ack. Thanks for the headsup. As long as Jenkins ends up with at least go1.16, the Go targets should be fine. On Wed, Jan 5, 2022, 6:08 PM Daniela Martín wrote: > Hi Valentyn, > > Giomar and I are working on the upgrade of Jenkins VMs to modern Ubuntu > version (BEAM-12621

Re: Best practices for upgrading installed dependencies on Jenkins VMs?

2022-01-05 Thread Daniela Martín
Hi Valentyn, Giomar and I are working on the upgrade of Jenkins VMs to modern Ubuntu version (BEAM-12621 ). We are very close to finishing it, we will reach out for the review. Thank you. Regards, On Wed, Jan 5, 2022 at 7:57 PM Valentyn

Re: Accessing side input in event_time timer callback function

2022-01-05 Thread Sahil Modak
Also to confirm, I am seeing the same exception as mentioned in the bug : java.lang.UnsupportedOperationException: Attempt to deliver a timer to a DoFn, but timers are not supported in Dataflow. Due to this the timers in my code are not expiring when they are supposed to On Wed, Jan 5, 2022 at

Re: Accessing side input in event_time timer callback function

2022-01-05 Thread Sahil Modak
Hi Luke, Please find answers below: 1) Number of keys in main input : this is indefinite, currently we are observing around ~2 million keys 2) How often (if ever) does the side input change : this will stay constant most of the time, will change once a month in the worse case 3) How big the side