InfluxDB 2 stop working , influxd: Error: invalid series segment

Hi

It is my test server. I opened 20 threads to import data from Mongodb and write them to influxdb in batches. After completing one month of data import, I plan to import another month of data. After the execution is complete, I find The data was not imported, and there was no error prompt (Java) in the program. Influx query executed on the command line also prompted that org was not set. I tried to restart InfluxDB (systemctl stop/start influxdb), but it failed to start, and the following error occurred.

2021-07 there are more than 396306000 point was imported
measurement : H2021
tag: {“termid”: “”, “devid”:"" }
fields: 18

Anyone can help me?

Aug 11 18:20:44 slb influxd: ts=2021-08-11T10:20:44.356843Z lvl=info msg=“Welcome to InfluxDB” log_id=0VuBVem0000 version=2.0.7 commit=2a45f0c037 build_date=2021-06-04T19:17:40Z
Aug 11 18:20:44 slb influxd: ts=2021-08-11T10:20:44.360526Z lvl=info msg=“Resources opened” log_id=0VuBVem0000 service=bolt path=/gnss/data/influxdb/influxd.bolt
Aug 11 18:20:44 slb influxd: ts=2021-08-11T10:20:44.382148Z lvl=info msg=“Checking InfluxDB metadata for prior version.” log_id=0VuBVem0000 bolt_path=/gnss/data/influxdb/influxd.bolt
Aug 11 18:20:44 slb influxd: ts=2021-08-11T10:20:44.382331Z lvl=info msg=“Using data dir” log_id=0VuBVem0000 service=storage-engine service=store path=/gnss/data/influxdb/engine/data
Aug 11 18:20:44 slb influxd: ts=2021-08-11T10:20:44.382353Z lvl=info msg=“Compaction settings” log_id=0VuBVem0000 service=storage-engine service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648 throughput_bytes_per_second_burst=50331648
Aug 11 18:20:44 slb influxd: ts=2021-08-11T10:20:44.382377Z lvl=info msg=“Open store (start)” log_id=0VuBVem0000 service=storage-engine service=store op_name=tsdb_open op_event=start
Aug 11 18:20:44 slb influxd: ts=2021-08-11T10:20:44.382598Z lvl=error msg=“Unable to open series file” log_id=0VuBVem0000 service=storage-engine path=/gnss/data/influxdb/engine/data/10941c2d9fee0437/_series partition=0 error=“invalid series segment”
Aug 11 18:20:44 slb influxd: ts=2021-08-11T10:20:44.382612Z lvl=info msg=“Open store (end)” log_id=0VuBVem0000 service=storage-engine service=store op_name=tsdb_open op_event=end op_elapsed=0.236ms
Aug 11 18:20:44 slb influxd: ts=2021-08-11T10:20:44.382622Z lvl=error msg=“Failed to open engine” log_id=0VuBVem0000 error=“invalid series segment”
Aug 11 18:20:44 slb influxd: Error: invalid series segment
Aug 11 18:20:44 slb influxd: See ‘influxd -h’ for help
Aug 11 18:20:44 slb systemd: influxdb.service: main process exited, code=exited, status=1/FAILURE
Aug 11 18:20:44 slb systemd: Unit influxdb.service entered failed state.
Aug 11 18:20:44 slb systemd: influxdb.service failed.
Aug 11 18:20:44 slb systemd: influxdb.service holdoff time over, scheduling restart.
Aug 11 18:20:44 slb systemd: Stopped InfluxDB is an open-source, distributed, time series database.
Aug 11 18:20:44 slb systemd: Started InfluxDB is an open-source, distributed, time series database.