You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/05/06 20:00:48 UTC

Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #615

See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/615/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.

[Robert Bradshaw] Addressing issues from the review.

[noreply] Apply suggestions from code review.

[Robert Bradshaw] Post-merge fixes.

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

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

[noreply] [BEAM-14173] Fix Go Loadtests on Dataflow & partial fix for Flink

[noreply] Upgrade python sdk container requirements. (#17549)

[noreply] Merge pull request #17497: [BEAM-11205] Update GCP Libraries BOM version

[noreply] [BEAM-12603] Add retry on grpc data channel and remove retry from test.

[noreply] Merge pull request #17359: [BEAM-14303] Add a way to exclude output

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

[noreply] [BEAM-14347] Allow users to optimize DoFn execution with a single

[noreply] [BEAM-5878] Add (failing) kwonly-argument test (#17509)

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


------------------------------------------
[...truncated 81.31 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-06T18:16:58.800Z: 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-06T18:17:28.938Z: 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-06T18:18:02.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-06T18:18:29.188Z: 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-06T18:19:01.296Z: 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-06T18:19:29.412Z: 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-06T18:20:01.525Z: 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-06T18:20:28.628Z: 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-06T18:21:00.748Z: 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-06T18:21:32.853Z: 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-06T18:22:08.996Z: 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-06T18:22:36.092Z: 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-06T18:23:06.197Z: 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-06T18:23:38.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-06T18:24:10.433Z: 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-06T18:24:38.552Z: 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-06T18:25:10.701Z: 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-06T18:25:36.794Z: 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-06T18:26:09.919Z: 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-06T18:26:37.012Z: 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-06T18:27:09.115Z: 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-06T18:27:40.222Z: 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-06T18:28:11.347Z: 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-06T18:28:43.466Z: 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-06T18:29:08.565Z: 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-06T18:29:40.659Z: 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-06T18:30:07.757Z: 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-06T18:30:40.913Z: 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-06T18:31:13.052Z: 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-06T18:31:39.145Z: 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-06T18:32:10.269Z: 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-06T18:32:46.390Z: 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-06T18:33:17.496Z: 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-06T18:33:45.606Z: 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-06T18:34:16.711Z: 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-06T18:34:48.827Z: 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-06T18:35:15.960Z: 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-06T18:35:46.074Z: 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-06T18:36:19.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-06T18:36:51.292Z: 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-06T18:37:25.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-06T18:37:55.506Z: 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-06T18:38:28.636Z: 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-06T18:39:00.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-06T18:39:27.848Z: 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-06T18:39:58.982Z: 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-06T18:40:26.098Z: 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-06T18:41:03.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-06T18:41:30.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-06T18:41:56.428Z: 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-06T18:42:27.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-06T18:42:57.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-06T18:43:28.703Z: 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-06T18:43:59.804Z: 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-06T18:44:27.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-06T18:45:01.064Z: 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-06T18:45:29.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-06T18:46:07.287Z: 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-06T18:46:38.387Z: 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-06T18:47:06.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-06T18:47:39.596Z: 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-06T18:48:06.682Z: 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-06T18:48:38.809Z: 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-06T18:49:05.909Z: 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-06T18:49:38.035Z: 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-06T18:50:10.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-06T18:50:37.255Z: 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-06T18:51:09.373Z: 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-06T18:51:40.468Z: 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-06T18:52:06.552Z: 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-06T18:52:39.692Z: 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-06T18:53:11.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-06T18:53:38.938Z: 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-06T18:54:10.049Z: 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-06T18:54:39.143Z: 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-06T18:55:12.252Z: 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-06T18:55:39.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-06T18:56:16.472Z: 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-06T18:56:47.569Z: 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-06T18:57:16.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-06T18:57:48.773Z: 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-06T18:58:16.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-06T18:58:49.020Z: 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-06T18:59:24.160Z: 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-06T19:00:00.278Z: 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-06T19:00:32.379Z: 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-06T19:00:59.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-06T19:01:31.661Z: 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-06T19:01:59.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-06T19:02:31.845Z: 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-06T19:03:00.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-06T19:03:32.150Z: 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-06T19:04:16.350Z: 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-06T19:04:48.461Z: 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-06T19:05:15.583Z: 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-06T19:05:47.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-06T19:06:20.829Z: 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-06T19:06:47.919Z: 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-06T19:07:20.009Z: 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-06T19:07:48.111Z: 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-06T19:08:20.222Z: 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-06T19:08:46.317Z: 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-06T19:09:18.481Z: 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-06T19:09:46.583Z: 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-06T19:10:17.690Z: 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-06T19:10:50.804Z: 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-06T19:11:18.889Z: 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-06T19:11:49.996Z: 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-06T19:12:18.076Z: 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-06T19:12:51.197Z: 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-06T19:13:18.286Z: 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-06T19:13:51.381Z: 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-06T19:14:17.465Z: 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-06T19:14:51.609Z: 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-06T19:15:18.730Z: 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-06T19:15:47.829Z: 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-06T19:16:18.933Z: 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-06T19:16:52.085Z: 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-06T19:17:26.196Z: 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-06T19:17:59.355Z: 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-06T19:18:32.453Z: 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-06T19:18:58.553Z: 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-06T19:19:32.695Z: 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-06T19:19:59.781Z: 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-06T19:20:35.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-06T19:21:09.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-06T19:21:37.141Z: 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-06T19:22:11.257Z: 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-06T19:22:44.380Z: 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-06T19:23:16.484Z: 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-06T19:23:48.597Z: 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-06T19:24:19.687Z: 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-06T19:24:48.790Z: 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-06T19:25:15.880Z: 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-06T19:25:49.025Z: 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-06T19:26:21.144Z: 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-06T19:26:48.251Z: 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-06T19:27:19.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-06T19:27:50.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-06T19:28:17.576Z: 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-06T19:28:49.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-06T19:29:21.794Z: 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-06T19:29:49.887Z: 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-06T19:30:23.017Z: 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-06T19:30:50.117Z: 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-06T19:31:22.232Z: 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-06T19:31:49.367Z: 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-06T19:32:17.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-06T19:32:52.623Z: 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-06T19:33:17.726Z: 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-06T19:33:48.868Z: 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-06T19:34:20.984Z: 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-06T19:34:53.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-06T19:35:27.247Z: 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-06T19:36:00.378Z: 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-06T19:36:27.454Z: 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-06T19:36:56.556Z: 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-06T19:37:27.671Z: 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-06T19:37:55.755Z: 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-06T19:38:27.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-06T19:39:00.961Z: 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-06T19:39:27.055Z: 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-06T19:39:58.164Z: 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-06T19:40:30.268Z: 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-06T19:40:56.361Z: 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-06T19:41:27.458Z: 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-06T19:42:00.555Z: 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-06T19:42:26.640Z: 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-06T19:42:57.732Z: 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-06T19:43:29.841Z: 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-06T19:43:58Z: 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-06T19:44:30.104Z: 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-06T19:45:02.205Z: 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-06T19:45:32.281Z: 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-06T19:45:59.383Z: 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-06T19:46:30.487Z: 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-06T19:47:02.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-06T19:47:39.735Z: 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-06T19:48:06.812Z: 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-06T19:48:38.931Z: 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-06T19:49:11.053Z: 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-06T19:49:38.150Z: 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-06T19:50:10.238Z: 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-06T19:50:37.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-06T19:51:09.483Z: 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-06T19:51:37.572Z: 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-06T19:52:08.671Z: 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-06T19:52:38.800Z: 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-06T19:53:10.895Z: 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-06T19:53:38.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-06T19:54:10.114Z: 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-06T19:54:42.204Z: 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-06T19:55:09.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-06T19:55:42.490Z: 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-06T19:56:18.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-06T19:56:49.713Z: 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-06T19:57:15.805Z: 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-06T19:57:46.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-06T19:58:18.034Z: 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-06T19:58:49.167Z: 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-06T19:59:25.284Z: 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-06T19:59:56.381Z: 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-06T20:00:27.484Z: 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-06_09_39_44-3350849901515936975 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_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_CoGBK_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 3h 22m 17s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #626

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/626/display/redirect?page=changes>

Changes:

[mmack] [BEAM-14334] Remove remaining forkEvery 1 from all Spark tests and stop

[noreply] [BEAM-14440] Add basic fuzz tests to the coders package (#17587)

[noreply] [BEAM-14035 ] Implement BigQuerySchema Read/Write TransformProvider

[noreply] Add Akvelon to case-studies (#17611)

[noreply] Merge pull request #17520 from BEAM-12356 Close DatasetService leaked

[noreply] Adding eslint and lint configuration to TypeScript SDK (#17676)

[noreply] Update release-guide.md

[noreply] Update release-guide.md

[noreply] [BEAM-14411] Re-enable TypecodersTest, fix most issues (#17547)

[noreply] Merge pull request #17678 from [BEAM-14460] [Playground] WIP. Fix error

[Alexey Romanenko] [BEAM-14035] Fix checkstyle issue

[noreply] [BEAM-14441] Automatically assign issue labels based on responses to

[noreply] README update for the Docker Error 255 during Website launch on Apple

[noreply] [BEAM-12000] Update programming-guide.md (#17679)


------------------------------------------
[...truncated 83.81 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-17T18:25:11.420Z: 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-17T18:25:40.554Z: 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-17T18:26:07.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-17T18:26:45.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-17T18:27:17.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-17T18:27:47.047Z: 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-17T18:28:16.254Z: 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-17T18:28:48.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-17T18:29:18.578Z: 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-17T18:29:50.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-17T18:30:19.821Z: 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-17T18:30:47.941Z: 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-17T18:31:17.034Z: 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-17T18:31:49.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-17T18:32:17.281Z: 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-17T18:32:51.428Z: 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-17T18:33:20.541Z: 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-17T18:33:47.649Z: 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-17T18:34:19.742Z: 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-17T18:34:46.832Z: 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-17T18:35:18.938Z: 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-17T18:35:47.069Z: 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-17T18:36:19.161Z: 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-17T18:36:51.322Z: 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-17T18:37:18.431Z: 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-17T18:37:52.542Z: 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-17T18:38:26.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-17T18:38:57.802Z: 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-17T18:39:24.934Z: 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-17T18:39:57.060Z: 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-17T18:40:25.205Z: 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-17T18:40:56.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-17T18:41:28.421Z: 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-17T18:42:01.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-17T18:42:28.667Z: 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-17T18:42:59.781Z: 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-17T18:43:26.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-17T18:44:00.986Z: 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-17T18:44:30.092Z: 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-17T18:44:58.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-17T18:45:30.347Z: 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-17T18:45:57.464Z: 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-17T18:46:30.713Z: 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-17T18:47:01.835Z: 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-17T18:47:29.949Z: 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-17T18:48:01.049Z: 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-17T18:48:31.160Z: 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-17T18:49:07.289Z: 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-17T18:49:35.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-17T18:50:07.517Z: 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-17T18:50:39.675Z: 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-17T18:51:07.769Z: 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-17T18:51:34.879Z: 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-17T18:52:06.995Z: 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-17T18:52:40.147Z: 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-17T18:53:07.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-17T18:53:41.350Z: 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-17T18:54:09.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-17T18:54:36.535Z: 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-17T18:55:08.651Z: 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-17T18:55:37.794Z: 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-17T18:56:09.910Z: 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-17T18:56:38.048Z: 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-17T18:57:08.144Z: 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-17T18:57:41.276Z: 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-17T18:58:07.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-17T18:58:37.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-17T18:59:12.638Z: 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-17T18:59:39.713Z: 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-17T19:00:10.796Z: 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-17T19:00:42.906Z: 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-17T19:01: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-17T19:01:48.152Z: 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-17T19:02:21.297Z: 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-17T19:02:48.410Z: 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-17T19:03:21.576Z: 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-17T19:03:49.671Z: 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-17T19:04:17.783Z: 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-17T19:04:49.887Z: 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-17T19:05:16.984Z: 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-17T19:05:50.094Z: 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-17T19:06:17.181Z: 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-17T19:06:55.311Z: 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-17T19:07:28.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-17T19:08:01.583Z: 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-17T19:08:27.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-17T19:08:59.797Z: 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-17T19:09:27.902Z: 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-17T19:09:59.017Z: 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-17T19:10:26.213Z: 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-17T19:10:59.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-17T19:11:26.453Z: 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-17T19:11:58.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-17T19:12:26.678Z: 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-17T19:12:57.863Z: 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-17T19:13:28.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-17T19:13:58.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-17T19:14:29.181Z: 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-17T19:15:01.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-17T19:15:27.412Z: 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-17T19:16:02.519Z: 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-17T19:16:28.630Z: 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-17T19:17:00.764Z: 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-17T19:17:32.865Z: 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-17T19:17:59.967Z: 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-17T19:18:31.064Z: 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-17T19:19:08.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-17T19:19:36.305Z: 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-17T19:20:06.414Z: 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-17T19:20:38.509Z: 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-17T19:21:09.622Z: 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-17T19:21:36.725Z: 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-17T19:22:08.850Z: 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-17T19:22:36.974Z: 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-17T19:23:09.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-17T19:23:41.179Z: 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-17T19:24:07.279Z: 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-17T19:24:38.402Z: 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-17T19:25:10.548Z: 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-17T19:25:38.657Z: 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-17T19:26:09.761Z: 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-17T19:26:40.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-17T19:27:07.995Z: 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-17T19:27:40.179Z: 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-17T19:28:20.325Z: 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-17T19:28:46.435Z: 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-17T19:29:16.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-17T19:29:48.634Z: 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-17T19:30:21.733Z: 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-17T19:30:48.836Z: 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-17T19:31:26.963Z: 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-17T19:31:56.083Z: 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-17T19:32:29.214Z: 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-17T19:32:56.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-17T19:33:28.433Z: 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-17T19:33:58.538Z: 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-17T19:34:30.659Z: 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-17T19:34:58.749Z: 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-17T19:35:28.848Z: 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-17T19:35:59.966Z: 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-17T19:36:31.075Z: 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-17T19:36:58.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-17T19:37:27.242Z: 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-17T19:37:58.341Z: 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-17T19:38:31.458Z: 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-17T19:39:05.568Z: 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-17T19:39:37.686Z: 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-17T19:40:06.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-17T19:40:39.919Z: 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-17T19:41:06.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:2022-05-17T19:41:36.103Z: 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-17T19:42:06.185Z: 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-17T19:42:37.287Z: 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-17T19:43:09.391Z: 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-17T19:43:40.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-17T19:44:10.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-17T19:44:37.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-17T19:45:07.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-17T19:45:41.007Z: 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-17T19:46:14.137Z: 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-17T19:46:41.231Z: 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-17T19:47:13.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-17T19:47:40.592Z: 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-17T19:48:16.698Z: 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-17T19:48:46.793Z: 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-17T19:49:18.923Z: 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-17T19:49:47.010Z: 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-17T19:50:20.114Z: 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-17T19:50:47.204Z: 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-17T19:51: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-17T19:51:49.473Z: 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-17T19:52:20.636Z: 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-17T19:52:50.761Z: 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-17T19:53:19.859Z: 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-17T19:53:48.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-17T19:54:20.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-17T19:54:51.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-17T19:55:18.299Z: 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-17T19:55:50.387Z: 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-17T19:56:22.476Z: 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-17T19:56:48.583Z: 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-17T19:57:22.700Z: 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-17T19:57:47.806Z: 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-17T19:58:18.906Z: 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-17T19:58:57.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-17T19:59:29.155Z: 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-17T20:00:00.270Z: 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-17T20:00:27.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:Job 2022-05-17_09_39_42-14787512882520481707 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1664, in wait_until_finish
    '{}'.format(consoleUrl))
AssertionError: Job did not reach to a terminal state after waiting indefinitely. Console URL: https://console.cloud.google.com/dataflow/jobs/<RegionId>/2022-05-17_09_39_42-14787512882520481707?project=<ProjectId>

> 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_CoGBK_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 3h 22m 33s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

Publishing build scan...

Publishing failed.

The build scan server appears to be unavailable.
Please check https://status.gradle.com for the latest service status.

If the service is reported as available, please report this problem via https://gradle.com/help/plugin and include the following via copy/paste:

----------
Gradle version: 7.4
Plugin version: 3.4.1
Request URL: https://status.gradle.com
Request ID: 5f89bdcb-9caa-4a24-a201-94628775a4fc
Response status code: 405
Response server type: Varnish
----------

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #625

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/625/display/redirect?page=changes>

Changes:

[noreply] [BEAM-13015] Update the SDK harness grouping table to be memory bounded

[noreply] [BEAM-13982] Added output of logging for python E2E pytests (#17637)

[noreply] [BEAM-14473] Throw error if using globally windowed, unbounded side


------------------------------------------
[...truncated 80.80 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-16T18:16:42.690Z: 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-16T18:17:13.825Z: 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-16T18:17:45.928Z: 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-16T18:18:14.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-16T18:18:47.139Z: 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-16T18:19:13.255Z: 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-16T18:19:46.405Z: 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-16T18:20:16.542Z: 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-16T18:20:46.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-16T18:21:17.781Z: 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-16T18:21:46.891Z: 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-16T18:22:18.004Z: 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-16T18:22:51.136Z: 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-16T18:23:24.260Z: 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-16T18:23:57.381Z: 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-16T18:24:24.490Z: 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-16T18:24:53.596Z: 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-16T18:25:24.739Z: 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-16T18:25:56.840Z: 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-16T18:26:23.935Z: 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-16T18:26:57.056Z: 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-16T18:27:31.172Z: 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-16T18:28:09.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-16T18:28:42.421Z: 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-16T18:29:15.554Z: 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-16T18:29:42.656Z: 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-16T18:30:16.771Z: 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-16T18:30:44.869Z: 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-16T18:31:13Z: 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-16T18:31:46.115Z: 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-16T18:32:17.223Z: 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-16T18:32:43.330Z: 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-16T18:33:15.455Z: 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-16T18:33:44.585Z: 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-16T18:34:18.794Z: 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-16T18:34:47.961Z: 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-16T18:35:16.104Z: 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-16T18:35:54.244Z: 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-16T18:36:27.368Z: 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-16T18:36:55.482Z: 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-16T18:37:23.586Z: 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-16T18:37:56.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-16T18:38:24.864Z: 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-16T18:38:52.958Z: 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-16T18:39:26.095Z: 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-16T18:40:05.231Z: 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-16T18:40:33.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-16T18:41:05.472Z: 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-16T18:41:33.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-16T18:42:02.742Z: 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-16T18:42:35.941Z: 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-16T18:43:05.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-16T18:43:33.183Z: 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-16T18:44: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-16T18:44:33.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-16T18:45:07.564Z: 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-16T18:45:33.669Z: 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-16T18:46:07.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-16T18:46:36.939Z: 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-16T18:47:04.048Z: 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-16T18:47:38.161Z: 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-16T18:48: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-16T18:48:34.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-16T18:49:14.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-16T18:49:41.615Z: 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-16T18:50:16.751Z: 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-16T18:50:43.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-16T18:51:15.009Z: 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-16T18:51:43.094Z: 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-16T18:52:14.218Z: 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-16T18:52:42.319Z: 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-16T18:53:16.464Z: 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-16T18:53:43.572Z: 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-16T18:54:16.698Z: 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-16T18:54:46.811Z: 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-16T18:55:15.938Z: 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-16T18:55:48.064Z: 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-16T18:56:16.158Z: 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-16T18:56:45.259Z: 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-16T18:57:18.384Z: 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-16T18:57:45.493Z: 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-16T18:58:19.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-16T18:58:47.747Z: 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-16T18:59:17.839Z: 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-16T18:59:44.947Z: 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-16T19:00:20.112Z: 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-16T19:00:54.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-16T19:01:23.311Z: 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-16T19:01:55.417Z: 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-16T19:02:23.533Z: 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-16T19:02:55.662Z: 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-16T19:03:22.766Z: 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-16T19:03:57.890Z: 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-16T19:04:27.007Z: 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-16T19:04:59.173Z: 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-16T19:05:26.285Z: 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-16T19:05:53.390Z: 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-16T19:06:25.523Z: 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-16T19:06:54.624Z: 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-16T19:07:26.747Z: 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-16T19:07:58.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-16T19:08:27.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-16T19:09:00.153Z: 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-16T19:09:27.245Z: 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-16T19:09:59.417Z: 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-16T19:10:25.511Z: 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-16T19:11:03.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-16T19:11:36.743Z: 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-16T19:12:03.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-16T19:12:35.968Z: 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-16T19:13:05.072Z: 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-16T19:13:32.218Z: 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-16T19:14:07.322Z: 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-16T19:14:35.454Z: 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-16T19:15:06.583Z: 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-16T19:15:36.690Z: 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-16T19:16:04.794Z: 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-16T19:16:34.934Z: 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-16T19:17:07.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-16T19:17:35.185Z: 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-16T19:18:07.319Z: 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-16T19:18:35.420Z: 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-16T19:19:08.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-16T19:19:34.641Z: 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-16T19:20:06.757Z: 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-16T19:20:34.869Z: 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-16T19:21:07.997Z: 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-16T19:21:42.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-16T19:22:21.299Z: 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-16T19:22:55.424Z: 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-16T19:23:23.525Z: 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-16T19:23:57.660Z: 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-16T19:24:25.744Z: 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-16T19:24:51.840Z: 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-16T19:25:29.990Z: 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-16T19:26:03.104Z: 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-16T19:26:36.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-16T19:27:04.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-16T19:27:36.466Z: 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-16T19:28:04.579Z: 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-16T19:28:36.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-16T19:29:04.806Z: 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-16T19:29:37.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-16T19:30:07.015Z: 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-16T19:30:35.139Z: 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-16T19:31:08.267Z: 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-16T19:31:36.383Z: 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-16T19:32:09.540Z: 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-16T19:32:38.639Z: 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-16T19:33:04.738Z: 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-16T19:33:38.872Z: 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-16T19:34:07.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-16T19:34:39.111Z: 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-16T19:35:06.203Z: 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-16T19:35:35.328Z: 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-16T19:36:09.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-16T19:36:36.583Z: 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-16T19:37:25.746Z: 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-16T19:37:53.870Z: 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-16T19:38:25.974Z: 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-16T19:38:55.096Z: 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-16T19:39:25.227Z: 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-16T19:39:55.331Z: 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-16T19:40:25.458Z: 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-16T19:40:57.634Z: 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-16T19:41:25.764Z: 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-16T19:41:53.877Z: 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-16T19:42:26.005Z: 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-16T19:42:54.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-16T19:43:23.278Z: 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-16T19:43:57.403Z: 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-16T19:44:30.511Z: 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-16T19:45:03.630Z: 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-16T19:45:37.738Z: 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-16T19:46:09.879Z: 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-16T19:46:42.023Z: 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-16T19:47:21.160Z: 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-16T19:47:55.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-16T19:48:22.395Z: 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-16T19:48:55.508Z: 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-16T19:49:22.594Z: 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-16T19:49:55.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-16T19:50:22.855Z: 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-16T19:50:54.976Z: 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-16T19:51:23.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-16T19:51:57.217Z: 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-16T19:52:25.350Z: 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-16T19:52:53.458Z: 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-16T19:53:28.590Z: 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-16T19:53:56.713Z: 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-16T19:54:28.839Z: 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-16T19:54:55.941Z: 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-16T19:55:23.049Z: 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-16T19:55:58.195Z: 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-16T19:56:27.302Z: 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-16T19:56:56.474Z: 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-16T19:57:24.607Z: 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-16T19:57:58.722Z: 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-16T19:58:27.843Z: 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-16T19:58:54.967Z: 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-16T19:59:25.098Z: 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-16T19:59:57.203Z: 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-16T20:00:25.338Z: 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-16_09_40_56-388807223084650100 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1664, in wait_until_finish
    '{}'.format(consoleUrl))
AssertionError: Job did not reach to a terminal state after waiting indefinitely. Console URL: https://console.cloud.google.com/dataflow/jobs/<RegionId>/2022-05-16_09_40_56-388807223084650100?project=<ProjectId>

> 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_CoGBK_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 3h 22m 8s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #624

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/624/display/redirect?page=changes>

Changes:

[noreply] [BEAM-14470] Use Generic Registrations in loadtests. (#17673)


------------------------------------------
[...truncated 80.72 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-15T18:17:06.145Z: 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-15T18:17:34.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-15T18:18:02.969Z: 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-15T18:18:36.248Z: 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-15T18:19:03.487Z: 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-15T18:19:36.698Z: 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-15T18:20:05.865Z: 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-15T18:20:39.053Z: 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-15T18:21:09.341Z: 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-15T18:21:36.757Z: 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-15T18:22:07.452Z: 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-15T18:22:37.805Z: 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-15T18:23:07.350Z: 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-15T18:23:40.852Z: 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-15T18:24:08.449Z: 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-15T18:24:35.802Z: 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-15T18:25:07.144Z: 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-15T18:25:36.351Z: 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-15T18:26:09.569Z: 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-15T18:26:43.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-15T18:27:12.933Z: 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-15T18:27:46.153Z: 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-15T18:28:14.322Z: 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-15T18:28:43.425Z: 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-15T18:29:15.589Z: 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-15T18:29:47.790Z: 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-15T18:30:17.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-15T18:30:45.713Z: 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-15T18:31:13.351Z: 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-15T18:31:47.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-15T18:32:15.172Z: 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-15T18:32:48.664Z: 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-15T18:33:17.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-15T18:33:45.754Z: 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-15T18:34:19.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-15T18:34:49.152Z: 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-15T18:35:16.745Z: 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-15T18:35:51.095Z: 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-15T18:36:25.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-15T18:36:57.949Z: 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-15T18:37:26.457Z: 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-15T18:37:53.953Z: 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-15T18:38:26.438Z: 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-15T18:38:56.696Z: 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-15T18:39:30.151Z: 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-15T18:40:06.025Z: 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-15T18:40:32.463Z: 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-15T18:41:05.860Z: 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-15T18:41:37.347Z: 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-15T18:42:04.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-15T18:42:33.158Z: 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-15T18:43:08.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-15T18:43:34.945Z: 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-15T18:44:08.462Z: 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-15T18:44:36.683Z: 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-15T18:45:04.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-15T18:45:37.028Z: 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-15T18:46:06.144Z: 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-15T18:46:35.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-15T18:47:04.649Z: 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-15T18:47:40.169Z: 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-15T18:48:07.665Z: 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-15T18:48:39.095Z: 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-15T18:49:06.771Z: 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-15T18:49:37.260Z: 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-15T18:50:09.780Z: 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-15T18:50:39.260Z: 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-15T18:51:07.766Z: 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-15T18:51:48.270Z: 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-15T18:52:17.433Z: 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-15T18:52:44.568Z: 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-15T18:53:13.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-15T18:53:46.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-15T18:54:18.073Z: 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-15T18:54:47.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-15T18:55:24.596Z: 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-15T18:55:53.698Z: 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-15T18:56:22.986Z: 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-15T18:56:56.302Z: 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-15T18:57:23.421Z: 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-15T18:57:56.585Z: 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-15T18:58:28.711Z: 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-15T18:59:03.960Z: 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-15T18:59:32.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-15T19:00:05.645Z: 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-15T19:00:33.976Z: 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-15T19:01:08.335Z: 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-15T19:01:40.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-15T19:02:15.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:2022-05-15T19:02:47.411Z: 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-15T19:03:16.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-15T19:03:44.540Z: 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-15T19:04:13.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-15T19:04:46.244Z: 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-15T19:05:16.669Z: 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-15T19:05:47.353Z: 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-15T19:06:21.885Z: 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-15T19:06:55.247Z: 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-15T19:07:23.164Z: 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-15T19:07:57.647Z: 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-15T19:08:25.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-15T19:08:55.410Z: 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-15T19:09:23.723Z: 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-15T19:09:57.074Z: 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-15T19:10:23.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-15T19:10:56.110Z: 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-15T19:11:24.508Z: 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-15T19:11:59.096Z: 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-15T19:12:26.410Z: 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-15T19:12:58.776Z: 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-15T19:13:26.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-15T19:13:55.804Z: 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-15T19:14:24.995Z: 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-15T19:14:59.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-15T19:15:32.373Z: 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-15T19:16:03.081Z: 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-15T19:16:35.672Z: 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-15T19:17:08.012Z: 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-15T19:17:34.371Z: 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-15T19:18:06.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-15T19:18:33.294Z: 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-15T19:19:07.425Z: 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-15T19:19:34.754Z: 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-15T19:20:03.996Z: 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-15T19:20:36.614Z: 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-15T19:21:06.764Z: 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-15T19:21:37.896Z: 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-15T19:22:06.028Z: 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-15T19:22:34.165Z: 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-15T19:23:08.548Z: 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-15T19:23:41.830Z: 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-15T19:24:17.023Z: 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-15T19:24:46.432Z: 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-15T19:25:13.965Z: 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-15T19:25:49.066Z: 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-15T19:26:16.562Z: 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-15T19:26:44.973Z: 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-15T19:27:19.449Z: 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-15T19:27:45.943Z: 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-15T19:28:19.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-15T19:28:46.754Z: 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-15T19:29:18.166Z: 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-15T19:29:46.672Z: 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-15T19:30:15.073Z: 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-15T19:30:49.624Z: 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-15T19:31:16.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-15T19:31:47.886Z: 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-15T19:32:28.079Z: 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-15T19:32:54.172Z: 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-15T19:33:23.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-15T19:33:52.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-15T19:34:30.745Z: 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-15T19:35:09.055Z: 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-15T19:35:47.447Z: 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-15T19:36:17.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-15T19:36:44.343Z: 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-15T19:37:17.755Z: 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-15T19:37:46.071Z: 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-15T19:38:14.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-15T19:38:47.479Z: 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-15T19:39:14.963Z: 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-15T19:39:47.113Z: 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-15T19:40:17.227Z: 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-15T19:40:46.494Z: 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-15T19:41:14.949Z: 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-15T19:41:43.265Z: 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-15T19:42:14.941Z: 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-15T19:42:48.207Z: 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-15T19:43:16.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-15T19:43:44.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-15T19:44:20.092Z: 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-15T19:44:47.211Z: 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-15T19:45:19.397Z: 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-15T19:45:46.539Z: 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-15T19:46:18.661Z: 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-15T19:46:47.804Z: 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-15T19:47:15.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-15T19:47:49.061Z: 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-15T19:48:16.169Z: 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-15T19:48:49.343Z: 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-15T19:49:17.445Z: 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-15T19:49:49.586Z: 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-15T19:50:21.686Z: 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-15T19:51:03.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-15T19:51:33.050Z: 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-15T19:52:03.389Z: 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-15T19:52:41.856Z: 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-15T19:53:15.203Z: 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-15T19:53:48.250Z: 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-15T19:54:16.749Z: 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-15T19:54:43.993Z: 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-15T19:55:15.428Z: 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-15T19:55:48.805Z: 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-15T19:56:17.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-15T19:56:43.686Z: 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-15T19:57:16.980Z: 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-15T19:57:46.488Z: 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-15T19:58:18.671Z: 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-15T19:58:46.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-15T19:59:19.550Z: 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-15T19:59:49.949Z: 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-15T20:00:18.459Z: 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-15T20:00:45.836Z: 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-15_09_39_41-6558544527943462947 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1664, in wait_until_finish
    '{}'.format(consoleUrl))
AssertionError: Job did not reach to a terminal state after waiting indefinitely. Console URL: https://console.cloud.google.com/dataflow/jobs/<RegionId>/2022-05-15_09_39_41-6558544527943462947?project=<ProjectId>

> 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_CoGBK_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 3h 22m 33s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #623

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/623/display/redirect?page=changes>

Changes:

[Heejong Lee] [BEAM-14455] Add UUID to sub-schemas for PythonExternalTransform

[Heejong Lee] [BEAM-14430] Adding a logical type support for Python callables to Row

[Heejong Lee] add urn, type inference for PythonCallableSource

[Heejong Lee] fix lint errors

[Heejong Lee] move logical types def

[Heejong Lee] add micros_instant urn

[Heejong Lee] put a default type hint for PythonCallableSource

[Heejong Lee] add comment

[noreply] Merge pull request #17365 from [BEAM-12482] Update Schema Destination

[noreply] [BEAM-14014] Support impersonation credentials in dataflow runner

[noreply] [BEAM-14469] Allow nil primary returns from TrySplit in  a single-window

[noreply] Add some auto-starting runners to the typescript SDK. (#17580)

[noreply] [BEAM-14371] (and BEAM-14372) - enable a couple staticchecks (#17670)


------------------------------------------
[...truncated 80.92 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-14T18:16:45.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-14T18:17:17.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-14T18:17:53.421Z: 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-14T18:18:24.529Z: 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-14T18:18:52.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-14T18:19:23.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-14T18:19:56.917Z: 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-14T18:20:28.036Z: 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-14T18:20:55.158Z: 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-14T18:21:27.297Z: 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-14T18:21:53.391Z: 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-14T18:22:25.586Z: 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-14T18:22:56.695Z: 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-14T18:23:29.813Z: 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-14T18:23:55.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-14T18:24:28.033Z: 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-14T18:24:55.148Z: 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-14T18:25:32.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-14T18:26:05.425Z: 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-14T18:26:37.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-14T18:27:06.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-14T18:27:34.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-14T18:28:13.947Z: 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-14T18:28:45.075Z: 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-14T18:29:14.204Z: 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-14T18:29:44.324Z: 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-14T18:30:12.461Z: 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-14T18:30:50.605Z: 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-14T18:31:32.784Z: 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-14T18:32:05.913Z: 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-14T18:32:37.024Z: 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-14T18:33:06.127Z: 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-14T18:33:34.245Z: 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-14T18:34:02.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-14T18:34:35.507Z: 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-14T18:35:07.634Z: 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-14T18:35:36.752Z: 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-14T18:36:08.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-14T18:36:35.997Z: 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-14T18:37:07.123Z: 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-14T18:37:34.272Z: 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-14T18:38:05.400Z: 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-14T18:38:39.545Z: 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-14T18:39:05.639Z: 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-14T18:39:38.755Z: 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-14T18:40:04.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-14T18:40:39.943Z: 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-14T18:41:10.035Z: 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-14T18:41:47.166Z: 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-14T18:42:20.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-14T18:42:49.486Z: 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-14T18:43:17.589Z: 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-14T18:43: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-14T18:44:16.801Z: 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-14T18:44:49.956Z: 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-14T18:45:16.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-14T18:45:49.207Z: 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-14T18:46:20.335Z: 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-14T18:46:54.461Z: 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-14T18:47:26.570Z: 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-14T18:47:57.677Z: 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-14T18:48:22.773Z: 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-14T18:48:54.889Z: 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-14T18:49:28.017Z: 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-14T18:49:55.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-14T18:50:25.195Z: 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-14T18:50:57.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-14T18:51:29.434Z: 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-14T18:51:56.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-14T18:52:23.607Z: 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-14T18:52:57.734Z: 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-14T18:53:25.829Z: 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-14T18:53:56.923Z: 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-14T18:54:25.050Z: 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-14T18:54:58.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-14T18:55:29.301Z: 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-14T18:55:56.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-14T18:56:29.525Z: 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-14T18:56:56.603Z: 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-14T18:57:27.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-14T18:57:58.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-14T18:58:35.948Z: 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-14T18:59:07.051Z: 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-14T18:59:32.134Z: 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-14T19:00:05.281Z: 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-14T19:00:33.434Z: 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-14T19:01:06.573Z: 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-14T19:01:37.674Z: 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-14T19:02:03.784Z: 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-14T19:02:35.882Z: 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-14T19:03:07.005Z: 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-14T19:03:34.100Z: 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-14T19:04:06.253Z: 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-14T19:04:42.393Z: 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-14T19:05:16.525Z: 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-14T19:05:43.623Z: 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-14T19:06:15.738Z: 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-14T19:06:46.838Z: 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-14T19:07:12.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-14T19:07:44.021Z: 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-14T19:08:17.147Z: 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-14T19:08:45.242Z: 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-14T19:09:16.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-14T19:09:46.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-14T19:10:17.563Z: 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-14T19:10:49.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-14T19:11:16.806Z: 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-14T19:11:47.934Z: 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-14T19:12:19.028Z: 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-14T19:12:46.136Z: 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-14T19:13:25.268Z: 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-14T19:13:56.381Z: 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-14T19:14:24.488Z: 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-14T19:14:54.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-14T19:15:27.748Z: 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-14T19:15:52.827Z: 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-14T19:16:23.950Z: 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-14T19:16:56.074Z: 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-14T19:17:34.185Z: 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-14T19:18:05.290Z: 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-14T19:18:37.406Z: 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-14T19:19:06.507Z: 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-14T19:19:34.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-14T19:20:04.776Z: 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-14T19:20:33.871Z: 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-14T19:21:06.007Z: 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-14T19:21:38.122Z: 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-14T19:22:03.201Z: 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-14T19:22:35.309Z: 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-14T19:23:08.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-14T19:23:35.523Z: 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-14T19:24:08.640Z: 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-14T19:24:35.729Z: 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-14T19:25:08.859Z: 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-14T19:25:34.997Z: 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-14T19:26:08.160Z: 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-14T19:26:44.281Z: 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-14T19:27:15.372Z: 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-14T19:27:43.510Z: 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-14T19:28:15.614Z: 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-14T19:28:46.712Z: 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-14T19:29:17.804Z: 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-14T19:29:45.887Z: 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-14T19:30:13.975Z: 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-14T19:30:45.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-14T19:31:14.185Z: 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-14T19:31:47.290Z: 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-14T19:32:19.448Z: 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-14T19:32:46.542Z: 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-14T19:33:15.634Z: 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-14T19:33:47.735Z: 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-14T19:34:14.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-14T19:34:45.979Z: 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-14T19:35:18.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-14T19:35:47.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-14T19:36:26.371Z: 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-14T19:36:52.459Z: 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-14T19:37:24.546Z: 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-14T19:37:55.632Z: 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-14T19:38:27.747Z: 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-14T19:38:53.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-14T19:39:27.951Z: 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-14T19:39:54.029Z: 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-14T19:40:27.146Z: 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-14T19:40:59.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-14T19:41:26.353Z: 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-14T19:41:56.448Z: 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-14T19:42:28.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-14T19:42:56.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-14T19:43:27.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-14T19:43:55.882Z: 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-14T19:44:26.058Z: 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-14T19:44:58.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-14T19:45:36.321Z: 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-14T19:46:09.459Z: 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-14T19:46:43.591Z: 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-14T19:47:16.763Z: 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-14T19:47:44.861Z: 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-14T19:48:14Z: 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-14T19:48:47.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-14T19:49:16.223Z: 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-14T19:49:47.340Z: 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-14T19:50:16.433Z: 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-14T19:50:43.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-14T19:51:15.648Z: 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-14T19:51:44.781Z: 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-14T19:52:16.914Z: 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-14T19:52:45.004Z: 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-14T19:53:19.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-14T19:53:45.223Z: 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-14T19:54:17.334Z: 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-14T19:54:45.452Z: 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-14T19:55:16.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-14T19:55:44.669Z: 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-14T19:56:18.789Z: 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-14T19:56:44.875Z: 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-14T19:57:21.033Z: 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-14T19:57:55.160Z: 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-14T19:58:23.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-14T19:58:57.360Z: 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-14T19:59:25.458Z: 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-14T19:59:56.563Z: 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-14T20:00:22.651Z: 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-14_09_39_40-13003447703859258846 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1664, in wait_until_finish
    '{}'.format(consoleUrl))
AssertionError: Job did not reach to a terminal state after waiting indefinitely. Console URL: https://console.cloud.google.com/dataflow/jobs/<RegionId>/2022-05-14_09_39_40-13003447703859258846?project=<ProjectId>

> 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_CoGBK_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 3h 22m 17s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #622

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/622/display/redirect?page=changes>

Changes:

[dannymccormick] [BEAM-14441] Add GitHub issue templates

[dannymccormick] Ask for beam version + other dependencies

[dannymccormick] We don't need outage

[dannymccormick] Cut p4

[chamikaramj] Updates CHANGES.md to include some recently discovered known issues

[dannymccormick] Pare down to fewer templates

[noreply] Revert "[BEAM-14429] Force java load test on dataflow runner v2

[noreply] [BEAM-14347] Add generic registration feature to CHANGES (#17643)

[noreply] Better test assertion. (#17551)

[noreply] Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 in /sdks (#17628)

[noreply] Bump github.com/testcontainers/testcontainers-go in /sdks (#17627)

[noreply] Bump github.com/lib/pq from 1.10.4 to 1.10.5 in /sdks (#17626)

[noreply] Merge pull request #17584 from [BEAM-14415] Exception handling tests and

[noreply] Bump cloud.google.com/go/pubsub from 1.18.0 to 1.21.1 in /sdks (#17646)

[noreply] Merge pull request #17408 from [BEAM-14312] [Website] change section

[noreply] Bump cloud.google.com/go/bigquery from 1.28.0 to 1.32.0 in /sdks

[noreply] [BEAM-14347] Add function for simple function registration (#17650)

[noreply] Revert "Better test assertion. (#17551)"

[noreply] Drop dataclasses requirement, we only support python 3.7+ (#17640)

[noreply] Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 in /sdks (#17647)

[noreply] [BEAM-14465] Reduce DefaultS3ClientBuilderFactory logging to debug level


------------------------------------------
[...truncated 81.31 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-13T18:17:28.496Z: 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-13T18:17:59.736Z: 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-13T18:18:30.922Z: 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-13T18:19:03.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-13T18:19:28.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-13T18:19:58.546Z: 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-13T18:20:32.742Z: 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-13T18:20:59.093Z: 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-13T18:21:31.243Z: 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-13T18:22:03.523Z: 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-13T18:22:31.688Z: 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-13T18:23:03.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-13T18:23:37.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-13T18:24:10.283Z: 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-13T18:24:37.499Z: 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-13T18:25:09.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-13T18:25:36.744Z: 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-13T18:26:08.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-13T18:26:39.223Z: 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-13T18:27:10.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-13T18:27:39.482Z: 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-13T18:28:11.730Z: 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-13T18:28:38.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-13T18:29:12.236Z: 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-13T18:29:48.479Z: 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-13T18:30:15.642Z: 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-13T18:30:50.895Z: 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-13T18:31:18.387Z: 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-13T18:31:56.616Z: 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-13T18:32:28.882Z: 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-13T18:33:02.252Z: 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-13T18:33:30.688Z: 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-13T18:33:58.823Z: 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-13T18:34:30.995Z: 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-13T18:34:57.154Z: 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-13T18:35:31.496Z: 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-13T18:36:01.683Z: 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-13T18:36:28.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-13T18:37:01.046Z: 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-13T18:37:33.230Z: 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-13T18:37:58.374Z: 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-13T18:38:30.501Z: 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-13T18:39:01.641Z: 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-13T18:39:29.794Z: 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-13T18:40:02.931Z: 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-13T18:40:29.130Z: 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-13T18:41:00.231Z: 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-13T18:41:31.387Z: 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-13T18:42:03.555Z: 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-13T18:42:30.739Z: 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-13T18:43:04.880Z: 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-13T18:43:33.021Z: 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-13T18:44:12.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-13T18:44:39.423Z: 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-13T18:45:06.587Z: 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-13T18:45:37.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-13T18:46:08.942Z: 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-13T18:46:42.232Z: 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-13T18:47:09.383Z: 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-13T18:47:39.479Z: 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-13T18:48:11.583Z: 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-13T18:48:39.717Z: 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-13T18:49:10.832Z: 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-13T18:49:40.055Z: 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-13T18:50:09.342Z: 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-13T18:50:38.541Z: 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-13T18:51:08.673Z: 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-13T18:51:41.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-13T18:52:08.921Z: 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-13T18:52:40.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-13T18:53:12.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-13T18:53:40.415Z: 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-13T18:54:13.610Z: 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-13T18:54:39.739Z: 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-13T18:55:19.903Z: 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-13T18:55:50.205Z: 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-13T18:56:18.363Z: 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-13T18:56:50.595Z: 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-13T18:57:17.698Z: 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-13T18:57:48.897Z: 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-13T18:58:21.045Z: 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-13T18:58:48.209Z: 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-13T18:59:17.426Z: 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-13T18:59:48.583Z: 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-13T19:00:17.716Z: 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-13T19:00:50.833Z: 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-13T19:01:21.963Z: 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-13T19:01:48.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-13T19:02:22.412Z: 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-13T19:02:52.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-13T19:03:25.622Z: 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-13T19:03:59.771Z: 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-13T19:04:30.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-13T19:05:00.055Z: 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-13T19:05:27.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-13T19:06:00.423Z: 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-13T19:06:27.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-13T19:07:00.840Z: 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-13T19:07:30.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-13T19:07:58.144Z: 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-13T19:08:31.314Z: 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-13T19:09:02.635Z: 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-13T19:09:28.765Z: 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-13T19:09:59.899Z: 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-13T19:10:31.112Z: 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-13T19:11:02.242Z: 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-13T19:11:30.470Z: 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-13T19:12:02.675Z: 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-13T19:12:34.881Z: 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-13T19:13:07.076Z: 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-13T19:13:38.223Z: 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-13T19:14:11.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-13T19:14:39.560Z: 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-13T19:15:11.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-13T19:15:39.877Z: 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-13T19:16:06.998Z: 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-13T19:16:40.282Z: 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-13T19:17:09.507Z: 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-13T19:17:42.730Z: 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-13T19:18:11.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-13T19:18:39.068Z: 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-13T19:19:13.288Z: 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-13T19:19:41.440Z: 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-13T19:20:13.606Z: 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-13T19:20:40.720Z: 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-13T19:21:14.844Z: 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-13T19:21:42.008Z: 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-13T19:22:15.154Z: 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-13T19:22:41.286Z: 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-13T19:23:21.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-13T19:23:48.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-13T19:24:20.752Z: 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-13T19:24:48.926Z: 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-13T19:25:17.103Z: 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-13T19:25:48.321Z: 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-13T19:26:19.431Z: 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-13T19:26:51.727Z: 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-13T19:27:18.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-13T19:27:52.105Z: 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-13T19:28:17.312Z: 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-13T19:28:53.507Z: 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-13T19:29:19.699Z: 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-13T19:29:50.820Z: 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-13T19:30:18.033Z: 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-13T19:30:50.255Z: 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-13T19:31:21.343Z: 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-13T19:31:52.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-13T19:32:22.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-13T19:32:49.820Z: 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-13T19:33:22.982Z: 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-13T19:33:56.092Z: 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-13T19:34:27.200Z: 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-13T19:34:59.329Z: 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-13T19:35:30.484Z: 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-13T19:35:56.579Z: 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-13T19:36:30.813Z: 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-13T19:36:58.979Z: 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-13T19:37:30.109Z: 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-13T19:37:58.209Z: 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-13T19:38:30.346Z: 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-13T19:38:57.429Z: 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-13T19:39:29.651Z: 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-13T19:40:03.850Z: 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-13T19:40:31.976Z: 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-13T19:40:59.073Z: 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-13T19:41:31.331Z: 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-13T19:42:03.495Z: 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-13T19:42:29.770Z: 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-13T19:43:03.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-13T19:43:30.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-13T19:44:04.167Z: 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-13T19:44:32.310Z: 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-13T19:45:08.614Z: 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-13T19:45:40.731Z: 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-13T19:46:07.819Z: 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-13T19:46:40.935Z: 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-13T19:47:07.069Z: 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-13T19:47:39.281Z: 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-13T19:48:12.387Z: 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-13T19:48:38.529Z: 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-13T19:49:10.789Z: 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-13T19:49:38.884Z: 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-13T19:50:10.990Z: 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-13T19:50:40.218Z: 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-13T19:51:08.335Z: 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-13T19:51:40.485Z: 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-13T19:52:08.594Z: 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-13T19:52:42.703Z: 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-13T19:53:10.895Z: 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-13T19:53:43.085Z: 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-13T19:54:09.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-13T19:54:40.425Z: 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-13T19:55:13.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-13T19:55:41.717Z: 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-13T19:56:09.810Z: 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-13T19:56:41.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-13T19:57:19.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-13T19:57:46.553Z: 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-13T19:58:17.642Z: 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-13T19:58:50.764Z: 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-13T19:59:17.900Z: 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-13T19:59:51.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-13T20:00:21.285Z: 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-13_09_39_41-10529387434900720679 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1664, in wait_until_finish
    '{}'.format(consoleUrl))
AssertionError: Job did not reach to a terminal state after waiting indefinitely. Console URL: https://console.cloud.google.com/dataflow/jobs/<RegionId>/2022-05-13_09_39_41-10529387434900720679?project=<ProjectId>

> 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_CoGBK_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 3h 22m 22s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #621

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/621/display/redirect?page=changes>

Changes:

[randomstep] [BEAM-14096] bump junit-quickcheck to 1.0

[noreply] [BEAM-12526] Add Dependabot (#17563)

[noreply] Remove python 3.6 postcommit from mass_comment.py (#17630)

[noreply] [BEAM-14347] Add some benchmarks for generic registration (#17613)

[noreply] Correctly route go dependency changes to go label (#17632)

[noreply] [BEAM-13695] Add jamm jvm options to Java 11 (#17178)

[noreply] [BEAM-14334] Fix leakage of SparkContext in Spark runner tests to remove

[noreply] Typo & link update (#17633)

[noreply] Trigger go precommits on go mod/sum changes (#17636)


------------------------------------------
[...truncated 82.26 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-12T18:16:27.796Z: 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-12T18:16:55.133Z: 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-12T18:17:28.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-12T18:18:01.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-12T18:18:28.468Z: 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-12T18:18:57.922Z: 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-12T18:19:26.230Z: 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-12T18:19:54.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-12T18:20:24.998Z: 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-12T18:20:58.123Z: 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-12T18:21:27.340Z: 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-12T18:21:59.563Z: 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-12T18:22:26.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-12T18:22:58.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-12T18:23:33.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-12T18:24:06.159Z: 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-12T18:24:34.274Z: 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-12T18:25:07.415Z: 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-12T18:25:34.576Z: 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-12T18:26:04.679Z: 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-12T18:26:33.831Z: 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-12T18:27:09.965Z: 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-12T18:27:44.103Z: 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-12T18:28:15.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-12T18:28:50.377Z: 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-12T18:29:26.501Z: 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-12T18:29:54.618Z: 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-12T18:30:25.777Z: 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-12T18:30:57.959Z: 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-12T18:31:26.058Z: 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-12T18:31:57.170Z: 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-12T18:32:30.288Z: 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-12T18:33:05.420Z: 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-12T18:33:32.563Z: 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-12T18:34:05.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-12T18:34:34.807Z: 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-12T18:35:02.921Z: 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-12T18:35:35.117Z: 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-12T18:36:07.217Z: 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-12T18:36:37.322Z: 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-12T18:37:04.451Z: 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-12T18:37:38.621Z: 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-12T18:38:08.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-12T18:38:42.890Z: 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-12T18:39:17.056Z: 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-12T18:39:45.176Z: 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-12T18:40:17.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-12T18:40:46.476Z: 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-12T18:41:14.610Z: 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-12T18:41:42.749Z: 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-12T18:42:15.863Z: 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-12T18:42:42.986Z: 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-12T18:43:16.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-12T18:43:47.232Z: 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-12T18:44:16.372Z: 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-12T18:44:45.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-12T18:45:18.741Z: 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-12T18:45:47.884Z: 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-12T18:46:15.076Z: 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-12T18:46:48.377Z: 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-12T18:47:15.654Z: 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-12T18:47:52.859Z: 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-12T18:48:23.092Z: 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-12T18:48:56.235Z: 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-12T18:49:24.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-12T18:49:56.552Z: 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-12T18:50:24.672Z: 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-12T18:50:57.806Z: 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-12T18:51:24.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-12T18:51:54.124Z: 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-12T18:52:26.290Z: 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-12T18:52:57.404Z: 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-12T18:53:26.499Z: 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-12T18:53:55.603Z: 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-12T18:54:28.760Z: 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-12T18:54:56.851Z: 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-12T18:55:27.951Z: 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-12T18:55:55.060Z: 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-12T18:56:27.201Z: 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-12T18:56:59.335Z: 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-12T18:57:27.457Z: 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-12T18:57:55.597Z: 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-12T18:58:27.724Z: 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-12T18:59: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-12T18:59:34.989Z: 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-12T19:00:02.093Z: 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-12T19:00:34.303Z: 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-12T19:01:01.847Z: 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-12T19:01:34.973Z: 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-12T19:02:08.151Z: 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-12T19:02:33.239Z: 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-12T19:03:05.343Z: 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-12T19:03:37.484Z: 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-12T19:04:05.609Z: 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-12T19:04:37.739Z: 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-12T19:05:05.897Z: 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-12T19:05:34.009Z: 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-12T19:06:06.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-12T19:06:34.289Z: 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-12T19:07:07.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-12T19:07:41.537Z: 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-12T19:08:13.669Z: 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-12T19:08:44.804Z: 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-12T19:09:17.917Z: 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-12T19:09:45.048Z: 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-12T19:10:15.241Z: 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-12T19:10:47.398Z: 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-12T19:11:14.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-12T19:11:43.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-12T19:12:16.806Z: 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-12T19:12:43.937Z: 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-12T19:13:19.045Z: 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-12T19:13:47.683Z: 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-12T19:14:18.812Z: 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-12T19:14:45.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-12T19:15:15.049Z: 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-12T19:15:48.164Z: 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-12T19:16:15.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-12T19:16:48.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-12T19:17:16.616Z: 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-12T19:17:46.733Z: 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-12T19:18:17.861Z: 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-12T19:18:56.031Z: 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-12T19:19:24.234Z: 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-12T19:19:52.441Z: 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-12T19:20:24.584Z: 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-12T19:20:55.692Z: 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-12T19:21:24.862Z: 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-12T19:21:58.036Z: 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-12T19:22:25.159Z: 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-12T19:22:57.351Z: 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-12T19:23:24.481Z: 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-12T19:23:56.616Z: 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-12T19:24:23.777Z: 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-12T19:24:56.962Z: 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-12T19:25:26.096Z: 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-12T19:25:57.249Z: 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-12T19:26:30.384Z: 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-12T19:26:59.503Z: 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-12T19:27:32.625Z: 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-12T19:28:05.761Z: 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-12T19:28:32.887Z: 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-12T19:29:06.018Z: 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-12T19:29:35.136Z: 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-12T19:30:03.270Z: 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-12T19:30:36.420Z: 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-12T19:31:04.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-12T19:31:33.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-12T19:32:06.807Z: 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-12T19:32:35.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-12T19:33:09.131Z: 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-12T19:33:37.227Z: 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-12T19:34:05.344Z: 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-12T19:34:34.474Z: 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-12T19:35:08.676Z: 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-12T19:35:36.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-12T19:36:09.993Z: 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-12T19:36:43.255Z: 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-12T19:37:16.385Z: 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-12T19:37:44.569Z: 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-12T19:38:17.056Z: 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-12T19:38:43.665Z: 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-12T19:39:13.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-12T19:39:46.665Z: 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-12T19:40:14.769Z: 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-12T19:40:53.972Z: 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-12T19:41:27.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-12T19:41:55.371Z: 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-12T19:42:24.015Z: 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-12T19:42:56.303Z: 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-12T19:43:23.483Z: 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-12T19:43:56.852Z: 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-12T19:44:30.112Z: 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-12T19:45:03.238Z: 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-12T19:45:32.350Z: 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-12T19:46:07.507Z: 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-12T19:46:34.998Z: 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-12T19:47:08.179Z: 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-12T19:47:40.344Z: 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-12T19:48:12.496Z: 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-12T19:48:46.127Z: 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-12T19:49:13.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-12T19:49:45.813Z: 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-12T19:50:15.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-12T19:50:43.199Z: 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-12T19:51:21.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-12T19:52:02.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-12T19:52:36.671Z: 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-12T19:53:04.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-12T19:53:32.919Z: 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-12T19:54:06.029Z: 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-12T19:54:35.178Z: 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-12T19:55:07.323Z: 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-12T19:55:37.429Z: 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-12T19:56:05.532Z: 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-12T19:56:34.727Z: 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-12T19:57:07.860Z: 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-12T19:57:36.969Z: 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-12T19:58:06.072Z: 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-12T19:58:44.230Z: 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-12T19:59:16.367Z: 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-12T19:59:45.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-12T20:00:15.568Z: 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-12_09_39_46-3209920488489586621 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1664, in wait_until_finish
    '{}'.format(consoleUrl))
AssertionError: Job did not reach to a terminal state after waiting indefinitely. Console URL: https://console.cloud.google.com/dataflow/jobs/<RegionId>/2022-05-12_09_39_46-3209920488489586621?project=<ProjectId>

> 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_CoGBK_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 3h 22m 16s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/2fohiiamlbfgs

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #620

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/620/display/redirect?page=changes>

Changes:

[johnjcasey] [BEAM-14448] add datastore test

[yathu] [BEAM-14423] Add test cases for BigtableIO.BigtableWriterFn fails due to

[Pablo Estrada] Revert "Merge pull request #17517 from [BEAM-14383] Improve "FailedRows"

[noreply] [BEAM-14229] Fix SyntheticUnboundedSource duplication from checkpoint

[noreply] [BEAM-14347] Rename registration package to register (#17603)

[noreply] [BEAM-11104] Add self-checkpointing integration test (#17590)

[noreply] [BEAM-5492] Python Dataflow integration tests should export the pipeline

[noreply] [BEAM-14396] Bump httplib2 upper bound. (#17602)

[noreply] [BEAM-11104] Add self-checkpointing to CHANGES.md (#17612)

[noreply] [BEAM-14081] [CdapIO] Add context classes for CDAP plugins (#17104)


------------------------------------------
[...truncated 82.10 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T18:16:14.321Z: 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-11T18:16:44.466Z: 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-11T18:17:16.603Z: 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-11T18:17:44.739Z: 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-11T18:18:16.881Z: 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-11T18:18:47.987Z: 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-11T18:19:18.110Z: 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-11T18:19:46.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-11T18:20:17.389Z: 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-11T18:20:47.479Z: 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-11T18:21:15.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-11T18:21:44.695Z: 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-11T18:22:17.868Z: 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-11T18:22:48.992Z: 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-11T18:23:17.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-11T18:23:46.222Z: 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-11T18:24:19.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-11T18:24:51.454Z: 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-11T18:25:26.607Z: 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-11T18:25:59.778Z: 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-11T18:26:33.925Z: 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-11T18:27:02.055Z: 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-11T18:27:35.209Z: 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-11T18:28:02.310Z: 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-11T18:28:35.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-11T18:29:02.576Z: 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-11T18:29:35.695Z: 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-11T18:30:03.862Z: 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-11T18:30:34.977Z: 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-11T18:31:08.109Z: 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-11T18:31:35.252Z: 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-11T18:32:07.349Z: 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-11T18:32:36.440Z: 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-11T18:33:08.530Z: 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-11T18:33:34.624Z: 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-11T18:34:07.771Z: 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-11T18:34:35.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-11T18:35:09.047Z: 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-11T18:35:36.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-11T18:36:09.361Z: 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-11T18:36:47.491Z: 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-11T18:37:14.593Z: 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-11T18:37:44.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-11T18:38:16.844Z: 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-11T18:38:44.954Z: 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-11T18:39:17.062Z: 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-11T18:39:44.160Z: 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-11T18:40:38.511Z: JOB_MESSAGE_BASIC: Worker configuration: n1-highmem-4 in us-central1-b.
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T18:40:55.183Z: JOB_MESSAGE_BASIC: Your project already contains 100 Dataflow-created metric descriptors, so new user metrics of the form custom.googleapis.com/* will not be created. However, all user metrics are also available in the metric dataflow.googleapis.com/job/user_counter. If you rely on the custom metrics, you can delete old / unused metric descriptors. See https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.list and https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.delete
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T18:43:27.625Z: JOB_MESSAGE_BASIC: Worker configuration: n1-highmem-4 in us-central1-b.
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T18:43:48.657Z: JOB_MESSAGE_BASIC: Your project already contains 100 Dataflow-created metric descriptors, so new user metrics of the form custom.googleapis.com/* will not be created. However, all user metrics are also available in the metric dataflow.googleapis.com/job/user_counter. If you rely on the custom metrics, you can delete old / unused metric descriptors. See https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.list and https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.delete
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T18:43:49.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-11T18:44:19.281Z: 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-11T18:44:49.458Z: 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-11T18:45:19.664Z: 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-11T18:45:47.989Z: 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-11T18:46:24.182Z: 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-11T18:46:58.560Z: 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-11T18:47:26.695Z: 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-11T18:47:53.820Z: 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-11T18:48:26.060Z: 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-11T18:48:57.293Z: 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-11T18:49:25.412Z: 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-11T18:49:58.011Z: 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-11T18:50:24.264Z: 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-11T18:50:59.505Z: 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-11T18:51:26.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-11T18:51:54.925Z: 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-11T18:52:26.104Z: 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-11T18:52:57.573Z: 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-11T18:53:25.796Z: 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-11T18:53:58.945Z: 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-11T18:54:26.102Z: 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-11T18:54:58.367Z: 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-11T18:55:25.474Z: 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-11T18:55:57.615Z: 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-11T18:56:25.891Z: 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-11T18:57:01.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-11T18:57:29.422Z: 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-11T18:57:55.592Z: 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-11T18:58:27.825Z: 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-11T18:58:57.026Z: 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-11T18:59:34.277Z: 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-11T19:00:02.618Z: 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-11T19:00:34.914Z: 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-11T19:01:02.086Z: 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-11T19:01:35.329Z: 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-11T19:02:05.644Z: 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-11T19:02:33.959Z: 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-11T19:03:07.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-11T19:03:33.431Z: 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-11T19:04:05.721Z: 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-11T19:04:37.896Z: 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-11T19:05:05.098Z: 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-11T19:05:37.300Z: 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-11T19:06:04.628Z: 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-11T19:06:36.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-11T19:07:11.106Z: 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-11T19:07:38.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-11T19:08:05.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-11T19:08:35.695Z: 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-11T19:09:09.869Z: 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-11T19:09:37.074Z: 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-11T19:10:09.282Z: 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-11T19:10:46.493Z: 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-11T19:11:16.879Z: 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-11T19:11:42.062Z: 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-11T19:12:14.303Z: 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-11T19:12:45.592Z: 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-11T19:13:18.068Z: 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-11T19:13:46.218Z: 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-11T19:14:13.390Z: 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-11T19:14:44.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-11T19:15:17.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-11T19:15:47.200Z: 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-11T19:16:15.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-11T19:16:46.833Z: 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-11T19:17:14.024Z: 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-11T19:17:46.168Z: 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-11T19:18:17.404Z: 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-11T19:18:45.762Z: 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-11T19:19:19.989Z: 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-11T19:19:48.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-11T19:20:16.683Z: 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-11T19:20:49.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-11T19:21:17.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-11T19:21:45.281Z: 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-11T19:22:17.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-11T19:22:48.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-11T19:23:28.236Z: 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-11T19:23:55.396Z: 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-11T19:24:24.616Z: 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-11T19:24:59.062Z: 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-11T19:25:27.270Z: 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-11T19:25:56.509Z: 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-11T19:26:23.665Z: 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-11T19:26:56.954Z: 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-11T19:27:24.139Z: 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-11T19:27:56.330Z: 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-11T19:28:25.535Z: 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-11T19:28:54.761Z: 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-11T19:29:27.091Z: 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-11T19:30:00.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-11T19:30:28.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-11T19:30:56.896Z: 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-11T19:31:36.100Z: 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-11T19:32:02.290Z: 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-11T19:32:35.606Z: 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-11T19:33:04.086Z: 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-11T19:33:36.211Z: 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-11T19:34:02.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-11T19:34:36.597Z: 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-11T19:35:02.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-11T19:35:38.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-11T19:36:04.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-11T19:36:37.717Z: 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-11T19:37:05.960Z: 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-11T19:37:38.319Z: 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-11T19:38:05.568Z: 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-11T19:38:42.785Z: 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-11T19:39:14.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-11T19:39:47.359Z: 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-11T19:40:16.511Z: 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-11T19:40:42.638Z: 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-11T19:41:14.812Z: 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-11T19:41:47.093Z: 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-11T19:42:15.214Z: 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-11T19:42:46.507Z: 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-11T19:43:18.763Z: 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-11T19:43:44.961Z: 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-11T19:44:18.166Z: 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-11T19:44:46.374Z: 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-11T19:45:19.650Z: 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-11T19:45:47.865Z: 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-11T19:46:19.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-11T19:46:45.374Z: 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-11T19:47:15.522Z: 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-11T19:47:47.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-11T19:48:16.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-11T19:48:49.220Z: 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-11T19:49:28.548Z: 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-11T19:49:55.647Z: 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-11T19:50:28.797Z: 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-11T19:50:55.955Z: 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-11T19:51:28.214Z: 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-11T19:51:56.329Z: 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-11T19:52:27.525Z: 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-11T19:52:55.827Z: 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-11T19:53:28.075Z: 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-11T19:53:56.319Z: 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-11T19:54:29.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-11T19:55:02.675Z: 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-11T19:55:34.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-11T19:56:06.305Z: 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-11T19:56:36.510Z: 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-11T19:57:04.626Z: 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-11T19:57:37.798Z: 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-11T19:58:04.111Z: 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-11T19:58:36.535Z: 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-11T19:59:04.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-11T19:59:37.065Z: 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-11T20:00:08.312Z: 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-11T20:00:37.459Z: 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-11_09_40_45-10380058571437625942 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1664, in wait_until_finish
    '{}'.format(consoleUrl))
AssertionError: Job did not reach to a terminal state after waiting indefinitely. Console URL: https://console.cloud.google.com/dataflow/jobs/<RegionId>/2022-05-11_09_40_45-10380058571437625942?project=<ProjectId>

> 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_CoGBK_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 3h 22m 1s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #619

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/619/display/redirect?page=changes>

Changes:

[Alexey Romanenko] [BEAM-12918] Add PostCommit_Java_Tpcds_Spark job

[noreply] Merge pull request #17544 from [BEAM-14415] Exception handling tests for

[noreply] Merge pull request #17565 from [BEAM-14413] add Kafka exception test

[noreply] Merge pull request #17555 from [BEAM-14417] Adding exception handling

[noreply] [BEAM-14433] Improve Go split error message. (#17575)

[noreply] [BEAM-14429] Force java load test on dataflow runner v2

[noreply] Merge pull request #17577 from [BEAM-14435] Adding exception handling

[noreply] [BEAM-14347] Add generic registration functions for iters and emitters

[noreply] [BEAM-14169] Add Credentials rotation cron job for clusters (#17383)

[noreply] [BEAM-14347] Add generic registration for accumulators (#17579)


------------------------------------------
[...truncated 82.28 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-10T18:16:51.821Z: 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-10T18:17:22.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-10T18:17:55.025Z: 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-10T18:18:27.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-10T18:18:53.302Z: 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-10T18:19:23.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-10T18:19:53.570Z: 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-10T18:20:26.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-10T18:20:53.807Z: 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-10T18:21:26.928Z: 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-10T18:21:55.048Z: 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-10T18:22:27.232Z: 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-10T18:22:58.355Z: 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-10T18:23:25.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-10T18:23:56.610Z: 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-10T18:24:27.724Z: 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-10T18:24:59.859Z: 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-10T18:25:31.989Z: 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-10T18:26:04.117Z: 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-10T18:26:34.285Z: 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-10T18:27:05.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-10T18:27:31.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-10T18:28:04.645Z: 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-10T18:28:35.760Z: 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-10T18:29:02.865Z: 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-10T18:29:32.985Z: 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-10T18:30:05.114Z: 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-10T18:30:36.270Z: 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-10T18:31:04.380Z: 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-10T18:31:37.523Z: 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-10T18:32:02.626Z: 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-10T18:32:38.743Z: 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-10T18:33:10.877Z: 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-10T18:33:44.069Z: 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-10T18:34:16.203Z: 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-10T18:34:42.312Z: 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-10T18:35:15.465Z: 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-10T18:35:41.571Z: 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-10T18:36:12.698Z: 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-10T18:36:42.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-10T18:37:13.946Z: 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-10T18:37:46.061Z: 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-10T18:38:14.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-10T18:38:45.320Z: 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-10T18:39:17.470Z: 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-10T18:39:45.592Z: 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-10T18:40:12.695Z: 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-10T18:40:44.809Z: 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-10T18:41:15.910Z: 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-10T18:41:43.008Z: 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-10T18:42:15.115Z: 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-10T18:42:48.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-10T18:43:14.456Z: 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-10T18:43:51.656Z: 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-10T18:44:23.759Z: 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-10T18:45:03.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-10T18:45:36.338Z: 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-10T18:46:01.433Z: 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-10T18:46:33.009Z: 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-10T18:47:01.191Z: 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-10T18:47:31.438Z: 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-10T18:48:03.582Z: 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-10T18:48:39.875Z: 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-10T18:49:12.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-10T18:49:42.461Z: 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-10T18:50:12.571Z: 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-10T18:50:44.700Z: 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-10T18:51:16.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-10T18:51:46.104Z: 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-10T18:52:11.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-10T18:52:44.657Z: 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-10T18:53:15.778Z: 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-10T18:53:42.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-10T18:54:14.008Z: 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-10T18:54:44.159Z: 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-10T18:55:16.577Z: 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-10T18:55:53.059Z: 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-10T18:56:24.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-10T18:56:55.520Z: 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-10T18:57:20.630Z: 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-10T18:57:52.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-10T18:58:25.260Z: 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-10T18:58:51.619Z: 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-10T18:59:23.897Z: 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-10T18:59:56.144Z: 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-10T19:00:26.462Z: 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-10T19:00:52.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-10T19:01:24.782Z: 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-10T19:01:52.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-10T19:02:25.401Z: 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-10T19:02:55.762Z: 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-10T19:03:26.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-10T19:03:58.179Z: 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-10T19:04:25.278Z: 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-10T19:04:54.379Z: 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-10T19:05:25.478Z: 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-10T19:06:02.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-10T19:06:33.741Z: 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-10T19:07:01.844Z: 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-10T19:07:34.973Z: 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-10T19:08:01.104Z: 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-10T19:08:34.274Z: 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-10T19:09:06.425Z: 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-10T19:09:34.546Z: 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-10T19:10:06.688Z: 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-10T19:10:33.805Z: 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-10T19:11:05.919Z: 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-10T19:11:33.015Z: 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-10T19:12:05.129Z: 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-10T19:12:33.233Z: 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-10T19:13:05.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-10T19:13:41.542Z: 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-10T19:14:10.644Z: 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-10T19:14:43.840Z: 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-10T19:15:14.969Z: 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-10T19:15:48.109Z: 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-10T19:16:14.218Z: 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-10T19:16:47.364Z: 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-10T19:17:14.473Z: 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-10T19:17:47.581Z: 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-10T19:18:15.702Z: 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-10T19:18:46.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-10T19:19:16.985Z: 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-10T19:19:58.146Z: 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-10T19:20:23.230Z: 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-10T19:20:54.355Z: 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-10T19:21:25.461Z: 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-10T19:21:56.580Z: 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-10T19:22:34.781Z: 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-10T19:23:02.925Z: 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-10T19:23:33.069Z: 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-10T19:24:01.223Z: 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-10T19:24:36.371Z: 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-10T19:25:02.505Z: 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-10T19:25:34.638Z: 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-10T19:26:03.859Z: 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-10T19:26:32.025Z: 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-10T19:27:03.154Z: 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-10T19:27:37.290Z: 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-10T19:28:04.415Z: 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-10T19:28:36.549Z: 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-10T19:29:03.654Z: 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-10T19:29:37.823Z: 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-10T19:30:03.919Z: 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-10T19:30: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-10T19:31:07.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-10T19:31:34.685Z: 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-10T19:32:07.909Z: 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-10T19:32:39.085Z: 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-10T19:33:15.452Z: 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-10T19:33:42.613Z: 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-10T19:34:14.763Z: 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-10T19:34:41.960Z: 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-10T19:35:15.493Z: 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-10T19:35:48.060Z: 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-10T19:36:14.249Z: 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-10T19:36:51.390Z: 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-10T19:37:24.503Z: 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-10T19:37:51.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-10T19:38:25.747Z: 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-10T19:38:51.842Z: 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-10T19:39: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-10T19:39:55.049Z: 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-10T19:40:22.148Z: 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-10T19:40:54.284Z: 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-10T19:41:21.457Z: 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-10T19:41:54.592Z: 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-10T19:42:23.713Z: 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-10T19:42:52.856Z: 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-10T19:43:25.976Z: 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-10T19:43:53.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-10T19:44:22.257Z: 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-10T19:44:58.404Z: 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-10T19:45:25.529Z: 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-10T19:45:57.677Z: 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-10T19:46:23.794Z: 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-10T19:46:55.963Z: 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-10T19:47:34.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-10T19:48:01.230Z: 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-10T19:48:33.404Z: 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-10T19:49:01.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-10T19:49:30.648Z: 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-10T19:50:03.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-10T19:50:36.944Z: 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-10T19:51:03.083Z: 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-10T19:51:36.227Z: 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-10T19:52:03.350Z: 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-10T19:52:36.483Z: 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-10T19:53:07.621Z: 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-10T19:53:34.724Z: 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-10T19:54:06.848Z: 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-10T19:54:43.988Z: 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-10T19:55:17.143Z: 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-10T19:55:45.263Z: 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-10T19:56:18.439Z: 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-10T19:56:53.581Z: 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-10T19:57:20.688Z: 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-10T19:57:51.832Z: 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-10T19:58:23.996Z: 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-10T19:58:51.114Z: 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-10T19:59:23.231Z: 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-10T19:59:55.344Z: 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-10T20:00:24.490Z: 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-10_09_39_42-15280976414733277249 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_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_CoGBK_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 3h 22m 23s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #618

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/618/display/redirect?page=changes>

Changes:

[elias.segundo] Changing elegibility to AllNodeElegibility

[chamikaramj] Adds code reviewers for GCP I/O connectors and KafkaIO to Beam OWNERS

[andyye333] Add extra details to PubSub matcher errors

[noreply] Merge pull request #17559 from [BEAM-14423] Add exception injection

[noreply] [BEAM-11104] Allow self-checkpointing SDFs to return without finishing


------------------------------------------
[...truncated 81.53 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-09T18:16:30.479Z: 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-09T18:17:03.604Z: 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-09T18:17:30.714Z: 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-09T18:18:07.845Z: 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-09T18:18:42.990Z: 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-09T18:19:20.117Z: 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-09T18:19:50.222Z: 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-09T18:20:15.305Z: 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-09T18:20:45.408Z: 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-09T18:21:18.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-09T18:21:54.672Z: 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-09T18:22:26.778Z: 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-09T18:22:58.868Z: 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-09T18:23:29.984Z: 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-09T18:23:57.092Z: 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-09T18:24:30.201Z: 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-09T18:25:01.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-09T18:25:27.431Z: 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-09T18:25:59.569Z: 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-09T18:26:31.751Z: 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-09T18:26:57.828Z: 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-09T18:27:28.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-09T18:28:00.036Z: 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-09T18:28:27.148Z: 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-09T18:28:59.248Z: 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-09T18:29:31.351Z: 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-09T18:29:58.440Z: 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-09T18:30:29.580Z: 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-09T18:31:00.676Z: 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-09T18:31:32.782Z: 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-09T18:32:02.890Z: 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-09T18:32:29.996Z: 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-09T18:33:02.091Z: 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-09T18:33:39.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-09T18:34:11.354Z: 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-09T18:34:38.452Z: 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-09T18:35:09.552Z: 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-09T18:35:36.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-09T18:36:09.776Z: 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-09T18:36:47.925Z: 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-09T18:37:18.037Z: 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-09T18:37:46.129Z: 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-09T18:38:20.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-09T18:38:48.387Z: 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-09T18:39:20.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-09T18:39:51.580Z: 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-09T18:40:18.707Z: 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-09T18:40:50.812Z: 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-09T18:41:17.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-09T18:41:49.094Z: 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-09T18:42:22.204Z: 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-09T18:42:49.300Z: 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-09T18:43:20.414Z: 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-09T18:43:47.513Z: 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-09T18:44:18.682Z: 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-09T18:44:51.802Z: 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-09T18:45:26.939Z: 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-09T18:45:57.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-09T18:46:29.142Z: 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-09T18:46:58.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-09T18:47:38.397Z: 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-09T18:48:06.499Z: 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-09T18:48:38.586Z: 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-09T18:49:05.688Z: 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-09T18:49:37.798Z: 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-09T18:50:10.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-09T18:50:39.021Z: 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-09T18:51:07.104Z: 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-09T18:51:38.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-09T18:52:15.303Z: 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-09T18:52:45.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-09T18:53:15.519Z: 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-09T18:53:48.625Z: 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-09T18:54:20.727Z: 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-09T18:54:48.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-09T18:55:15.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-09T18:55:48.038Z: 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-09T18:56:20.148Z: 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-09T18:56:48.254Z: 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-09T18:57:19.349Z: 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-09T18:57:50.443Z: 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-09T18:58:18.545Z: 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-09T18:58:51.683Z: 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-09T18:59:18.787Z: 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-09T18:59:49.925Z: 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-09T19:00:19.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-09T19:00:48.113Z: 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-09T19:01:18.222Z: 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-09T19:01:48.319Z: 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-09T19:02:19.423Z: 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-09T19:03:01.553Z: 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-09T19:03:32.670Z: 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-09T19:03:58.760Z: 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-09T19:04:29.878Z: 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-09T19:05:01.992Z: 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-09T19:05:28.148Z: 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-09T19:06:00.252Z: 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-09T19:06:29.351Z: 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-09T19:06:59.447Z: 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-09T19:07:30.563Z: 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-09T19:08:07.670Z: 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-09T19:08:40.796Z: 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-09T19:09:09.911Z: 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-09T19:09:39.065Z: 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-09T19:10:11.188Z: 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-09T19:10:38.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-09T19:11:10.394Z: 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-09T19:11:41.488Z: 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-09T19:12:07.593Z: 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-09T19:12:38.698Z: 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-09T19:13:11.817Z: 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-09T19:13:38.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-09T19:14:11.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-09T19:14:42.101Z: 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-09T19:15:09.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-09T19:15:43.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-09T19:16:09.406Z: 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-09T19:16:41.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-09T19:17:08.621Z: 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-09T19:17:40.727Z: 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-09T19:18:11.829Z: 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-09T19:18:50.958Z: 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-09T19:19:18.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-09T19:19:49.195Z: 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-09T19:20:20.322Z: 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-09T19:20:50.413Z: 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-09T19:21:20.522Z: 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-09T19:21:51.630Z: 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-09T19:22:26.744Z: 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-09T19:22:58.840Z: 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-09T19:23:31.951Z: 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-09T19:23:58.029Z: 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-09T19:24:28.124Z: 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-09T19:25:00.233Z: 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-09T19:25:31.344Z: 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-09T19:25:58.442Z: 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-09T19:26:30.549Z: 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-09T19:27:02.685Z: 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-09T19:27:34.801Z: 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-09T19:28:11.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-09T19:28:38.007Z: 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-09T19:29:10.109Z: 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-09T19:29:38.205Z: 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-09T19:30:10.318Z: 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-09T19:30:38.408Z: 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-09T19:31:09.514Z: 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-09T19:31:37.603Z: 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-09T19:32:08.688Z: 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-09T19:32:36.773Z: 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-09T19:33:10.897Z: 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-09T19:33:37.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-09T19:34:10.088Z: 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-09T19:34:48.207Z: 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-09T19:35:19.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-09T19:35:50.382Z: 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-09T19:36:16.477Z: 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-09T19:36:46.574Z: 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-09T19:37:19.653Z: 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-09T19:37:50.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-09T19:38:20.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-09T19:38:49.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-09T19:39:20.121Z: 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-09T19:39:48.233Z: 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-09T19:40:20.328Z: 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-09T19:40:52.445Z: 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-09T19:41:18.546Z: 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-09T19:41:49.689Z: 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-09T19:42:19.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-09T19:42:51.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-09T19:43:19Z: 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-09T19:43:53.126Z: 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-09T19:44:19.217Z: 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-09T19:44:52.331Z: 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-09T19:45:29.474Z: 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-09T19:45:57.591Z: 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-09T19:46:33.724Z: 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-09T19:47:09.832Z: 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-09T19:47:36.956Z: 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-09T19:48:11.074Z: 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-09T19:48:39.177Z: 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-09T19:49:11.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-09T19:49:39.426Z: 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-09T19:50:08.548Z: 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-09T19:50:39.682Z: 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-09T19:51:12.805Z: 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-09T19:51:38.913Z: 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-09T19:52:12.013Z: 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-09T19:52:39.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-09T19:53:11.236Z: 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-09T19:53:38.344Z: 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-09T19:54:09.456Z: 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-09T19:54:40.576Z: 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-09T19:55:12.686Z: 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-09T19:55:38.781Z: 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-09T19:56:20.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-09T19:56:47.003Z: 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-09T19:57:16.109Z: 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-09T19:57:48.213Z: 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-09T19:58:16.299Z: 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-09T19:58:50.410Z: 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-09T19:59:17.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-09T19:59:47.613Z: 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-09T20:00:21.743Z: 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-09_09_39_39-13549828246597796895 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_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_CoGBK_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 3h 22m 23s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #617

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/617/display/redirect>

Changes:


------------------------------------------
[...truncated 208.85 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T22:17:28.065Z: 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-08T22:17:59.211Z: 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-08T22:18:28.331Z: 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-08T22:18:56.431Z: 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-08T22:19:29.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-08T22:19:57.669Z: 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-08T22:20:25.819Z: 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-08T22:20:56.949Z: 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-08T22:21:36.148Z: 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-08T22:22:03.254Z: 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-08T22:22:34.385Z: 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-08T22:23:04.507Z: 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-08T22:23:36.649Z: 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-08T22:24:08.755Z: 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-08T22:24:35.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-08T22:25:09.033Z: 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-08T22:25:35.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-08T22:26:06.264Z: 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-08T22:26:37.361Z: 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-08T22:27:07.449Z: 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-08T22:27:40.560Z: 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-08T22:28:15.712Z: 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-08T22:28:42.835Z: 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-08T22:29:14.974Z: 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-08T22:29:47.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-08T22:30:13.183Z: 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-08T22:30:44.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-08T22:31:14.389Z: 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-08T22:31:47.522Z: 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-08T22:32:18.638Z: 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-08T22:32:45.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-08T22:33:16.865Z: 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-08T22:33:49.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-08T22:34:15.143Z: 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-08T22:34:47.289Z: 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-08T22:35:15.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-08T22:35:47.465Z: 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-08T22:36:20.626Z: 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-08T22:36:46.738Z: 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-08T22:37:18.875Z: 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-08T22:37:49.958Z: 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-08T22:38:19.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-08T22:38:51.218Z: 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-08T22:39:23.325Z: 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-08T22:39:56.457Z: 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-08T22:40:27.576Z: 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-08T22:40:54.683Z: 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-08T22:41:26.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-08T22:41:57.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-08T22:42:24.014Z: 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-08T22:42:56.152Z: 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-08T22:43:23.293Z: 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-08T22:43:54.401Z: 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-08T22:44:27.529Z: 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-08T22:44:56.665Z: 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-08T22:45:27.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-08T22:45:56.919Z: 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-08T22:46:29.047Z: 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-08T22:46:59.181Z: 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-08T22:47:35.317Z: 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-08T22:48:02.448Z: 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-08T22:48:36.585Z: 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-08T22:49:02.678Z: 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-08T22:49:36.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-08T22:50:07.948Z: 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-08T22:50:36.051Z: 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-08T22:51:05.207Z: 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-08T22:51:35.372Z: 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-08T22:52:07.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-08T22:52:38.571Z: 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-08T22:53:10.675Z: 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-08T22:53:38.786Z: 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-08T22:54:09.889Z: 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-08T22:54:35.990Z: 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-08T22:55:06.110Z: 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-08T22:55:37.217Z: 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-08T22:56:09.329Z: 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-08T22:56:36.445Z: 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-08T22:57:07.545Z: 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-08T22:57:38.650Z: 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-08T22:58:12.793Z: 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-08T22:58:44.921Z: 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-08T22:59:16.027Z: 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-08T22:59:46.159Z: 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-08T23:00:16.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-08T23:00:45.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-08T23:01:16.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-08T23:01:47.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-08T23:02:14.831Z: 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-08T23:02:45.984Z: 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-08T23:03:23.133Z: 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-08T23:03:57.272Z: 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-08T23:04:24.399Z: 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-08T23:04:55.518Z: 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-08T23:05:27.633Z: 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-08T23:05:55.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-08T23:06:27.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-08T23:06:54.971Z: 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-08T23:07:27.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-08T23:07:54.270Z: 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-08T23:08: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-08T23:09:04.552Z: 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-08T23:09:35.678Z: 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-08T23:10:03.770Z: 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-08T23:10:34.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-08T23:11:03.994Z: 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-08T23:11:36.110Z: 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-08T23:12:06.243Z: 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-08T23:12:34.353Z: 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-08T23:13:07.495Z: 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-08T23:13:35.604Z: 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-08T23:14:06.742Z: 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-08T23:14:35.868Z: 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-08T23:15:10.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-08T23:15:39.117Z: 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-08T23:16:06.241Z: 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-08T23:16:39.365Z: 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-08T23:17:06.518Z: 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-08T23:17:38.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-08T23:18:05.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-08T23:18:36.972Z: 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-08T23:19:09.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-08T23:19:36.217Z: 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-08T23:20:10.350Z: 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-08T23:20:45.487Z: 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-08T23:21:14.644Z: 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-08T23:21:46.751Z: 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-08T23:22:14.842Z: 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-08T23:22:51.995Z: 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-08T23:23:27.124Z: 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-08T23:23:55.230Z: 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-08T23:24:23.330Z: 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-08T23:24:57.465Z: 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-08T23:25:27.696Z: 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-08T23:25:55.782Z: 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-08T23:26:24.900Z: 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-08T23:26:56.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-08T23:27:29.179Z: 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-08T23:27:56.325Z: 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-08T23:28:27.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-08T23:29:00.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-08T23:29:27.738Z: 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-08T23:29:55.863Z: 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-08T23:30:28.085Z: 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-08T23:30:56.188Z: 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-08T23:31:27.329Z: 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-08T23:32:00.496Z: 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-08T23:32:29.627Z: 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-08T23:32:56.732Z: 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-08T23:33:29.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-08T23:34:07.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-08T23:34:38.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-08T23:35:05.277Z: 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-08T23:35:37.448Z: 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-08T23:36:09.590Z: 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-08T23:36:34.721Z: 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-08T23:37:07.833Z: 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-08T23:37:34.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-08T23:38:06.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-08T23:38:39.252Z: 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-08T23:39:06.343Z: 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-08T23:39:37.451Z: 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-08T23:40:09.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-08T23:40:36.676Z: 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-08T23:41:05.809Z: 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-08T23:41:38.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-08T23:42:11.078Z: 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-08T23:42:37.188Z: 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-08T23:43:14.353Z: 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-08T23:43:45.484Z: 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-08T23:44:16.618Z: 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-08T23:44:46.713Z: 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-08T23:45:13.850Z: 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-08T23:45:44.979Z: 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-08T23:46:14.082Z: 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-08T23:46:43.191Z: 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-08T23:47:15.328Z: 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-08T23:47:47.473Z: 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-08T23:48:16.571Z: 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-08T23:48:49.693Z: 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-08T23:49:16.776Z: 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-08T23:49:50.935Z: 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-08T23:50:16.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-08T23:50:50.178Z: 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-08T23:51:16.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-08T23:51:48.380Z: 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-08T23:52:15.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-08T23:52:48.624Z: 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-08T23:53:20.761Z: 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-08T23:53:47.855Z: 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-08T23:54:26.027Z: 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-08T23:54:54.161Z: 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-08T23:55:26.328Z: 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-08T23:55:53.421Z: 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-08T23:56:26.611Z: 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-08T23:56:55.746Z: 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-08T23:57:26.850Z: 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-08T23:57:58.984Z: 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-08T23:58:26.066Z: 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-08T23:58:57.165Z: 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-08T23:59:29.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-08T23:59:55.393Z: 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-09T00:00:29.525Z: 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-08_11_34_06-8495577191639039408 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_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_CoGBK_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 27m 45s
15 actionable tasks: 4 executed, 11 up-to-date

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_LoadTests_Python_CoGBK_Dataflow_Streaming #616

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Streaming/616/display/redirect?page=changes>

Changes:

[noreply] Quote pip install package name

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

[dannymccormick] Delete tags.go

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

[Heejong Lee] add test

[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 81.08 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-07T18:17:20.999Z: 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:53.085Z: 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:24.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:18:51.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:19:24.414Z: 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:51.531Z: 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:23.640Z: 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:54.794Z: 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:25.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:21:57.061Z: 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:23.161Z: 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:56.318Z: 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:26.418Z: 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:03.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:24:33.633Z: 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.755Z: 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:31.875Z: 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:01.966Z: 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:34.083Z: 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:05.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-07T18:27:31.287Z: 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:03.395Z: 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:35.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:29:05.683Z: 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:31.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:30:02.926Z: 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:35.121Z: 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:01.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-07T18:31:31.493Z: 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:03.607Z: 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:35.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:33:02.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:33:36.950Z: 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:04.042Z: 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:36.142Z: 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:06.267Z: 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:42.443Z: 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:10.584Z: 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:43.700Z: 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:09.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:37:41.999Z: 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:14.110Z: 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:41.205Z: 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:14.353Z: 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:45.461Z: 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:11.564Z: 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:48.701Z: 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:19.882Z: 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:53.004Z: 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:24.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-07T18:42:51.207Z: 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:24.346Z: 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:51.439Z: 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:22.549Z: 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:54.644Z: 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:22.745Z: 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:52.858Z: 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:24.988Z: 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:55.096Z: 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:21.235Z: 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:51.375Z: 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:23.484Z: 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:55.592Z: 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:22.696Z: 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:55.887Z: 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:23.014Z: 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:55.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-07T18:51:21.218Z: 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:58.347Z: 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:30.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-07T18:53:01.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-07T18:53:30.959Z: 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:04.116Z: 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:30.221Z: 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:03.330Z: 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:36.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-07T18:56:02.574Z: 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:33.698Z: 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:05.805Z: 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:33.906Z: 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:02.015Z: 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:34.121Z: 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:06.223Z: 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:33.322Z: 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:07.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-07T19:00:34.563Z: 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:04.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-07T19:01:43.839Z: 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:11.937Z: 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:40.018Z: 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:12.146Z: 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:43.255Z: 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:13.361Z: 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:44.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:05:12.580Z: 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:43.674Z: 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:14.775Z: 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:41.856Z: 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:13.957Z: 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:43.066Z: 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:16.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:08:45.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:09:13.494Z: 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:45.594Z: 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:23.709Z: 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:49.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:11:21.928Z: 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:54.101Z: 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:20.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:12:53.320Z: 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:20.423Z: 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:51.526Z: 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:24.640Z: 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:55.782Z: 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:28.891Z: 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:02.995Z: 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:30.100Z: 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:02.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:17:34.418Z: 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:04.510Z: 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:32.614Z: 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:02.727Z: 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:35.863Z: 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:06.010Z: 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:33.134Z: 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:05.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:21:33.391Z: 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:06.542Z: 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:33.698Z: 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:03.785Z: 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:33.890Z: 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:05.996Z: 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:37.093Z: 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:07.234Z: 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:34.322Z: 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:08.462Z: 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:34.541Z: 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:06.706Z: 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:43.830Z: 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:09.938Z: 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:44.072Z: 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:14.168Z: 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:41.286Z: 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:14.387Z: 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:41.485Z: 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:14.611Z: 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:41.784Z: 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:14.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:32:41.011Z: 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:14.155Z: 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:45.285Z: 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:13.438Z: 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:41.572Z: 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:12.717Z: 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:45.854Z: 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:12.968Z: 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:44.049Z: 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:15.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:37:42.241Z: 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:14.371Z: 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:46.553Z: 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:13.640Z: 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:54.781Z: 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:22.872Z: 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:50.986Z: 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:22.185Z: 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: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:42:20.420Z: 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:52.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:43:24.641Z: 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:56.764Z: 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:22.888Z: 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:54.033Z: 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:26.146Z: 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:54.281Z: 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:25.413Z: 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:57.522Z: 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:24.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-07T19:47:59.762Z: 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:33.871Z: 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:00.966Z: 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:33.105Z: 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:03.200Z: 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:35.301Z: 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:03.451Z: 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:30.540Z: 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:02.644Z: 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:33.765Z: 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:11.904Z: 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:44.021Z: 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:12.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:54:44.209Z: 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:15.320Z: 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:43.406Z: 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:14.556Z: 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:42.666Z: 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:15.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-07T19:57:41.835Z: 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:13.945Z: 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:46.072Z: 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:13.172Z: 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:47.312Z: 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:13.406Z: 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_09_39_40-3449497543989587584 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_CoGBK_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/co_group_by_key_test.py",> line 144, in <module>
    CoGroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_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_CoGBK_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_CoGBK_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 3h 22m 22s
15 actionable tasks: 9 executed, 4 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/5eocqfe3bwk3e

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


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org