Re: FileSystemHaServices and BlobStore

2020-09-18 Thread Alexey Trenikhun
contributing to FileSystemHAService, maybe it will be useful to someone else until FLIP-144 will be available Thanks, Alexey From: Yang Wang Sent: Wednesday, September 16, 2020 8:25 PM To: Alexey Trenikhun Cc: dev; Flink User Mail List Subject: Re: FileSystemHaServices and

Re: [DISCUSS] Deprecate and remove UnionList OperatorState

2020-09-14 Thread Alexey Trenikhun
-1 We use union state to generate sequences, each operator generates offset0 + number-of-tasks - task-index + task-specific-counter * number-of-tasks (e.g. for 2 instances of operator -one instance produce even number, another odd). Last generated sequence number is stored union list state, on

Re: FileSystemHaServices and BlobStore

2020-09-02 Thread Alexey Trenikhun
from failure even VoidBlobStore. I also use StatefulSet instead of Deployment Thanks, Alexey From: Yang Wang Sent: Tuesday, September 1, 2020 1:58 AM To: dev Cc: Alexey Trenikhun ; Flink User Mail List Subject: Re: FileSystemHaServices and BlobStore Hi Alexey, Gl