github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/errors.toml (about)

     1  # AUTOGENERATED BY github.com/pingcap/errors/errdoc-gen
     2  # YOU CAN CHANGE THE 'description'/'workaround' FIELDS IF THEM ARE IMPROPER.
     3  
     4  ["CDC:ErrAPIInvalidParam"]
     5  error = '''
     6  invalid api parameter
     7  '''
     8  
     9  ["CDC:ErrAdminStopProcessor"]
    10  error = '''
    11  stop processor by admin command
    12  '''
    13  
    14  ["CDC:ErrAsyncBroadcastNotSupport"]
    15  error = '''
    16  Async broadcasts not supported
    17  '''
    18  
    19  ["CDC:ErrAsyncIOCancelled"]
    20  error = '''
    21  asynchronous IO operation is cancelled. Internal use only, report a bug if seen in log
    22  '''
    23  
    24  ["CDC:ErrAsyncPoolExited"]
    25  error = '''
    26  asyncPool has exited. Report a bug if seen externally.
    27  '''
    28  
    29  ["CDC:ErrAvroEncodeFailed"]
    30  error = '''
    31  encode to avro native data
    32  '''
    33  
    34  ["CDC:ErrAvroEncodeToBinary"]
    35  error = '''
    36  encode to binray from native
    37  '''
    38  
    39  ["CDC:ErrAvroMarshalFailed"]
    40  error = '''
    41  json marshal failed
    42  '''
    43  
    44  ["CDC:ErrAvroSchemaAPIError"]
    45  error = '''
    46  schema manager API error
    47  '''
    48  
    49  ["CDC:ErrAvroToEnvelopeError"]
    50  error = '''
    51  to envelope failed
    52  '''
    53  
    54  ["CDC:ErrAvroUnknownType"]
    55  error = '''
    56  unknown type for Avro: %v
    57  '''
    58  
    59  ["CDC:ErrBufferReachLimit"]
    60  error = '''
    61  puller mem buffer reach size limit
    62  '''
    63  
    64  ["CDC:ErrCachedTSONotExists"]
    65  error = '''
    66  GetCachedCurrentVersion: cache entry does not exist
    67  '''
    68  
    69  ["CDC:ErrCanalDecodeFailed"]
    70  error = '''
    71  canal decode failed
    72  '''
    73  
    74  ["CDC:ErrCanalEncodeFailed"]
    75  error = '''
    76  canal encode failed
    77  '''
    78  
    79  ["CDC:ErrCaptureCampaignOwner"]
    80  error = '''
    81  campaign owner failed
    82  '''
    83  
    84  ["CDC:ErrCaptureNotExist"]
    85  error = '''
    86  capture not exists, key: %s
    87  '''
    88  
    89  ["CDC:ErrCaptureRegister"]
    90  error = '''
    91  capture register to etcd failed
    92  '''
    93  
    94  ["CDC:ErrCaptureResignOwner"]
    95  error = '''
    96  resign owner failed
    97  '''
    98  
    99  ["CDC:ErrCaptureSuicide"]
   100  error = '''
   101  capture suicide
   102  '''
   103  
   104  ["CDC:ErrChangeFeedAlreadyExists"]
   105  error = '''
   106  changefeed already exists, key: %s
   107  '''
   108  
   109  ["CDC:ErrChangeFeedNotExists"]
   110  error = '''
   111  changefeed not exists, key: %s
   112  '''
   113  
   114  ["CDC:ErrChangefeedAbnormalState"]
   115  error = '''
   116  changefeed in abnormal state: %s, replication status: %+v
   117  '''
   118  
   119  ["CDC:ErrCheckClusterVersionFromPD"]
   120  error = '''
   121  failed to request PD
   122  '''
   123  
   124  ["CDC:ErrCheckDataDirSatisfied"]
   125  error = '''
   126  check data dir satisfied failed
   127  '''
   128  
   129  ["CDC:ErrCheckDirReadable"]
   130  error = '''
   131  check dir readable failed
   132  '''
   133  
   134  ["CDC:ErrCheckDirValid"]
   135  error = '''
   136  check dir valid failed
   137  '''
   138  
   139  ["CDC:ErrCheckDirWritable"]
   140  error = '''
   141  check dir writable failed
   142  '''
   143  
   144  ["CDC:ErrCodecDecode"]
   145  error = '''
   146  codec decode error
   147  '''
   148  
   149  ["CDC:ErrCreateMarkTableFailed"]
   150  error = '''
   151  create mark table failed
   152  '''
   153  
   154  ["CDC:ErrDDLEventIgnored"]
   155  error = '''
   156  ddl event is ignored
   157  '''
   158  
   159  ["CDC:ErrDatumUnflatten"]
   160  error = '''
   161  unflatten datume data
   162  '''
   163  
   164  ["CDC:ErrDecodeFailed"]
   165  error = '''
   166  decode failed: %s
   167  '''
   168  
   169  ["CDC:ErrDecodeRowToDatum"]
   170  error = '''
   171  decode row data to datum failed
   172  '''
   173  
   174  ["CDC:ErrEmitCheckpointTsFailed"]
   175  error = '''
   176  emit checkpoint ts failed
   177  '''
   178  
   179  ["CDC:ErrEncodeFailed"]
   180  error = '''
   181  encode failed: %s
   182  '''
   183  
   184  ["CDC:ErrEtcdIgnore"]
   185  error = '''
   186  this patch should be excluded from the current etcd txn
   187  '''
   188  
   189  ["CDC:ErrEtcdSessionDone"]
   190  error = '''
   191  the etcd session is done
   192  '''
   193  
   194  ["CDC:ErrEtcdTryAgain"]
   195  error = '''
   196  the etcd txn should be aborted and retried immediately
   197  '''
   198  
   199  ["CDC:ErrEventFeedAborted"]
   200  error = '''
   201  single event feed aborted
   202  '''
   203  
   204  ["CDC:ErrEventFeedEventError"]
   205  error = '''
   206  eventfeed returns event error
   207  '''
   208  
   209  ["CDC:ErrExecDDLFailed"]
   210  error = '''
   211  exec DDL failed
   212  '''
   213  
   214  ["CDC:ErrFetchHandleValue"]
   215  error = '''
   216  can't find handle column, please check if the pk is handle
   217  '''
   218  
   219  ["CDC:ErrFileSinkCreateDir"]
   220  error = '''
   221  file sink create dir
   222  '''
   223  
   224  ["CDC:ErrFileSinkFileOp"]
   225  error = '''
   226  file sink file operation
   227  '''
   228  
   229  ["CDC:ErrFileSinkMetaAlreadyExists"]
   230  error = '''
   231  file sink meta file already exists
   232  '''
   233  
   234  ["CDC:ErrFilterRuleInvalid"]
   235  error = '''
   236  filter rule is invalid
   237  '''
   238  
   239  ["CDC:ErrFlowControllerAborted"]
   240  error = '''
   241  flow controller is aborted
   242  '''
   243  
   244  ["CDC:ErrFlowControllerEventLargerThanQuota"]
   245  error = '''
   246  event is larger than the total memory quota, size: %d, quota: %d
   247  '''
   248  
   249  ["CDC:ErrGCTTLExceeded"]
   250  error = '''
   251  the checkpoint-ts(%d) lag of the changefeed(%s) has exceeded the GC TTL
   252  '''
   253  
   254  ["CDC:ErrGRPCDialFailed"]
   255  error = '''
   256  grpc dial failed
   257  '''
   258  
   259  ["CDC:ErrGetAllStoresFailed"]
   260  error = '''
   261  get stores from pd failed
   262  '''
   263  
   264  ["CDC:ErrGetDiskInfo"]
   265  error = '''
   266  get dir disk info failed
   267  '''
   268  
   269  ["CDC:ErrGetRegionFailed"]
   270  error = '''
   271  get region failed
   272  '''
   273  
   274  ["CDC:ErrGetStoreSnapshot"]
   275  error = '''
   276  get snapshot failed
   277  '''
   278  
   279  ["CDC:ErrGetTiKVRPCContext"]
   280  error = '''
   281  get tikv grpc context failed
   282  '''
   283  
   284  ["CDC:ErrIllegalUnifiedSorterParameter"]
   285  error = '''
   286  illegal parameter for unified sorter: %s
   287  '''
   288  
   289  ["CDC:ErrIndexKeyTableNotFound"]
   290  error = '''
   291  table not found with index ID %d in index kv
   292  '''
   293  
   294  ["CDC:ErrInternalServerError"]
   295  error = '''
   296  internal server error
   297  '''
   298  
   299  ["CDC:ErrIntersectNoOverlap"]
   300  error = '''
   301  span doesn't overlap: %+v vs %+v
   302  '''
   303  
   304  ["CDC:ErrInvalidAdminJobType"]
   305  error = '''
   306  invalid admin job type: %d
   307  '''
   308  
   309  ["CDC:ErrInvalidChangefeedID"]
   310  error = '''
   311  bad changefeed id, please match the pattern "^[a-zA-Z0-9]+(\-[a-zA-Z0-9]+)*$, the length should no more than %d", eg, "simple-changefeed-task"
   312  '''
   313  
   314  ["CDC:ErrInvalidEtcdKey"]
   315  error = '''
   316  invalid key: %s
   317  '''
   318  
   319  ["CDC:ErrInvalidRecordKey"]
   320  error = '''
   321  invalid record key - %q
   322  '''
   323  
   324  ["CDC:ErrInvalidServerOption"]
   325  error = '''
   326  invalid server option
   327  '''
   328  
   329  ["CDC:ErrInvalidTaskKey"]
   330  error = '''
   331  invalid task key: %s
   332  '''
   333  
   334  ["CDC:ErrJSONCodecInvalidData"]
   335  error = '''
   336  json codec invalid data
   337  '''
   338  
   339  ["CDC:ErrKVStorageBackoffFailed"]
   340  error = '''
   341  backoff failed
   342  '''
   343  
   344  ["CDC:ErrKVStorageRegionError"]
   345  error = '''
   346  req with region error
   347  '''
   348  
   349  ["CDC:ErrKVStorageRespEmpty"]
   350  error = '''
   351  tikv response body missing
   352  '''
   353  
   354  ["CDC:ErrKVStorageSendReq"]
   355  error = '''
   356  send req to kv storage
   357  '''
   358  
   359  ["CDC:ErrKafkaAsyncSendMessage"]
   360  error = '''
   361  kafka async send message failed
   362  '''
   363  
   364  ["CDC:ErrKafkaFlushUnfinished"]
   365  error = '''
   366  flush not finished before producer close
   367  '''
   368  
   369  ["CDC:ErrKafkaInvalidClientID"]
   370  error = '''
   371  invalid kafka client ID '%s'
   372  '''
   373  
   374  ["CDC:ErrKafkaInvalidConfig"]
   375  error = '''
   376  kafka config invalid
   377  '''
   378  
   379  ["CDC:ErrKafkaInvalidPartitionNum"]
   380  error = '''
   381  invalid partition num %d
   382  '''
   383  
   384  ["CDC:ErrKafkaInvalidVersion"]
   385  error = '''
   386  invalid kafka version
   387  '''
   388  
   389  ["CDC:ErrKafkaNewSaramaProducer"]
   390  error = '''
   391  new sarama producer
   392  '''
   393  
   394  ["CDC:ErrKafkaSendMessage"]
   395  error = '''
   396  kafka send message failed
   397  '''
   398  
   399  ["CDC:ErrLeaseExpired"]
   400  error = '''
   401  owner lease expired 
   402  '''
   403  
   404  ["CDC:ErrLeaseTimeout"]
   405  error = '''
   406  owner lease timeout
   407  '''
   408  
   409  ["CDC:ErrLoadTimezone"]
   410  error = '''
   411  load timezone
   412  '''
   413  
   414  ["CDC:ErrLocateRegion"]
   415  error = '''
   416  locate region by id
   417  '''
   418  
   419  ["CDC:ErrMarshalFailed"]
   420  error = '''
   421  marshal failed
   422  '''
   423  
   424  ["CDC:ErrMaxwellDecodeFailed"]
   425  error = '''
   426  maxwell decode failed
   427  '''
   428  
   429  ["CDC:ErrMaxwellEncodeFailed"]
   430  error = '''
   431  maxwell encode failed
   432  '''
   433  
   434  ["CDC:ErrMaxwellInvalidData"]
   435  error = '''
   436  maxwell invalid data
   437  '''
   438  
   439  ["CDC:ErrMetaListDatabases"]
   440  error = '''
   441  meta store list databases
   442  '''
   443  
   444  ["CDC:ErrMetaNotInRegion"]
   445  error = '''
   446  meta not exists in region
   447  '''
   448  
   449  ["CDC:ErrMySQLConnectionError"]
   450  error = '''
   451  MySQL connection error
   452  '''
   453  
   454  ["CDC:ErrMySQLInvalidConfig"]
   455  error = '''
   456  MySQL config invaldi
   457  '''
   458  
   459  ["CDC:ErrMySQLQueryError"]
   460  error = '''
   461  MySQL query error
   462  '''
   463  
   464  ["CDC:ErrMySQLTxnError"]
   465  error = '''
   466  MySQL txn error
   467  '''
   468  
   469  ["CDC:ErrMySQLWorkerPanic"]
   470  error = '''
   471  MySQL worker panic
   472  '''
   473  
   474  ["CDC:ErrNewCaptureFailed"]
   475  error = '''
   476  new capture failed
   477  '''
   478  
   479  ["CDC:ErrNewProcessorFailed"]
   480  error = '''
   481  new processor failed
   482  '''
   483  
   484  ["CDC:ErrNewSemVersion"]
   485  error = '''
   486  create sem version
   487  '''
   488  
   489  ["CDC:ErrNewStore"]
   490  error = '''
   491  new store failed
   492  '''
   493  
   494  ["CDC:ErrNoPendingRegion"]
   495  error = '''
   496  received event regionID %v, requestID %v from %v, but neither pending region nor running region was found
   497  '''
   498  
   499  ["CDC:ErrNotOwner"]
   500  error = '''
   501  this capture is not a owner
   502  '''
   503  
   504  ["CDC:ErrOldValueNotEnabled"]
   505  error = '''
   506  old value is not enabled
   507  '''
   508  
   509  ["CDC:ErrOperateOnClosedNotifier"]
   510  error = '''
   511  operate on a closed notifier
   512  '''
   513  
   514  ["CDC:ErrOwnerCampaignKeyDeleted"]
   515  error = '''
   516  owner campaign key deleted
   517  '''
   518  
   519  ["CDC:ErrOwnerChangedUnexpectedly"]
   520  error = '''
   521  owner changed unexpectedly
   522  '''
   523  
   524  ["CDC:ErrOwnerChangefeedNotFound"]
   525  error = '''
   526  changefeed %s not found in owner cache
   527  '''
   528  
   529  ["CDC:ErrOwnerEtcdWatch"]
   530  error = '''
   531  etcd watch returns error
   532  '''
   533  
   534  ["CDC:ErrOwnerInconsistentStates"]
   535  error = '''
   536  owner encountered inconsistent state. report a bug if this happens frequently. %s
   537  '''
   538  
   539  ["CDC:ErrOwnerSortDir"]
   540  error = '''
   541  owner sort dir
   542  '''
   543  
   544  ["CDC:ErrOwnerUnknown"]
   545  error = '''
   546  owner running unknown error
   547  '''
   548  
   549  ["CDC:ErrPDBatchLoadRegions"]
   550  error = '''
   551  pd batch load regions failed
   552  '''
   553  
   554  ["CDC:ErrPDEtcdAPIError"]
   555  error = '''
   556  etcd api call error
   557  '''
   558  
   559  ["CDC:ErrPendingRegionCancel"]
   560  error = '''
   561  pending region cancelled due to stream disconnecting
   562  '''
   563  
   564  ["CDC:ErrPipelineTryAgain"]
   565  error = '''
   566  pipeline is full, please try again. Internal use only, report a bug if seen externally
   567  '''
   568  
   569  ["CDC:ErrPrepareAvroFailed"]
   570  error = '''
   571  prepare avro failed
   572  '''
   573  
   574  ["CDC:ErrPrewriteNotMatch"]
   575  error = '''
   576  prewrite not match, key: %b, start-ts: %d
   577  '''
   578  
   579  ["CDC:ErrProcessorEtcdWatch"]
   580  error = '''
   581  etcd watch returns error
   582  '''
   583  
   584  ["CDC:ErrProcessorSortDir"]
   585  error = '''
   586  sort dir error
   587  '''
   588  
   589  ["CDC:ErrProcessorTableNotFound"]
   590  error = '''
   591  table not found in processor cache
   592  '''
   593  
   594  ["CDC:ErrProcessorUnknown"]
   595  error = '''
   596  processor running unknown error
   597  '''
   598  
   599  ["CDC:ErrPulsarNewProducer"]
   600  error = '''
   601  new pulsar producer
   602  '''
   603  
   604  ["CDC:ErrPulsarSendMessage"]
   605  error = '''
   606  pulsar send message failed
   607  '''
   608  
   609  ["CDC:ErrReachMaxTry"]
   610  error = '''
   611  reach maximum try: %d
   612  '''
   613  
   614  ["CDC:ErrReactorFinished"]
   615  error = '''
   616  the reactor has done its job and should no longer be executed
   617  '''
   618  
   619  ["CDC:ErrRegionWorkerExit"]
   620  error = '''
   621  region worker exited
   622  '''
   623  
   624  ["CDC:ErrRegionsNotCoverSpan"]
   625  error = '''
   626  regions not completely left cover span, span %v regions: %v
   627  '''
   628  
   629  ["CDC:ErrResolveLocks"]
   630  error = '''
   631  resolve locks failed
   632  '''
   633  
   634  ["CDC:ErrS3SinkInitialize"]
   635  error = '''
   636  new s3 sink
   637  '''
   638  
   639  ["CDC:ErrS3SinkStorageAPI"]
   640  error = '''
   641  s3 sink storage api
   642  '''
   643  
   644  ["CDC:ErrS3SinkWriteStorage"]
   645  error = '''
   646  write to storage
   647  '''
   648  
   649  ["CDC:ErrScanLockFailed"]
   650  error = '''
   651  scan lock failed
   652  '''
   653  
   654  ["CDC:ErrSchemaSnapshotNotFound"]
   655  error = '''
   656  can not found schema snapshot, ts: %d
   657  '''
   658  
   659  ["CDC:ErrSchemaStorageGCed"]
   660  error = '''
   661  can not found schema snapshot, the specified ts(%d) is less than gcTS(%d)
   662  '''
   663  
   664  ["CDC:ErrSchemaStorageTableMiss"]
   665  error = '''
   666  table %d not found
   667  '''
   668  
   669  ["CDC:ErrSchemaStorageUnresolved"]
   670  error = '''
   671  can not found schema snapshot, the specified ts(%d) is more than resolvedTs(%d)
   672  '''
   673  
   674  ["CDC:ErrSendToClosedPipeline"]
   675  error = '''
   676  pipeline is closed, cannot send message
   677  '''
   678  
   679  ["CDC:ErrServeHTTP"]
   680  error = '''
   681  serve http error
   682  '''
   683  
   684  ["CDC:ErrServerNewPDClient"]
   685  error = '''
   686  server creates pd client failed
   687  '''
   688  
   689  ["CDC:ErrServiceSafepointLost"]
   690  error = '''
   691  service safepoint lost. current safepoint is %d, please remove all changefeed(s) whose checkpoints are behind the current safepoint
   692  '''
   693  
   694  ["CDC:ErrSinkURIInvalid"]
   695  error = '''
   696  sink uri invalid
   697  '''
   698  
   699  ["CDC:ErrSnapshotLostByGC"]
   700  error = '''
   701  fail to create or maintain changefeed due to snapshot loss caused by GC. checkpoint-ts %d is earlier than GC safepoint at %d
   702  '''
   703  
   704  ["CDC:ErrSnapshotSchemaExists"]
   705  error = '''
   706  schema %s(%d) already exists
   707  '''
   708  
   709  ["CDC:ErrSnapshotSchemaNotFound"]
   710  error = '''
   711  schema %d not found in schema snapshot
   712  '''
   713  
   714  ["CDC:ErrSnapshotTableExists"]
   715  error = '''
   716  table %s.%s already exists
   717  '''
   718  
   719  ["CDC:ErrSnapshotTableNotFound"]
   720  error = '''
   721  table %d not found in schema snapshot
   722  '''
   723  
   724  ["CDC:ErrStartTsBeforeGC"]
   725  error = '''
   726  fail to create changefeed because start-ts %d is earlier than GC safepoint at %d
   727  '''
   728  
   729  ["CDC:ErrSupportGetOnly"]
   730  error = '''
   731  this api supports GET method only
   732  '''
   733  
   734  ["CDC:ErrSupportPostOnly"]
   735  error = '''
   736  this api supports POST method only
   737  '''
   738  
   739  ["CDC:ErrTableListenReplicated"]
   740  error = '''
   741  A table(%d) is being replicated by at least two processors(%s, %s), please report a bug
   742  '''
   743  
   744  ["CDC:ErrTableProcessorStoppedSafely"]
   745  error = '''
   746  table processor stopped safely
   747  '''
   748  
   749  ["CDC:ErrTaskPositionNotExists"]
   750  error = '''
   751  task position not exists, key: %s
   752  '''
   753  
   754  ["CDC:ErrTaskStatusNotExists"]
   755  error = '''
   756  task status not exists, key: %s
   757  '''
   758  
   759  ["CDC:ErrTiKVEventFeed"]
   760  error = '''
   761  tikv event feed failed
   762  '''
   763  
   764  ["CDC:ErrToTLSConfigFailed"]
   765  error = '''
   766  generate tls config failed
   767  '''
   768  
   769  ["CDC:ErrURLFormatInvalid"]
   770  error = '''
   771  url format is invalid
   772  '''
   773  
   774  ["CDC:ErrUnifiedSorterBackendTerminating"]
   775  error = '''
   776  unified sorter backend is terminating
   777  '''
   778  
   779  ["CDC:ErrUnifiedSorterIOError"]
   780  error = '''
   781  unified sorter IO error. Make sure your sort-dir is configured correctly by passing a valid argument or toml file to `cdc server`, or if you use TiUP, review the settings in `tiup cluster edit-config`. Details: %s
   782  '''
   783  
   784  ["CDC:ErrUnknownKVEventType"]
   785  error = '''
   786  unknown kv event type: %v, entry: %v
   787  '''
   788  
   789  ["CDC:ErrUnknownMetaType"]
   790  error = '''
   791  unknown meta type %v
   792  '''
   793  
   794  ["CDC:ErrUnknownSortEngine"]
   795  error = '''
   796  unknown sort engine %s
   797  '''
   798  
   799  ["CDC:ErrUnmarshalFailed"]
   800  error = '''
   801  unmarshal failed
   802  '''
   803  
   804  ["CDC:ErrUpdateServiceSafepointFailed"]
   805  error = '''
   806  updating service safepoint failed
   807  '''
   808  
   809  ["CDC:ErrVersionIncompatible"]
   810  error = '''
   811  version is incompatible: %s
   812  '''
   813  
   814  ["CDC:ErrWaitHandleOperationTimeout"]
   815  error = '''
   816  waiting processor to handle the operation finished timeout
   817  '''
   818  
   819  ["CDC:ErrWorkerPoolHandleCancelled"]
   820  error = '''
   821  workerpool handle is cancelled
   822  '''
   823  
   824  ["CDC:ErrWriteTsConflict"]
   825  error = '''
   826  write ts conflict
   827  '''
   828  
   829  ["CDC:ErrWrongTableInfo"]
   830  error = '''
   831  wrong table info in unflatten, table id %d, index table id: %d
   832  '''
   833  
   834  ["ErrConflictingFileLocks"]
   835  error = '''
   836  file lock conflict: %s
   837  '''
   838  
   839  ["ErrSortDirLockError"]
   840  error = '''
   841  error encountered when locking sort-dir
   842  '''
   843