See 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/613/display/redirect?page=changes>

Changes:

[kevinsijo] Setting up a basic directory

[kevinsijo] Mirroring Python SDK's directory structure

[kerrydc] Adds initial tests

[kevinsijo] 'runners' is the correct directory name

[Pablo Estrada] sketching the core API for JS SDK

[jonathanlui] add .gitignore for node/ts project

[Robert Bradshaw] Worker directory.

[Robert Bradshaw] Fix complile errors with explicit any for callables.

[Robert Bradshaw] Add worker entry point.

[Robert Bradshaw] Add proto generation code.

[Robert Bradshaw] Add generated proto files.

[Robert Bradshaw] Attempts to get ts protos to compile.

[Robert Bradshaw] Exclude ts protos for now.

[Robert Bradshaw] More changes to get ts protos working.

[Robert Bradshaw] Update scripts and config to get protos compiling.

[Robert Bradshaw] Update geenrated files.

[jonathanlui] add build and clean script to compile ts

[Robert Bradshaw] Generate server for loopback worker.

[Robert Bradshaw] Generated grpc servers for loopback.

[Robert Bradshaw] Add typescript formatter.

[Robert Bradshaw] Loopback server (that does nothing).

[Robert Bradshaw] Working server.

[Pablo Estrada] Starting expansion of primitive transforms

[Pablo Estrada] Starting to implement and support standard coders

[Robert Bradshaw] Also generate grpc clients.

[Robert Bradshaw] Basic implementation of worker harness.

[Pablo Estrada] fix the build

[Robert Bradshaw] Add some missing files for worker harness.

[Robert Bradshaw] Refactor operators to use registration.

[jonathanlui] enable ts in mocha

[jonathanlui] update readme

[jonathanlui] --save-dev @types/mocha

[jonathanlui] translate core_test.js to typescript

[Robert Bradshaw] Encapsulate worker service in a class.

[Kenneth Knowles] Port standard_coders_test to typescript (superficially)

[Pablo Estrada] Starting the proto translation of Impulse, ParDo, GBK

[Robert Bradshaw] Add some tests for the worker code.

[Robert Bradshaw] Fixing old lock file error.

[Pablo Estrada] Adding transform names and fixing GBK coder issue

[Robert Bradshaw] npx tsfmt -r src/apache_beam/base.ts 
src/apache_beam/transforms/core.ts

[Kenneth Knowles] switch to import style require() statements

[Kenneth Knowles] Add Coder interface using protobufjs classes

[Kenneth Knowles] BytesCoder with some failures

[noreply] Added GeneralObjectCoder and using it as coder for most transforms 
(#9)

[Kenneth Knowles] Fix order of arguments to deepEqual

[Kenneth Knowles] Encode expected encoding as binary

[Robert Bradshaw] Refactor API to allow for composites.

[jrmccluskey] Initial setup for automated Java expansion startup

[jrmccluskey] Update exp_service.ts

[Kenneth Knowles] Fix up coder deserialization

[Robert Bradshaw] Simplify GBK coder computation.

[Robert Bradshaw] Remove top-level PValue.

[Pablo Estrada] Make tests green

[Robert Bradshaw] Rename PValueish to PValue.

[jonathanlui] node runner

[jonathanlui] whitespaces

[Robert Bradshaw] Make Runner.run async.

[jonathanlui] bson and fast-deep-equal should not be listed as devdependency

[jrmccluskey] Add basic Dockerfile that starts ExternalWorkerPool

[Robert Bradshaw] Direct runner.

[kevinsijo] Testing expansion service communication

[Robert Bradshaw] Added flatten, assertion checkers.

[Pablo Estrada] progress on basic coders

[Robert Bradshaw] Fixing the build.

[Robert Bradshaw] Cleanup, simplify access.

[Pablo Estrada] Adding limited support for KVCoder and IterableCoder

[Robert Bradshaw] Introduce PipelineContext.

[Robert Bradshaw] Add toProto to all coders.

[Robert Bradshaw] Some work with coders.

[Robert Bradshaw] Remove debug logging.

[Robert Bradshaw] Use coders over data channel.

[Kenneth Knowles] explicitly sequence sub-coder serializations

[Kenneth Knowles] no more need to extend FakeCoder

[Kenneth Knowles] actually advance reader

[Kenneth Knowles] autoformat

[Kenneth Knowles] protobufjs already can write and read signed varints

[Kenneth Knowles] with improved test harness, kv has many more failures

[Kenneth Knowles] read bytescoder from correct position

[Kenneth Knowles] no more fake coders

[Kenneth Knowles] varint examples all work

[Kenneth Knowles] simplify coder value parsing

[Kenneth Knowles] global window coder

[Kenneth Knowles] fix swapEndian32

[Robert Bradshaw] Add P(...) operator.

[kevinsijo] Implementing RowCoder encoding.

[jrmccluskey] remove unused container dir

[kevinsijo] Corrected sorting of encoded positions to reflect an argsort 
instead.

[Robert Bradshaw] Populate environments.

[kevinsijo] Implementing RowCoder decoding.

[Kenneth Knowles] preliminary unbounded iterable coder

[Kenneth Knowles] friendlier description of standard coder test case

[Kenneth Knowles] fix test harness; iterable works

[jrmccluskey] first pass at boot.go

[jonathanlui] update package-lock.json

[jonathanlui] make NodeRunner a subclass of Runner

[jonathanlui] add waitUntilFinish interface member

[Pablo Estrada] Adding double coder

[Kenneth Knowles] scaffolding for windowed values

[Pablo Estrada] Adding type information to PColleciton and PTransform

[jonathanlui] fix direct runner

[Pablo Estrada] Adding typing information for DoFns

[Kenneth Knowles] add interval window

[Robert Bradshaw] Export PValue.

[Robert Bradshaw] Add CombineFn interface.

[Robert Bradshaw] Typed flatten.

[jonathanlui] add runAsync method to base.Runner

[Kenneth Knowles] add Long package

[Pablo Estrada] Adding more types. Making PValue typed

[Kenneth Knowles] instant coder draft

[Robert Bradshaw] Return job state from direct runner.

[Kenneth Knowles] type instant = long

[jonathanlui] implement NodeRunner.runPipeline

[Kenneth Knowles] autoformat

[kevinsijo] Completed implementation of basic row coder

[Kenneth Knowles] Fix IntervalWindowCoder, almost

[Kenneth Knowles] fix interval window coder

[Kenneth Knowles] autoformat

[Robert Bradshaw] loopback runner works

[Kenneth Knowles] move core element types into values.ts

[Kenneth Knowles] just build object directly to be cool

[Robert Bradshaw] GBK working on ULR.

[Robert Bradshaw] Async transforms.

[Robert Bradshaw] External transform grpah splicing.

[Kenneth Knowles] progress on windowed value: paneinfo encoding

[Robert Bradshaw] Fix merge.

[Robert Bradshaw] autoformat

[Kenneth Knowles] full windowed value coder

[kerrydc] Updates tests to use correct types, adds generics where needed to 
DoFns

[Robert Bradshaw] Add serialization librarires.'

[Robert Bradshaw] Add Split() PTransform, for producing multiple outputs from a 
single

[Robert Bradshaw] Schema-encoded external payloads.

[kevinsijo] Adding Schema inference from JSON

[Pablo Estrada] Removing unused directories

[Pablo Estrada] Support for finishBundle and improving typing annotations.

[Pablo Estrada] A base implementation of combiners with GBK/ParDo

[Robert Bradshaw] Fully propagate windowing information in both remote and 
direct runner.

[Robert Bradshaw] Make args and kwargs optional for python external transform.

[Robert Bradshaw] Infer schema for external transforms.

[Pablo Estrada] Implementing a custom combine fn as an example. Small fixes

[Robert Bradshaw] Fix missing windowing information in combiners.

[Robert Bradshaw] PostShuffle needn't group by key as that's already done.

[Robert Bradshaw] Guard pre-combine for global window only.

[Robert Bradshaw] WindowInto

[Robert Bradshaw] Fix optional kwargs.

[Robert Bradshaw] A couple of tweaks for js + py

[Robert Bradshaw] Add windowing file.

[Robert Bradshaw] CombineBy transform, stand-alone WordCount.

[Robert Bradshaw] cleanup

[Robert Bradshaw] Actually fix optional external kwargs.

[Robert Bradshaw] Demo2, textio read.

[Robert Bradshaw] Add command lines for starting up the servers.

[Robert Bradshaw] Run prettier on the full codebase.

[Robert Bradshaw] Update deps.

[Pablo Estrada] Adding docstrings for core.ts. Prettier dependency

[Pablo Estrada] Documenting coder interfaces

[Pablo Estrada] Added documentation for a few standard coders

[Robert Bradshaw] Unified grouping and combining.

[Robert Bradshaw] Allow PCollection ids to be lazy.

[Robert Bradshaw] Reorganize module structure.

[Robert Bradshaw] A couple more renames.

[Robert Bradshaw] Simplify.

[Robert Bradshaw] Consolidation.

[Robert Bradshaw] Fix build.

[Robert Bradshaw] Add optional context to ParDo.

[Robert Bradshaw] fixup: iterable coder endian sign issue

[Robert Bradshaw] omit context for map(console.log)

[Robert Bradshaw] Fix ReadFromText coders.

[Robert Bradshaw] Flesh out README with overview and current state.

[noreply] Readme typo

[Robert Bradshaw] Two more TODOs.

[noreply] Add a pointer to the example wordcount to the readme.

[Pablo Estrada] Documenting coders and implementing unknown-length method

[Robert Bradshaw] UIID dependency.

[Robert Bradshaw] Artifact handling.

[Robert Bradshaw] Properly wait on data channel for bundle completion.

[Robert Bradshaw] Automatic java expansion service startup.

[Robert Bradshaw] Process promises.

[Robert Bradshaw] Implement side inputs.

[Robert Bradshaw] Cleanup.

[Robert Bradshaw] Put complex constext stuff in its own file.

[Robert Bradshaw] Rename BoundedWindow to just Window.

[Robert Bradshaw] Alternative splitter class.

[Pablo Estrada] Documenting internal functions

[Robert Bradshaw] Take a pass clarifying the TODOs.

[Robert Bradshaw] Sql transform wrapper.

[Robert Bradshaw] Incorporate some feedback into the TODOs.

[Robert Bradshaw] More TODOs.

[Robert Bradshaw] Remove app placeholder.

[Robert Bradshaw] Apache license headers.

[Robert Bradshaw] More TODOs

[jankuehle] Suggestions for TypeScript todos

[dannymccormick] Add actions for typescript sdk

[dannymccormick] Fix test command

[noreply] Add missing version

[dannymccormick] Fix codecovTest command

[noreply] Only do prettier check on linux

[noreply] Only get codecov on linux

[Robert Bradshaw] Resolve some comments.

[Robert Bradshaw] Fix compile errors.

[Robert Bradshaw] Prettier.

[Robert Bradshaw] Re-order expandInternal arguments pending unification.

[Robert Bradshaw] More consistent and stricter PTransform naming.

[Robert Bradshaw] Notes on explicit, if less idiomatic, use of classes.

[Robert Bradshaw] Let DoFn be an interface rather than a class.

[Robert Bradshaw] Provide DoFn context to start and finish bundle.

[Robert Bradshaw] Optional promise code simplification.

[Robert Bradshaw] Cleanup todos.

[Robert Bradshaw] Avoid any type where not needed.

[Robert Bradshaw] Apache RAT excludes for typescript.

[Robert Bradshaw] Remove empty READMEs.

[Robert Bradshaw] Add licences statement to readme files.

[Robert Bradshaw] More RAT fixes.

[Robert Bradshaw] Another unsupported coder.

[Robert Bradshaw] Remove debugging code.

[noreply] Fix automatic naming with code coverage.

[Robert Bradshaw] Coders cleanup.

[Robert Bradshaw] Add tests for RowCoder.

[Robert Bradshaw] Normalize capitalization, comments.

[Robert Bradshaw] Install typescript closure packages.

[Robert Bradshaw] npm audit fix

[Robert Bradshaw] Move more imports out of base.

[Robert Bradshaw] Changes needed to compile with ts closure plugin.

[Robert Bradshaw] Use ttsc and ts-closure-transform plugin.

[Robert Bradshaw] Serialization registration to actually get serialization 
working.

[Robert Bradshaw] Container images working on local runner.

[Robert Bradshaw] Add a portable job server that proxies the Dataflow backend. 
(#17189)

[Robert Bradshaw] Improvements to dataflow job service for non-Python jobs.

[Robert Bradshaw] Get dataflow working.

[Robert Bradshaw] User friendly pipeline options.

[Robert Bradshaw] Less classes, more functions.

[Robert Bradshaw] Add new nullable standard coder.

[Robert Bradshaw] Make Apache Rat happy.

[Robert Bradshaw] Disable broken codecov.

[Robert Bradshaw] Remove last uses of base.ts.

[Robert Bradshaw] Remove unneedd file.

[Robert Bradshaw] Remove more uneeded/unused files.

[Robert Bradshaw] Cleanup tests.

[Robert Bradshaw] Minor cleanups to coder tests.

[noreply] Quote pip install package name

[noreply] [BEAM-14374] Fix module import error in FullyQualifiedNamedTransform

[Robert Bradshaw] Addressing issues from the review.

[noreply] Apply suggestions from code review.

[Robert Bradshaw] Post-merge fixes.

[dannymccormick] Delete tags.go

[Robert Bradshaw] Update tests to use our actual serialization libraries.

[Robert Bradshaw] Another pass at TODOs, removing finished items.

[Heejong Lee] [BEAM-14146] Python Streaming job failing to drain with 
BigQueryIO write

[Kenneth Knowles] Add parameter for service account impersonation in GCP 
credentials

[Heejong Lee] add test

[noreply] Merge pull request #17490 from [BEAM-14370] [Website] Add new page 
about

[noreply] [BEAM-14332] Refactored cluster management for Flink on Dataproc

[noreply] [BEAM-13988] Update mtime to use time.UnixMilli() calls (#17578)

[noreply] Fixing patching error on missing dependencies (#17564)

[noreply] Merge pull request #17517 from [BEAM-14383] Improve "FailedRows" 
errors

[Heejong Lee] add test without mock


------------------------------------------
[...truncated 120.25 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:14:53.772Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:15:25.930Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:15:55.040Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:16:34.194Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:17:04.306Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:17:36.475Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:18:08.600Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:18:34.705Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:19:11.815Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:19:44.918Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:20:18.044Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:20:44.132Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:21:20.306Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:21:51.409Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:22:33.561Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:23:03.680Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:23:33.779Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:24:04.894Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:24:32.981Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:25:04.087Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:25:35.198Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:26:06.307Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:26:37.460Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:27:07.588Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:27:43.715Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:28:13.814Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:28:44.924Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:29:16.032Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:29:46.194Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:30:16.295Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:30:47.444Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:31:13.551Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:31:44.697Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:32:16.808Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:32:48.929Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:33:28.156Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:33:54.246Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:34:21.362Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:34:52.460Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:35:25.566Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:35:51.643Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:36:23.791Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:36:56.905Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:37:28.016Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:37:57.128Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:38:25.219Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:38:57.333Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:39:28.450Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:39:56.557Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:40:33.694Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:41:05.795Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:41:37.905Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:42:06.001Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:42:33.099Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:43:10.224Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:43:46.427Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:44:12.544Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:44:45.668Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:45:16.795Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:45:43.920Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:46:15.043Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:46:47.175Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:47:14.291Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:47:52.430Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:48:25.534Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:48:57.637Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:49:25.756Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:50:01.867Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:50:33.991Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:51:06.107Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:51:32.208Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:52:06.348Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:52:32.450Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:53:05.575Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:53:39.704Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:54:12.816Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:54:45.916Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:55:18.090Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:55:41.202Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:56:14.326Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:56:47.480Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:57:14.588Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:57:46.680Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:58:18.834Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:58:47.940Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:59:15.070Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:59:47.189Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:00:18.280Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:00:45.376Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:01:32.527Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:02:05.681Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:02:31.767Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:03:04.876Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:03:35.978Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:04:07.077Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:04:35.162Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:05:08.261Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:05:36.352Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:06:06.480Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:06:37.602Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:07:12.750Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:07:55.883Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:08:22.983Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:08:53.077Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:09:27.192Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:09:53.315Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:10:26.419Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:10:52.502Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:11:24.608Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:11:57.718Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:12:25.818Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:12:57.932Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:13:23.022Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:13:54.119Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:14:26.216Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:15:04.337Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:15:35.436Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:16:03.536Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:16:33.646Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:17:06.758Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:17:41.857Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:18:12.978Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:18:44.090Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:19:12.215Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:19:44.316Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:20:14.407Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:20:44.504Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:21:15.598Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:21:46.710Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:22:18.826Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:22:44.916Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:23:23.039Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:23:51.138Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:24:24.258Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:24:53.357Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:25:26.498Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:25:53.620Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:26:26.740Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:26:57.849Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:27:22.952Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:27:54.067Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:28:26.175Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:28:54.273Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:29:27.392Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:30:04.515Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:30:35.608Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:31:01.737Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:31:34.915Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:32:05.032Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:32:37.163Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:33:05.256Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:33:43.370Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:34:15.469Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:34:43.567Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:35:15.652Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:35:46.753Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:36:24.874Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:36:54.964Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:37:37.084Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:38:03.171Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:38:33.266Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:39:05.358Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:39:37.489Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:40:05.575Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:40:36.691Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:41:08.846Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:41:33.927Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:42:06.030Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:42:39.186Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:43:07.313Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:43:37.437Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:44:04.524Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:44:48.708Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:45:14.799Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:45:45.908Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:46:29.108Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:46:55.206Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:47:21.308Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:47:54.416Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:48:25.512Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:48:56.612Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:49:25.708Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:49:57.814Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:50:24.898Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:51:04.041Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:51:37.149Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:52:04.240Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:52:35.369Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:53:09.467Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:53:36.547Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:54:21.710Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:54:51.803Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:55:23.892Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:55:56.002Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:56:26.097Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:56:58.208Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:57:24.298Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:57:55.430Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:58:27.521Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:58:54.629Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T19:59:38.824Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T20:00:05.905Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T20:00:38.006Z: 
JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot 
decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:Job 
2022-05-07_07_37_36-8567452116233478557 is in state JOB_STATE_CANCELLING
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File 
"<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/group_by_key_test.py";,>
 line 118, in <module>
    GroupByKeyTest().run()
  File 
"<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/load_test.py";,>
 line 151, in run
    self.result.wait_until_finish(duration=self.timeout_ms)
  File 
"<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py";,>
 line 1660, in wait_until_finish
    'Job did not reach to a terminal state after waiting indefinitely.')
AssertionError: Job did not reach to a terminal state after waiting 
indefinitely.

> Task :sdks:python:apache_beam:testing:load_tests:run FAILED

FAILURE: Build failed with an exception.

* Where:
Build file 
'<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/build.gradle'>
 line: 58

* What went wrong:
Execution failed for task ':sdks:python:apache_beam:testing:load_tests:run'.
> error occurred

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

See 
https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5h 24m 28s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/g4tyktfcheay6

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to