Re: Autoscaling stuck at 1, never see getSplitBacklogBytes() execute

2019-09-19 Thread Ken Barr
Figured it out. Basically you cannot log inside the getSplitBacklogBytes() method and get it to show in the UnboundedSource.Read log stack and could not figure out another way to get at this logs. So I added stats in this method and dumped the stats periodically in the advance() method to get

Re: Autoscaling stuck at 1, never see getSplitBacklogBytes() execute

2019-09-04 Thread Ken Barr
Does anyone actually use Streaming Autoscaling with cloud Dataflow? I have seen scale-ups based on CPU but never on backlog. Now I do not see scale up events at all. If this works can you please point me to a working example. On 2019/01/09 20:09:46, Ken Barr wrote: > Hello > > I have been

Autoscaling stuck at 1, never see getSplitBacklogBytes() execute

2019-01-09 Thread Ken Barr
Hello I have been directed to this mail list by posting to Stack Overflow. If this is inappropriate use of mail list please let me know.https://stackoverflow.com/questions/54100870/autoscale-stuck-at-1-never-see-getsplitbacklogbytes-execute I am creating a custom IO connector in Java that runs