【背景】 做过哪些操作
按照官网的tispark写入案例改的,出现了图片上的问题,跑了4次,有两次出现图片1的状况,有一次出现
图片2,有一次出现图片3
用的下边这段
df.write.format(“tidb”).option(“tidb.addr”,“”).option(“tidb.port”,“4000”).option(“tidb.user”,“”).option(“tidb.password”,“”).option(“database”,“spider”).option(“table”,“aba_week_copy1_copy2”).option(“spark.tispark.replace”,“true”).mode(“append”).save()
【现象】 业务和数据库现象
com.pingcap.tikv.exception.TiBatchWriteException: currently user provided auto increment value is only supported in update mode!
com.pingcap.tikv.exception.RegionException: Region Exception occurred - EpochNotMatch current epoch of region 72849 is conf_ver: 5 version: 1958, but you sent conf_ver: 5 version: 1957