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/07 20:00:51 UTC

Build failed in Jenkins: beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming #613

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

Changes:

[kevinsijo] Setting up a basic directory

[kevinsijo] Mirroring Python SDK's directory structure

[kerrydc] Adds initial tests

[kevinsijo] 'runners' is the correct directory name

[Pablo Estrada] sketching the core API for JS SDK

[jonathanlui] add .gitignore for node/ts project

[Robert Bradshaw] Worker directory.

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

[Robert Bradshaw] Add worker entry point.

[Robert Bradshaw] Add proto generation code.

[Robert Bradshaw] Add generated proto files.

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

[Robert Bradshaw] Exclude ts protos for now.

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

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

[Robert Bradshaw] Update geenrated files.

[jonathanlui] add build and clean script to compile ts

[Robert Bradshaw] Generate server for loopback worker.

[Robert Bradshaw] Generated grpc servers for loopback.

[Robert Bradshaw] Add typescript formatter.

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

[Robert Bradshaw] Working server.

[Pablo Estrada] Starting expansion of primitive transforms

[Pablo Estrada] Starting to implement and support standard coders

[Robert Bradshaw] Also generate grpc clients.

[Robert Bradshaw] Basic implementation of worker harness.

[Pablo Estrada] fix the build

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

[Robert Bradshaw] Refactor operators to use registration.

[jonathanlui] enable ts in mocha

[jonathanlui] update readme

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

[jonathanlui] translate core_test.js to typescript

[Robert Bradshaw] Encapsulate worker service in a class.

[Kenneth Knowles] Port standard_coders_test to typescript (superficially)

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

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

[Robert Bradshaw] Fixing old lock file error.

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

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

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

[Kenneth Knowles] Add Coder interface using protobufjs classes

[Kenneth Knowles] BytesCoder with some failures

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

[Kenneth Knowles] Fix order of arguments to deepEqual

[Kenneth Knowles] Encode expected encoding as binary

[Robert Bradshaw] Refactor API to allow for composites.

[jrmccluskey] Initial setup for automated Java expansion startup

[jrmccluskey] Update exp_service.ts

[Kenneth Knowles] Fix up coder deserialization

[Robert Bradshaw] Simplify GBK coder computation.

[Robert Bradshaw] Remove top-level PValue.

[Pablo Estrada] Make tests green

[Robert Bradshaw] Rename PValueish to PValue.

[jonathanlui] node runner

[jonathanlui] whitespaces

[Robert Bradshaw] Make Runner.run async.

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

[jrmccluskey] Add basic Dockerfile that starts ExternalWorkerPool

[Robert Bradshaw] Direct runner.

[kevinsijo] Testing expansion service communication

[Robert Bradshaw] Added flatten, assertion checkers.

[Pablo Estrada] progress on basic coders

[Robert Bradshaw] Fixing the build.

[Robert Bradshaw] Cleanup, simplify access.

[Pablo Estrada] Adding limited support for KVCoder and IterableCoder

[Robert Bradshaw] Introduce PipelineContext.

[Robert Bradshaw] Add toProto to all coders.

[Robert Bradshaw] Some work with coders.

[Robert Bradshaw] Remove debug logging.

[Robert Bradshaw] Use coders over data channel.

[Kenneth Knowles] explicitly sequence sub-coder serializations

[Kenneth Knowles] no more need to extend FakeCoder

[Kenneth Knowles] actually advance reader

[Kenneth Knowles] autoformat

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

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

[Kenneth Knowles] read bytescoder from correct position

[Kenneth Knowles] no more fake coders

[Kenneth Knowles] varint examples all work

[Kenneth Knowles] simplify coder value parsing

[Kenneth Knowles] global window coder

[Kenneth Knowles] fix swapEndian32

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

[kevinsijo] Implementing RowCoder encoding.

[jrmccluskey] remove unused container dir

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

[Robert Bradshaw] Populate environments.

[kevinsijo] Implementing RowCoder decoding.

[Kenneth Knowles] preliminary unbounded iterable coder

[Kenneth Knowles] friendlier description of standard coder test case

[Kenneth Knowles] fix test harness; iterable works

[jrmccluskey] first pass at boot.go

[jonathanlui] update package-lock.json

[jonathanlui] make NodeRunner a subclass of Runner

[jonathanlui] add waitUntilFinish interface member

[Pablo Estrada] Adding double coder

[Kenneth Knowles] scaffolding for windowed values

[Pablo Estrada] Adding type information to PColleciton and PTransform

[jonathanlui] fix direct runner

[Pablo Estrada] Adding typing information for DoFns

[Kenneth Knowles] add interval window

[Robert Bradshaw] Export PValue.

[Robert Bradshaw] Add CombineFn interface.

[Robert Bradshaw] Typed flatten.

[jonathanlui] add runAsync method to base.Runner

[Kenneth Knowles] add Long package

[Pablo Estrada] Adding more types. Making PValue typed

[Kenneth Knowles] instant coder draft

[Robert Bradshaw] Return job state from direct runner.

[Kenneth Knowles] type instant = long

[jonathanlui] implement NodeRunner.runPipeline

[Kenneth Knowles] autoformat

[kevinsijo] Completed implementation of basic row coder

[Kenneth Knowles] Fix IntervalWindowCoder, almost

[Kenneth Knowles] fix interval window coder

[Kenneth Knowles] autoformat

[Robert Bradshaw] loopback runner works

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

[Kenneth Knowles] just build object directly to be cool

[Robert Bradshaw] GBK working on ULR.

[Robert Bradshaw] Async transforms.

[Robert Bradshaw] External transform grpah splicing.

[Kenneth Knowles] progress on windowed value: paneinfo encoding

[Robert Bradshaw] Fix merge.

[Robert Bradshaw] autoformat

[Kenneth Knowles] full windowed value coder

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

[Robert Bradshaw] Add serialization librarires.'

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

[Robert Bradshaw] Schema-encoded external payloads.

[kevinsijo] Adding Schema inference from JSON

[Pablo Estrada] Removing unused directories

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

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

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

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

[Robert Bradshaw] Infer schema for external transforms.

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

[Robert Bradshaw] Fix missing windowing information in combiners.

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

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

[Robert Bradshaw] WindowInto

[Robert Bradshaw] Fix optional kwargs.

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

[Robert Bradshaw] Add windowing file.

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

[Robert Bradshaw] cleanup

[Robert Bradshaw] Actually fix optional external kwargs.

[Robert Bradshaw] Demo2, textio read.

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

[Robert Bradshaw] Run prettier on the full codebase.

[Robert Bradshaw] Update deps.

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

[Pablo Estrada] Documenting coder interfaces

[Pablo Estrada] Added documentation for a few standard coders

[Robert Bradshaw] Unified grouping and combining.

[Robert Bradshaw] Allow PCollection ids to be lazy.

[Robert Bradshaw] Reorganize module structure.

[Robert Bradshaw] A couple more renames.

[Robert Bradshaw] Simplify.

[Robert Bradshaw] Consolidation.

[Robert Bradshaw] Fix build.

[Robert Bradshaw] Add optional context to ParDo.

[Robert Bradshaw] fixup: iterable coder endian sign issue

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

[Robert Bradshaw] Fix ReadFromText coders.

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

[noreply] Readme typo

[Robert Bradshaw] Two more TODOs.

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

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

[Robert Bradshaw] UIID dependency.

[Robert Bradshaw] Artifact handling.

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

[Robert Bradshaw] Automatic java expansion service startup.

[Robert Bradshaw] Process promises.

[Robert Bradshaw] Implement side inputs.

[Robert Bradshaw] Cleanup.

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

[Robert Bradshaw] Rename BoundedWindow to just Window.

[Robert Bradshaw] Alternative splitter class.

[Pablo Estrada] Documenting internal functions

[Robert Bradshaw] Take a pass clarifying the TODOs.

[Robert Bradshaw] Sql transform wrapper.

[Robert Bradshaw] Incorporate some feedback into the TODOs.

[Robert Bradshaw] More TODOs.

[Robert Bradshaw] Remove app placeholder.

[Robert Bradshaw] Apache license headers.

[Robert Bradshaw] More TODOs

[jankuehle] Suggestions for TypeScript todos

[dannymccormick] Add actions for typescript sdk

[dannymccormick] Fix test command

[noreply] Add missing version

[dannymccormick] Fix codecovTest command

[noreply] Only do prettier check on linux

[noreply] Only get codecov on linux

[Robert Bradshaw] Resolve some comments.

[Robert Bradshaw] Fix compile errors.

[Robert Bradshaw] Prettier.

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

[Robert Bradshaw] More consistent and stricter PTransform naming.

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

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

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

[Robert Bradshaw] Optional promise code simplification.

[Robert Bradshaw] Cleanup todos.

[Robert Bradshaw] Avoid any type where not needed.

[Robert Bradshaw] Apache RAT excludes for typescript.

[Robert Bradshaw] Remove empty READMEs.

[Robert Bradshaw] Add licences statement to readme files.

[Robert Bradshaw] More RAT fixes.

[Robert Bradshaw] Another unsupported coder.

[Robert Bradshaw] Remove debugging code.

[noreply] Fix automatic naming with code coverage.

[Robert Bradshaw] Coders cleanup.

[Robert Bradshaw] Add tests for RowCoder.

[Robert Bradshaw] Normalize capitalization, comments.

[Robert Bradshaw] Install typescript closure packages.

[Robert Bradshaw] npm audit fix

[Robert Bradshaw] Move more imports out of base.

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

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

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

[Robert Bradshaw] Container images working on local runner.

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

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

[Robert Bradshaw] Get dataflow working.

[Robert Bradshaw] User friendly pipeline options.

[Robert Bradshaw] Less classes, more functions.

[Robert Bradshaw] Add new nullable standard coder.

[Robert Bradshaw] Make Apache Rat happy.

[Robert Bradshaw] Disable broken codecov.

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

[Robert Bradshaw] Remove unneedd file.

[Robert Bradshaw] Remove more uneeded/unused files.

[Robert Bradshaw] Cleanup tests.

[Robert Bradshaw] Minor cleanups to coder tests.

[noreply] Quote pip install package name

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

[Robert Bradshaw] Addressing issues from the review.

[noreply] Apply suggestions from code review.

[Robert Bradshaw] Post-merge fixes.

[dannymccormick] Delete tags.go

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

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

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

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

[Heejong Lee] add test

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

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

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

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

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

[Heejong Lee] add test without mock


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

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

FAILURE: Build failed with an exception.

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

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

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

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

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

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

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

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

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

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

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


Jenkins build is back to normal : beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming #618

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


---------------------------------------------------------------------
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_GBK_reiterate_Dataflow_Streaming #617

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/617/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)


------------------------------------------
[...truncated 117.01 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T18:13:52.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:14:32.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-11T18:15:01.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-11T18:15:42.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-11T18:16:10.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:16:42.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-11T18:17:08.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-11T18:17:41.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-11T18:18:23.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-11T18:18:48.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-11T18:19:22.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-11T18:19:49.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-11T18:20:20.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-11T18:20:53.559Z: JOB_MESSAGE_ERROR: generic::invalid_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:32.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-11T18:21:58.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-11T18:22:32.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-11T18:23:04.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-11T18:23:31.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-11T18:24:03.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-11T18:24:30.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-11T18:25:02.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:25:30.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-11T18:26:00.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-11T18:26:33.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-11T18:27:11.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-11T18:27:39.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-11T18: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-11T18:28:40.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:29:14.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-11T18:29:41.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:30:14.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-11T18:30:41.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-11T18:31:10.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-11T18:31:49.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-11T18:32:32.193Z: JOB_MESSAGE_ERROR: generic::invalid_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:58.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-11T18:33:30.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:34:03.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-11T18:34: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-11T18:35:10.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-11T18:35:39.120Z: JOB_MESSAGE_ERROR: generic::invalid_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: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-11T18:36:41.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-11T18:37:08.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-11T18:37:39.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-11T18:38:09.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-11T18:38:52.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-11T18:39:19.795Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T18:39:49.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-11T18:40:21.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-11T18:41:04.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-11T18:41:32.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-11T18:41:58.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-11T18:42:29.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-11T18:43:03.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-11T18:43:31.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-11T18:44:12.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-11T18:44:40.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-11T18:45:12.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-11T18:45:39.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:46:10.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-11T18:46:51.174Z: JOB_MESSAGE_ERROR: generic::invalid_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:28.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-11T18:48:01.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-11T18:48:28.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-11T18:49:02.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-11T18:49:36.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:50:13.266Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T18:50:42.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-11T18:51:09.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-11T18:51:53.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-11T18:52:19.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-11T18:52:52.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-11T18:53:20.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-11T18:53: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-11T18:54:24.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-11T18:55:02.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-11T18:55:29.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-11T18:56:02.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:56:29.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-11T18:57:01.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-11T18:57:28.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-11T18:57:59.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-11T18:58:31.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-11T18:59:10.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-11T18:59:51.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:00:21.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-11T19:00:49.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-11T19:01:20.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-11T19:01:52.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-11T19:02:18.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:02:53.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-11T19:03:30.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-11T19:03:59.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:04:31.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:04:59.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-11T19:05:30.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-11T19:06:03.893Z: JOB_MESSAGE_ERROR: generic::invalid_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:29.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-11T19:07:01.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-11T19:07:37.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-11T19:08:11.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-11T19:08:40.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-11T19:09:08.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-11T19:09:41.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-11T19:10:13.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-11T19:10:43.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:11: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-11T19:11:41.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:12:10.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-11T19:12:41.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-11T19:13:13.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-11T19:13:41.057Z: JOB_MESSAGE_ERROR: generic::invalid_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.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:14:50.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-11T19:15:21.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-11T19:15:52.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:16:18.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-11T19:16:52.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-11T19:17:23.174Z: JOB_MESSAGE_ERROR: generic::invalid_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:54.345Z: JOB_MESSAGE_ERROR: generic::invalid_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:21.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-11T19:19:00.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-11T19:19:28.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:19:59.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-11T19:20:34.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-11T19:21:00.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-11T19:21: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-11T19:22:03.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-11T19:22:31.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-11T19:22: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-11T19:23:31.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-11T19:24:11.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-11T19:24:43.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-11T19:25:10.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:25:38.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-11T19:26:10.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-11T19:26:38.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-11T19:27:12.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-11T19:27:43.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-11T19:28:23.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-11T19:28:50.516Z: JOB_MESSAGE_ERROR: generic::invalid_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:19.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-11T19:29:53.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:30:20.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-11T19:30:52.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:31:19.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-11T19:31:51.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-11T19:32:32.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-11T19:32:59.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-11T19:33:33.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-11T19:34:03.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:34:31.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-11T19:34:59.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-11T19:35:32.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-11T19:36:00.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-11T19:36:29.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-11T19:37:01.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:37:34.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-11T19:38:01.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-11T19:38:33.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-11T19:39:10.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-11T19:39:42.728Z: JOB_MESSAGE_ERROR: generic::invalid_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: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-11T19:40:44.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-11T19:41:10.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-11T19:41:48.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-11T19:42:21.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-11T19:42:48.528Z: JOB_MESSAGE_ERROR: generic::invalid_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:22.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:43:50.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-11T19:44:24.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-11T19:44:51.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-11T19:45:23.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:45:54.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-11T19:46:20.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-11T19:47:03.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-11T19:47:29.718Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T19:47:58.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-11T19:48:29.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-11T19:49:01.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-11T19:49:30.180Z: JOB_MESSAGE_ERROR: generic::invalid_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:09.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-11T19:50:41.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-11T19:51:09.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-11T19:51:48.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-11T19:52:22.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-11T19:52:51.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-11T19:53:24.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-11T19:53:52.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-11T19:54:42.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:55:08.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-11T19:55: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-11T19:56:12.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-11T19:56:40.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-11T19:57:10.174Z: JOB_MESSAGE_ERROR: generic::invalid_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:43.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-11T19:58:10.419Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-11T19:58:43.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-11T19:59:21.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-11T19:59:49.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-11T20:00:21.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:Job 2022-05-11_07_37_44-8242444640211229637 is in state JOB_STATE_CANCELLING
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/group_by_key_test.py",> line 118, in <module>
    GroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/load_test.py",> line 151, in run
    self.result.wait_until_finish(duration=self.timeout_ms)
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 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_07_37_44-8242444640211229637?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_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/build.gradle'> line: 58

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

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

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

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

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

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

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

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

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_GBK_reiterate_Dataflow_Streaming #616

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

Changes:

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

[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

[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 118.76 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-10T18:13:33.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-10T18:14:04.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-10T18:14:31.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-10T18:15:02.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-10T18:15:30.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-10T18:16:01.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:16:33.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-10T18:17:05.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-10T18:17:51.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-10T18:18:23.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-10T18:19:04.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-10T18:19:35.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-10T18:20:02.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:20:34.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-10T18:21:00.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-10T18:21:31.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-10T18:22:02.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-10T18:22:33.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-10T18:23:01.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-10T18:23:32.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-10T18:24:14.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-10T18:24:40.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-10T18:25:10.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-10T18:25:40.893Z: JOB_MESSAGE_ERROR: generic::invalid_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:12.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-10T18:26:45.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-10T18:27:12.212Z: JOB_MESSAGE_ERROR: generic::invalid_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:52.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-10T18:28:23.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-10T18:28:50.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-10T18:29:25.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-10T18:29:51.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-10T18:30:23.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:30:55.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-10T18:31:26.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-10T18:31:51.237Z: JOB_MESSAGE_ERROR: generic::invalid_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:23.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-10T18:33:11.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-10T18:33:39.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-10T18:34:14.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-10T18:34:40.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-10T18:35:13.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-10T18:35:46.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-10T18:36:13.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-10T18:36:50.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-10T18:37:21.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-10T18:37:52.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-10T18:38:24.719Z: JOB_MESSAGE_ERROR: generic::invalid_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:53.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:39:23.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-10T18:39:51.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-10T18:40:23.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-10T18:40:55.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-10T18:41:23.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-10T18:41:54.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-10T18:42:22.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-10T18:43:02.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-10T18:43:44.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-10T18:44: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-10T18:44:44.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-10T18:45:16.135Z: JOB_MESSAGE_ERROR: generic::invalid_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:43.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-10T18:46:13.388Z: JOB_MESSAGE_ERROR: generic::invalid_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:44.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-10T18:47:15.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-10T18:47:40.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-10T18:48:11.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-10T18:48:43.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-10T18:49:14.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-10T18:49:49.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-10T18:50:25.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-10T18:50:53.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-10T18:51:23.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-10T18:51:53.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-10T18:52:36.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-10T18:53:01.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-10T18:53:31.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-10T18:54:03.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-10T18:54:34.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-10T18:55:11.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-10T18:55: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-10T18:56:14.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-10T18:56:45.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-10T18:57:11.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-10T18:57:42.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-10T18:58:15.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-10T18:58:42.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:59:12.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-10T18:59:50.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-10T19:00:21.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-10T19:00:53.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-10T19:01:19.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-10T19:01:49.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-10T19:02:23.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-10T19:03:04.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-10T19:03:29.437Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-10T19:04:01.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-10T19:04:33.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-10T19:05:00.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:05:41.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-10T19:06:13.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-10T19:06:44.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-10T19:07:11.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-10T19:07:45.376Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-10T19:08: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-10T19:08:52.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-10T19:09:20.788Z: JOB_MESSAGE_ERROR: generic::invalid_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:53.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-10T19:10:21Z: JOB_MESSAGE_ERROR: generic::invalid_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:54.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-10T19:11:20.219Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-10T19:11:58.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-10T19:12:34.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-10T19:13:00.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:13:32.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:14:05.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-10T19:14:32.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:15:01.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-10T19:15:32.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-10T19:16:04.345Z: JOB_MESSAGE_ERROR: generic::invalid_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:31.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-10T19:17:04.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-10T19:17:52.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-10T19:18:20.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-10T19:18:53.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:19:20.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-10T19:19:51.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-10T19:20:22.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:20:54.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-10T19:21:31.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-10T19:22: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-10T19:22:35.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-10T19:23:12.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-10T19:23:43.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-10T19:24:13.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-10T19:24:43.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-10T19:25:14.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-10T19:25:41.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-10T19:26:12.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-10T19:26:44.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-10T19:27:23.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:28:01.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-10T19:28: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-10T19:29:01.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-10T19:29:39.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:30:10.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-10T19:30:40.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-10T19:31:12.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-10T19:31:45.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:32:13.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-10T19:32:44.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-10T19:33:12.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-10T19:33:55.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-10T19:34:31.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-10T19:35:02.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-10T19:35:36.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-10T19:36:02.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-10T19:36:34.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-10T19:37:07.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-10T19:37:44.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-10T19:38:11.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-10T19:38:41.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-10T19:39:12.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-10T19:39:45.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-10T19:40:13.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:40:54.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-10T19:41:21.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-10T19:41:52.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-10T19:42:25.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-10T19:42:52.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-10T19:43:26.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-10T19:43:55.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-10T19:44:23.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-10T19:45:05.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-10T19:45:42.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-10T19:46:14.559Z: JOB_MESSAGE_ERROR: generic::invalid_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:41.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:47:13.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-10T19:47:41Z: JOB_MESSAGE_ERROR: generic::invalid_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:13.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:48:46.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-10T19:49:13.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-10T19:49:45.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:50:22.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:50:54.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-10T19:51:25.912Z: JOB_MESSAGE_ERROR: generic::invalid_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:52.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-10T19:52:24.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-10T19:52:55.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-10T19:53:26.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-10T19:53:53.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-10T19:54:34.559Z: JOB_MESSAGE_ERROR: generic::invalid_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:12.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:55:45.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-10T19:56:12.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-10T19:56:45.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-10T19:57:12.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-10T19:57:44.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-10T19:58:12.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-10T19:58:46.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-10T19:59:12.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-10T19:59:44.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-10T20:00:23.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:Job 2022-05-10_07_37_40-2738434075912866164 is in state JOB_STATE_CANCELLING
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/group_by_key_test.py",> line 118, in <module>
    GroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/load_test.py",> line 151, in run
    self.result.wait_until_finish(duration=self.timeout_ms)
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1660, in wait_until_finish
    'Job did not reach to a terminal state after waiting indefinitely.')
AssertionError: Job did not reach to a terminal state after waiting indefinitely.

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

FAILURE: Build failed with an exception.

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

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

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

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

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

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

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

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

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

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_GBK_reiterate_Dataflow_Streaming #615

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/615/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


------------------------------------------
[...truncated 113.36 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-09T18:09:42.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:10:13.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-09T18:10:45.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-09T18:11:23.386Z: JOB_MESSAGE_ERROR: generic::invalid_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:11:50.475Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-09T18:12:25.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-09T18:12:51.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:13:24.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-09T18:14:02.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-09T18:14:33.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-09T18:15:11.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-09T18:15:42.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:16:10.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-09T18:16:44.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:17:32.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-09T18:18:01.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-09T18:18:33.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-09T18:19:05.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:19:33.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-09T18:20:25.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-09T18:20:51.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-09T18:21:23.345Z: JOB_MESSAGE_ERROR: generic::invalid_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:53.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-09T18:22:31.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-09T18:23:02.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-09T18:23:43.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-09T18:24:11.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-09T18:24: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-09T18:25:14.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-09T18:25:45.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-09T18:26:23.327Z: JOB_MESSAGE_ERROR: generic::invalid_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:52.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-09T18:27:25.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-09T18:27:57.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-09T18:28:30.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-09T18:29: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-09T18:29:31.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:30:04.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-09T18:30:35.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-09T18:31:22.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-09T18:31:54.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-09T18:32:26.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:32:52.774Z: JOB_MESSAGE_ERROR: generic::invalid_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:26.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-09T18:34:03.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:34:35.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-09T18:35:02.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-09T18:35:34.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-09T18:36:11.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-09T18:36:41.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-09T18:37:25.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-09T18:37:52.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-09T18:38:20.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-09T18:38:53.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-09T18:39:30.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-09T18:40:02.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-09T18:40:39.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-09T18:41:11.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:41:44.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-09T18:42:11.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-09T18:42:42.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-09T18:43:20.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-09T18:43:54.054Z: JOB_MESSAGE_ERROR: generic::invalid_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:22.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-09T18:44:54.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-09T18:45:26.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-09T18:46:02.543Z: JOB_MESSAGE_ERROR: generic::invalid_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:34.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-09T18:47:10.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-09T18:47:43.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-09T18:48:11.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-09T18:48:42.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-09T18:49:24.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-09T18:49:52.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-09T18:50:23.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-09T18:50:54.497Z: JOB_MESSAGE_ERROR: generic::invalid_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:33.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-09T18:52:04.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-09T18:52:35.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-09T18:53:02.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-09T18:53: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-09T18:54:14.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-09T18:54:42.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-09T18:55:23.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-09T18:56:05.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-09T18:56:34.758Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-09T18:57:00.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-09T18:57:32.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-09T18:58:05.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-09T18:58:40.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-09T18:59:14.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-09T18:59:45.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:00:21.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-09T19:00:53.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-09T19:01:20.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-09T19:01:52.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-09T19:02:35.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-09T19:03:01.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-09T19:03:34.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-09T19:04:04.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-09T19:04:42.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-09T19:05:11.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-09T19:05:44.753Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-09T19:06:12.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-09T19:06:51.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-09T19:07:22.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-09T19:07:52.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-09T19:08:22.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:09:04.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-09T19:09:30.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-09T19:10:10.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-09T19:10:45.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:11:11.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-09T19:11:45.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-09T19:12:34.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-09T19:13:11.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-09T19:13:43.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-09T19:14:15.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-09T19:14:41.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-09T19:15:15.655Z: JOB_MESSAGE_ERROR: generic::invalid_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:41.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-09T19:16:19.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-09T19:16:53.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:17:23.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-09T19:17:52.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-09T19:18:24.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-09T19:18: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-09T19:19:25.631Z: JOB_MESSAGE_ERROR: generic::invalid_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: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-09T19:20:29.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-09T19:21:04.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-09T19:21:44.140Z: JOB_MESSAGE_ERROR: generic::invalid_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:20.280Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-09T19:22:50.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-09T19:23:22.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:24:02.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-09T19:24:42.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-09T19:25:13.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-09T19:25:41.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:26:15.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-09T19:26:52.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-09T19:27:24.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-09T19:28:02.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-09T19:28:29.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-09T19:29:01.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-09T19:29:32.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:30:04.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-09T19:30:32.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:31:11.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:31:42.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-09T19:32:14.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-09T19:32: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-09T19:33:12.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-09T19:33:55.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-09T19:34:31.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-09T19:35:03.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-09T19:35:31.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-09T19:36:16.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-09T19:36:55.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-09T19:37:22.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-09T19:37:54.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-09T19:38:21.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-09T19:39:00.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:39:32.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:40:01.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:40:32.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-09T19:41:05.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-09T19:41:43.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-09T19:42:15.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-09T19:42:46.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-09T19:43:23.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-09T19:43:54.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-09T19:44:25.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:44:53.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-09T19:45:30.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-09T19:46:02.500Z: JOB_MESSAGE_ERROR: generic::invalid_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:31.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-09T19:47:14.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-09T19:47:42.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-09T19:48:09.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-09T19:48:41.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-09T19:49:11.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-09T19:49:47.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-09T19:50:25.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-09T19:50:52.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-09T19:51:23.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-09T19:52:05.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-09T19:52:33.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-09T19:53:11.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:53:43.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-09T19:54:14.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-09T19:54:44.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:55:12.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-09T19:55:54.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-09T19:56:22.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-09T19:56:53.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-09T19:57:32.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-09T19:58:05.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-09T19:58:31.184Z: JOB_MESSAGE_ERROR: generic::invalid_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:03.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-09T19:59: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-09T20:00:11.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-09T20:00:41.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:Job 2022-05-09_07_37_43-5280832086057656896 is in state JOB_STATE_CANCELLING
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/group_by_key_test.py",> line 118, in <module>
    GroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/load_test.py",> line 151, in run
    self.result.wait_until_finish(duration=self.timeout_ms)
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1660, in wait_until_finish
    'Job did not reach to a terminal state after waiting indefinitely.')
AssertionError: Job did not reach to a terminal state after waiting indefinitely.

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

FAILURE: Build failed with an exception.

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

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

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

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

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

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

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

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

Publishing build scan...
https://gradle.com/s/64ifqjaqfioja

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_GBK_reiterate_Dataflow_Streaming #614

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

Changes:


------------------------------------------
[...truncated 118.15 KB...]
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:14: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-08T18:14:40.388Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:15:14.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-08T18:15:43.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-08T18:16:12.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-08T18:16:43.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-08T18:17:10.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-08T18:17:41.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-08T18:18: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-08T18:18:53.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-08T18:19:20.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-08T18:19:52.631Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:20:21.774Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:20:54.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-08T18:21:24.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-08T18:21:52.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-08T18:22:27.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-08T18:23:04.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-08T18:23:31.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-08T18:23:59.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-08T18:24: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-08T18:25:00.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-08T18:25:32.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-08T18:26:04.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-08T18:26:35.369Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:27:01.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-08T18:27:39.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-08T18:28:10.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-08T18:28:43.912Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:29:11.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-08T18:29: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-08T18:30:12.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-08T18:30:43.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-08T18:31:14.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-08T18:31: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-08T18:32:22.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-08T18:32:50.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-08T18:33: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-08T18:33:55.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-08T18:34:25.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-08T18:34:52.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-08T18:35:25.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-08T18:36:03.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-08T18:36:40.818Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:37:13.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-08T18:37:41.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-08T18:38:15.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-08T18:38:42.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-08T18:39:13.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-08T18:39:44.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-08T18:40:24.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-08T18:40:51.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-08T18:41:19.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-08T18:42:05.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-08T18:42:31.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-08T18:43:04.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-08T18:43:37.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-08T18:44:09.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-08T18:44:42.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-08T18:45:15.768Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:45:42.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-08T18:46: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-08T18:46:44.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-08T18:47:16.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-08T18:47:49.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-08T18:48:21.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-08T18:48:54.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-08T18:49:20.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-08T18:49:54.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-08T18:50:21.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-08T18:51:05.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-08T18:51:32.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-08T18:52:10.228Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:52:41.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-08T18:53:13.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-08T18:53:44.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-08T18:54:11.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-08T18:54:44.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-08T18:55:21.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-08T18:55:54.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-08T18:56:21.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-08T18:56:54.266Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T18:57:22.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-08T18:57:54.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-08T18:58:22.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-08T18:58:56.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-08T18:59:33.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-08T19:00:00.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-08T19:00:32.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-08T19:01:04.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-08T19:01:30.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-08T19:02: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-08T19:02:41.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-08T19:03:13.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-08T19:03:45.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-08T19:04:13.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-08T19:04:41.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-08T19:05:12.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-08T19:05:44.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-08T19:06:10.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-08T19:06:42.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-08T19:07:11.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-08T19:07:52.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-08T19:08:25.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-08T19:08:53.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-08T19:09:25.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-08T19:09:52.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-08T19:10:25.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-08T19:10:51.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-08T19:11:23.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-08T19:11:52.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-08T19:12:30.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-08T19:13:04.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-08T19:13:30.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-08T19:14:03.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-08T19:14:31.388Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T19:15:03.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-08T19:15:30.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-08T19:16:02.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-08T19:16:33.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-08T19:17:05.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-08T19:17:36.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-08T19:18:11.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-08T19:18:43.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-08T19:19:14.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-08T19:19: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-08T19:20:10.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-08T19:20:41.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-08T19:21:12.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-08T19:21:46.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-08T19:22:13.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-08T19:22:42.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-08T19:23:12.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-08T19:23:45.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-08T19:24:20.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-08T19:24:52.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-08T19:25:20.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-08T19:25:52.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-08T19:26:23.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-08T19:26:52.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-08T19:27:25.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-08T19:27: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-08T19:28:35.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-08T19:29:04.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-08T19:29:33.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-08T19:29:59.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-08T19:30:32.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-08T19:31:03.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-08T19:31:32.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-08T19:32:05.193Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T19:32:36.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-08T19:33:12.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-08T19:33:44.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-08T19:34:13.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-08T19:34:50.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-08T19:35:22.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-08T19:35:49.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-08T19:36:21.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-08T19:37:02.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-08T19:37:44.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-08T19:38:12.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-08T19:38:40.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-08T19:39:12.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-08T19:39:46.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-08T19:40:22.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-08T19:40:51.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-08T19:41:24.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-08T19:41:51.225Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T19:42:24.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-08T19:42:51.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-08T19:43:22.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-08T19:43:59.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-08T19:44:32.792Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T19:45:01.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-08T19:45:34.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-08T19:46:01.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-08T19:46:33.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-08T19:47:05.362Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T19:47:42.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-08T19:48:15.599Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T19:48:42.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-08T19:49:14.866Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T19:49:42.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-08T19:50:15.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-08T19:50:41.135Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T19:51:22.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-08T19:51:50.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-08T19:52:23.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-08T19:52:54.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-08T19:53:24.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-08T19:53:51.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-08T19:54:22.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-08T19:55:00.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-08T19:55:32.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-08T19:56:02.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-08T19:56:33.280Z: JOB_MESSAGE_ERROR: generic::invalid_argument: Last primary index cannot decrease from previous split, was 0 and is now -1
INFO:apache_beam.runners.dataflow.dataflow_runner:2022-05-08T19:57: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-08T19:57:42.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-08T19:58:15.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-08T19:58:41.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-08T19:59:12.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-08T19:59:44.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-08T20:00:12.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:Job 2022-05-08_07_37_41-12099997571248891316 is in state JOB_STATE_CANCELLING
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/group_by_key_test.py",> line 118, in <module>
    GroupByKeyTest().run()
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/testing/load_tests/load_test.py",> line 151, in run
    self.result.wait_until_finish(duration=self.timeout_ms)
  File "<https://ci-beam.apache.org/job/beam_LoadTests_Python_GBK_reiterate_Dataflow_Streaming/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 1660, in wait_until_finish
    'Job did not reach to a terminal state after waiting indefinitely.')
AssertionError: Job did not reach to a terminal state after waiting indefinitely.

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

FAILURE: Build failed with an exception.

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

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

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

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

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

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

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

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

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

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