全文索引listener工作原理和日志循环写问题

版本信息

  • nebula 版本:3.2.0
  • 部署方式: 单机
  • 安装方式:RPM
  • 是否为线上版本:Y
  • 硬件信息
    • 磁盘 40G
    • CPU、内存信息 4核8G

问题的具体描述

  • 首先我理解流程为 从写入 过程1-NebulaGraph,过程2-到写入 listener,过程3-再到写入 Elasticsearch 并创建索引
  • 当我插入例如:เพอจะใหพวกเขาสามารถเขาถงสทธขนพนฐานทมนษยทกคนพงไดรบนนจงทำใหผเขยนจะเสนอแนวทางทงหมดสองแนว� 字符串时,插入到graph是没问题,但是如果该字段被建立了全文索引,会推送到listener并插入es,在过程3出错,提示:caused_by":{"type":"json_parse_exception","reason":"Invalid UTF-8 middle byte 0x22\n at [Source: (ByteArrayInputStream); line: 1, column: 268]"}},"status":400 , graph 是会一直重复推这条插不进的数据给listener么?因为我在日志上看会循环(在此期间我没有有写操作),然后如果我数据量很大,日志级别有很详细,我的磁盘一会儿就满了。

nebula-storaged-listener.conf配置

########## nebula-storaged-listener ###########
########## basics ##########
# Whether to run as a daemon process
--daemonize=true
# The file to host the process id
--pid_file=pids_listener/nebula-storaged.pid
# Whether to use the configuration obtained from the configuration file
--local_config=true

########## logging ##########
# The directory to host logging files
--log_dir=logs_listener
# Log level, 0, 1, 2, 3 for INFO, WARNING, ERROR, FATAL respectively
--minloglevel=0
# Verbose log level, 1, 2, 3, 4, the higher of the level, the more verbose of the logging
--v=0
# Maximum seconds to buffer the log messages
--logbufsecs=0
# Whether to redirect stdout and stderr to separate output files
--redirect_stdout=true
# Destination filename of stdout and stderr, which will also reside in log_dir.
--stdout_log_file=storaged-stdout.log
--stderr_log_file=storaged-stderr.log
# Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively.
--stderrthreshold=2
# Wether logging files' name contain timestamp.
--timestamp_in_logfile_name=true

########## networking ##########
# Meta server address
--meta_server_addrs=172.22.242.226:9559
# Local ip
--local_ip=172.22.242.226
# Storage daemon listening port
--port=9789
# HTTP service ip
--ws_ip=172.22.242.226
# HTTP service port
--ws_http_port=19789
# HTTP2 service port
--ws_h2_port=19790
# heartbeat with meta service
--heartbeat_interval_secs=10

########## storage ##########
# Listener wal directory. only one path is allowed.
--listener_path=data/listener
# This parameter can be ignored for compatibility. let's fill A default value of "data"
--data_path=data
# The type of part manager, [memory | meta]
--part_man_type=memory
# The default reserved bytes for one batch operation
--rocksdb_batch_size=4096
# The default block cache size used in BlockBasedTable.
# The unit is MB.
--rocksdb_block_cache=4
# The type of storage engine, `rocksdb', `memory', etc.
--engine_type=rocksdb
# The type of part, `simple', `consensus'...
--part_type=simple

--timezone_name=UTC+8

相关的storage-listener日志信息

I20221104 10:53:02.064760 3623579 ESListener.cpp:240] [Port: 9790, Space: 815, Part: 1] Failed to put into es.
I20221104 10:53:02.839391 3623590 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:05.057301 3623590 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:05.683658 3623584 ESListener.cpp:240] [Port: 9790, Space: 815, Part: 1] Failed to put into es.
I20221104 10:53:07.264258 3623584 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:09.568104 3623578 ESListener.cpp:240] [Port: 9790, Space: 815, Part: 1] Failed to put into es.
I20221104 10:53:09.702826 3623594 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:11.996639 3623565 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:13.321550 3623594 ESListener.cpp:240] [Port: 9790, Space: 815, Part: 1] Failed to put into es.
I20221104 10:53:14.211715 3623579 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:16.670200 3623589 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:18.256083 3623579 ESListener.cpp:240] [Port: 9790, Space: 815, Part: 1] Failed to put into es.
I20221104 10:53:18.871171 3623567 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:21.056900 3623565 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:21.910682 3623579 ESListener.cpp:240] [Port: 9790, Space: 815, Part: 1] Failed to put into es.
I20221104 10:53:23.268636 3623579 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:25.503693 3623584 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:53:25.572147 3623567 ESListener.cpp:240] [Port: 9790, Space: 815, Part: 1] Failed to put into es.

详细的错误

I20221104 10:57:00.867004 1793773 RaftPart.cpp:1780] [Port: 9790, Space: 748, Part: 1] Follower succeeded committing log 5575 to 5575
I20221104 10:57:00.930353 1793772 ESStorageAdapter.cpp:54] Command : /usr/bin/curl -H "Content-Type: application/json; charset=utf-8" -XPUT -k "http://192.168.11.161:9200/nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata/_doc/000000000155802c54d6032dcd2a67f2fb6b43f9a84Lir4Liy4LiB4Lih4Lie4Lik4LiV4LiB4Lij4Lij4Lih4LiZ4LiV4LiU4LiV4Lit4LiB4LiZ4LmA4Lib4LiZ4LmA4Lin4Lil4Liy4LiZ4Liy4LiZ4Lit4Liy4LiI4LiX4Liz4LmD4Lir4Lij4Liy4LiH4LiB4Liy4Lii4LiC4Lit4LiH4LiE4LiT4LiX4Liz4LiH4Liy4LiZ4Lic4LiU4Lib4LiB4LiV4LiI4Liy4LiB4LmA4LiU4Lih4LmB4Lil4Liw4LmA4Lie4Lih4LiE4Lin4Liy4Lih4LmA4Liq4Lii4LiH4LiV4Lit4LiB4Liy4Lij4LmA4LiB4LiU4LmC4A==" -d'{"value":"หากมพฤตกรรมนตดตอกนเปนเวลานานอาจทำใหรางกายของคณทำงานผดปกตจากเดมและเพมความเสยงตอการเกดโ�","column_id":"55802c54d6032dcd2a67f2fb6b43f9a8"}'failed : {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"failed to parse field [value] of type [keyword] in document with id '000000000155802c54d6032dcd2a67f2fb6b43f9a84Lir4Liy4LiB4Lih4Lie4Lik4LiV4LiB4Lij4Lij4Lih4LiZ4LiV4LiU4LiV4Lit4LiB4LiZ4LmA4Lib4LiZ4LmA4Lin4Lil4Liy4LiZ4Liy4LiZ4Lit4Liy4LiI4LiX4Liz4LmD4Lir4Lij4Liy4LiH4LiB4Liy4Lii4LiC4Lit4LiH4LiE4LiT4LiX4Liz4LiH4Liy4LiZ4Lic4LiU4Lib4LiB4LiV4LiI4Liy4LiB4LmA4LiU4Lih4LmB4Lil4Liw4LmA4Lie4Lih4LiE4Lin4Liy4Lih4LmA4Liq4Lii4LiH4LiV4Lit4LiB4Liy4Lij4LmA4LiB4LiU4LmC4A=='. Preview of field's value: ''"}],"type":"mapper_parsing_exception","reason":"failed to parse field [value] of type [keyword] in document with id '000000000155802c54d6032dcd2a67f2fb6b43f9a84Lir4Liy4LiB4Lih4Lie4Lik4LiV4LiB4Lij4Lij4Lih4LiZ4LiV4LiU4LiV4Lit4LiB4LiZ4LmA4Lib4LiZ4LmA4Lin4Lil4Liy4LiZ4Liy4LiZ4Lit4Liy4LiI4LiX4Liz4LmD4Lir4Lij4Liy4LiH4LiB4Liy4Lii4LiC4Lit4LiH4LiE4LiT4LiX4Liz4LiH4Liy4LiZ4Lic4LiU4Lib4LiB4LiV4LiI4Liy4LiB4LmA4LiU4Lih4LmB4Lil4Liw4LmA4Lie4Lih4LiE4Lin4Liy4Lih4LmA4Liq4Lii4LiH4LiV4Lit4LiB4Liy4Lij4LmA4LiB4LiU4LmC4A=='. Preview of field's value: ''","caused_by":{"type":"i_o_exception","reason":"Invalid UTF-8 middle byte 0x22\n at [Source: (ByteArrayInputStream); line: 1, column: 268]"}},"status":400}
I20221104 10:57:00.930390 1793772 ESListener.cpp:240] [Port: 9790, Space: 794, Part: 1] Failed to put into es.
I20221104 10:57:00.949863 1793801 AsyncSocket.cpp:2711] this=0x7f8cd9738000, AsyncSocket::handleRead() got 66 bytes
I20221104 10:57:00.949928 1793801 RaftPart.cpp:1819] [Port: 9790, Space: 744, Part: 1] The current role is Learner
I20221104 10:57:00.949942 1793802 AsyncSocket.cpp:2711] this=0x7f8cd9932000, AsyncSocket::handleRead() got 75 bytes
I20221104 10:57:00.950054 1793772 RaftPart.cpp:1819] [Port: 9790, Space: 744, Part: 1] The current role is Learner
I20221104 10:57:00.950110 1793772 RaftPart.cpp:1780] [Port: 9790, Space: 744, Part: 1] Follower succeeded committing log 13612 to 13612
I20221104 10:57:00.970024 1793781 AsyncSocket.cpp:2711] this=0x7f8cda247800, AsyncSocket::handleRead() got 64 bytes
I20221104 10:57:00.970086 1793788 AsyncSocket.cpp:2711] this=0x7f8cd8ba8400, AsyncSocket::handleRead() got 73 bytes
I20221104 10:57:00.970109 1793781 RaftPart.cpp:1819] [Port: 9790, Space: 758, Part: 1] The current role is Learner
I20221104 10:57:00.970180 1793772 RaftPart.cpp:1819] [Port: 9790, Space: 758, Part: 1] The current role is Learner
I20221104 10:57:00.970242 1793772 RaftPart.cpp:1780] [Port: 9790, Space: 758, Part: 1] Follower succeeded committing log 5560 to 5560
I20221104 10:57:00.989708 1793772 Listener.cpp:236] [Port: 9790, Space: 758, Part: 1] Listener succeeded apply log to 5560
I20221104 10:57:01.015372 1793772 Listener.cpp:236] [Port: 9790, Space: 761, Part: 1] Listener succeeded apply log to 6306
I20221104 10:57:01.058261 1793796 AsyncSocket.cpp:2711] this=0x7f8cdaf4b800, AsyncSocket::handleRead() got 64 bytes
I20221104 10:57:01.058269 1793795 AsyncSocket.cpp:2711] this=0x7f8cdaa4dc00, AsyncSocket::handleRead() got 73 bytes
I20221104 10:57:01.058389 1793796 RaftPart.cpp:1819] [Port: 9790, Space: 776, Part: 1] The current role is Learner
I20221104 10:57:01.058457 1793772 RaftPart.cpp:1819] [Port: 9790, Space: 776, Part: 1] The current role is Learner
I20221104 10:57:01.058519 1793772 RaftPart.cpp:1780] [Port: 9790, Space: 776, Part: 1] Follower succeeded committing log 5541 to 5541
I20221104 10:57:01.128346 1793772 Listener.cpp:236] [Port: 9790, Space: 773, Part: 1] Listener succeeded apply log to 6770
I20221104 10:57:01.155726 1793772 Listener.cpp:236] [Port: 9790, Space: 748, Part: 1] Listener succeeded apply log to 5575
I20221104 10:57:01.241567 1793774 ESStorageAdapter.cpp:54] Command : /usr/bin/curl -H "Content-Type: application/json; charset=utf-8" -XPUT -k "http://192.168.11.161:9200/nebula_migu_1586911507467239425_20221104000000999_fullidx_org_nodedata/_doc/000000000155802c54d6032dcd2a67f2fb6b43f9a84Lib4Lij4Liw4LmA4LiX4Lio4LmE4LiX4Lii4LmA4Lib4LiZ4Lir4LiZ4LiH4LmD4LiZ4Lib4Lij4Liw4LmA4LiX4Lio4LmD4LiZ4LmA4Lit4LmA4LiK4Lii4LiV4Liw4Lin4LiZ4LmA4LiJ4Lii4LiH4LmD4LiV4LiX4LmA4Lib4LiZ4Lib4Lij4Liw4LmA4LiX4Lio4LiX4Liy4LiH4Lic4Liy4LiZ4LiC4Lit4LiH4Lic4Lil4Lig4Lii4LmB4Lil4Liw4Lic4LmB4Liq4Lin4LiH4Lir4Liy4LiX4Lil4Lig4Lii4LiV4Liy4LiH4LiK4Liy4LiV4LmA4Lib4A==" -d'{"value":"ประเทศไทยเปนหนงในประเทศในเอเชยตะวนเฉยงใตทเปนประเทศทางผานของผลภยและผแสวงหาทลภยตางชาตเป�","column_id":"55802c54d6032dcd2a67f2fb6b43f9a8"}'failed : {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"failed to parse field [value] of type [keyword] in document with id '000000000155802c54d6032dcd2a67f2fb6b43f9a84Lib4Lij4Liw4LmA4LiX4Lio4LmE4LiX4Lii4LmA4Lib4LiZ4Lir4LiZ4LiH4LmD4LiZ4Lib4Lij4Liw4LmA4LiX4Lio4LmD4LiZ4LmA4Lit4LmA4LiK4Lii4LiV4Liw4Lin4LiZ4LmA4LiJ4Lii4LiH4LmD4LiV4LiX4LmA4Lib4LiZ4Lib4Lij4Liw4LmA4LiX4Lio4LiX4Liy4LiH4Lic4Liy4LiZ4LiC4Lit4LiH4Lic4Lil4Lig4Lii4LmB4Lil4Liw4Lic4LmB4Liq4Lin4LiH4Lir4Liy4LiX4Lil4Lig4Lii4LiV4Liy4LiH4LiK4Liy4LiV4LmA4Lib4A=='. Preview of field's value: ''"}],"type":"mapper_parsing_exception","reason":"failed to parse field [value] of type [keyword] in document with id '000000000155802c54d6032dcd2a67f2fb6b43f9a84Lib4Lij4Liw4LmA4LiX4Lio4LmE4LiX4Lii4LmA4Lib4LiZ4Lir4LiZ4LiH4LmD4LiZ4Lib4Lij4Liw4LmA4LiX4Lio4LmD4LiZ4LmA4Lit4LmA4LiK4Lii4LiV4Liw4Lin4LiZ4LmA4LiJ4Lii4LiH4LmD4LiV4LiX4LmA4Lib4LiZ4Lib4Lij4Liw4LmA4LiX4Lio4LiX4Liy4LiH4Lic4Liy4LiZ4LiC4Lit4LiH4Lic4Lil4Lig4Lii4LmB4Lil4Liw4Lic4LmB4Liq4Lin4LiH4Lir4Liy4LiX4Lil4Lig4Lii4LiV4Liy4LiH4LiK4Liy4LiV4LmA4Lib4A=='. Preview of field's value: ''","caused_by":{"type":"i_o_exception","reason":"Invalid UTF-8 middle byte 0x22\n at [Source: (ByteArrayInputStream); line: 1, column: 268]"}},"status":400}
I20221104 10:57:01.241622 1793774 ESListener.cpp:240] [Port: 9790, Space: 815, Part: 1] Failed to put into es.
I20221104 10:57:01.257242 1793774 Listener.cpp:236] [Port: 9790, Space: 776, Part: 1] Listener succeeded apply log to 5541
I20221104 10:57:01.353924 1793774 Listener.cpp:236] [Port: 9790, Space: 811, Part: 1] Listener succeeded apply log to 3827
I20221104 10:57:34.184338 1793772 ESStorageAdapter.cpp:119] Bulk insert failed
I20221104 10:57:34.184379 1793772 ESStorageAdapter.cpp:120] {"took":4,"errors":true,"items":[{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a86ams5YWL5a6P6JCn5YW5","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":334952,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85pyd5pel55S16KeG5Y+w","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569485,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8MTAzMTQ1ODA5NQ==","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":418735,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8cnV5aTAzMTkwNzM4","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":418736,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85Y+w5YyX5biC56uL","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536003,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8RGV2aWw=","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":201090,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85rKz5YaF5rKz5YaF","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569486,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85Y+46ams546J","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":334953,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a86LS+5Yaw","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":334954,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8Um95YWx2RVNQTkRF","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":385284,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a82KrZidmG2KbYp9ix2Krbh9mC","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519299,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8cW5tZGx6eXJs","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":418737,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8dGFuZ2JhaXFpYW8=","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468879,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8VUM4YzRSZnhRSHJhNDh3U2U5XzRpUFln","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468880,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8VUNNUGFqUjUyREloT2hFOV9HN1lEeEZn","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":385285,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85L2T6IKy572y5YyF5bqH","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536004,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8ODl0YW9iaW5n","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":418738,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84LeD4Laz4LeE4La74LeE4LeD","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519300,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84LaF4La04Laa4Lan4La64Lax","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536005,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8VGhlTWVuZG96YVdvbWFu","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468881,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8bWFmaWFsaXRlcg==","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468882,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8MjAyMjA4MDFVVE8=","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519301,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8WWFxaXU=","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":385286,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84YCZ4YCF4YCQ4YCE4YCA","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536006,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a82K7Zidiq2KrYp9mK2YbZidim2KfYrNmJ2LLZhNin2LTYqtuH2LHbh9i02YnYjA==","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536007,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84LeD4La34LeA4Lan4LeA4LeB4La9","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569487,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8TWF0dGhld1ByYWl6ZTAx","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468883,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8YXJrOTk5","_version":33467,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468884,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84Lir4Liy4LiB4Lih4Lie4Lik4LiV4LiB4Lij4Lij4Lih4LiZ4LiV4LiU4LiV4Lit4LiB4LiZ4LmA4Lib4LiZ4LmA4Lin4Lil4Liy4LiZ4Liy4LiZ4Lit4Liy4LiI4LiX4Liz4LmD4Lir4Lij4Liy4LiH4LiB4Liy4Lii4LiC4Lit4LiH4LiE4LiT4LiX4Liz4LiH4Liy4LiZ4Lic4LiU4Lib4LiB4LiV4LiI4Liy4LiB4LmA4LiU4Lih4LmB4Lil4Liw4LmA4Lie4Lih4LiE4Lin4Liy4Lih4LmA4Liq4Lii4LiH4LiV4Lit4LiB4Liy4Lij4LmA4LiB4LiU4LmC4A==","status":400,"error":{"type":"mapper_parsing_exception","reason":"failed to parse field [value] of type [keyword] in document with id '000000000155802c54d6032dcd2a67f2fb6b43f9a84Lir4Liy4LiB4Lih4Lie4Lik4LiV4LiB4Lij4Lij4Lih4LiZ4LiV4LiU4LiV4Lit4LiB4LiZ4LmA4Lib4LiZ4LmA4Lin4Lil4Liy4LiZ4Liy4LiZ4Lit4Liy4LiI4LiX4Liz4LmD4Lir4Lij4Liy4LiH4LiB4Liy4Lii4LiC4Lit4LiH4LiE4LiT4LiX4Liz4LiH4Liy4LiZ4Lic4LiU4Lib4LiB4LiV4LiI4Liy4LiB4LmA4LiU4Lih4LmB4Lil4Liw4LmA4Lie4Lih4LiE4Lin4Liy4Lih4LmA4Liq4Lii4LiH4LiV4Lit4LiB4Liy4Lij4LmA4LiB4LiU4LmC4A=='. Preview of field's value: ''","caused_by":{"type":"i_o_exception","reason":"Invalid UTF-8 middle byte 0x22\n at [Source: (ByteArrayInputStream); line: 1, column: 315]"}}}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84La04La94Lax4La64Laa4La74La4","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536008,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8UmVzZWFyY2g=","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519302,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84LeA4Lai4La94Lax4La64Laa4La7","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519303,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_area_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85aSp5rC05Zu0","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":67025,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8TmV3VW5pdmVyc2U4","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468885,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85Zu95a6J5Lya","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569488,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8Q3RmYW5zY3R2bmV3cw==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":385287,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a82r7bhtmD24jZhdmJ2KrZidmG2YnYptuG2LI=","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569489,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85Lic5pa56a2U5rC0","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519304,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a86L+Y5b6X6KO5","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":201091,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8MTA2Nw==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569490,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8Vmlja3k=","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":334955,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8VUM5UThLbUhFSGhEbF8yTFNpUU5HTGFR","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":418739,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84YCV4YCV4YCE4YGN4YGB4YGJ4YGI4YGF","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536009,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85o+Q5q+U","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":201092,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8VU1NZWROZXVybw==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468886,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a824vbldiv24jYtNmF25XZhg==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536010,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8QFZPQUNoaW5lc2U=","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":184353,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8TkVXUw==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536011,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a82YLZidix2LrZidmG2obZidmE2YnZgtiM2Kbbh9mK2Lrbh9ix","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569491,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8SGFkZXNfRGV3ZXk=","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":385288,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8anV6aG91MQ==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":385289,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a82LPZiNix2qnYp9mE2YrYjA==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519305,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a86ZKf57uN5Yab","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519306,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8bnR2dWdhbmRh","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468887,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85Zu95q6H5LmL","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569492,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8WWFzaEZhbkFq","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":385290,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8SVNB","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519307,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8576O5rW35Yab","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536012,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a82YXZh9ix2KjYp9mG2YrZiNqp2pPYpg==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536013,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a856i755ub","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":334956,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a856uL5pS_","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569493,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8VUNGLUlQeVdjNFpFbTcyNWJtTVpGUkpR","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":418740,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8VUN5bU9MUUU0X3ZCUUJ6VUtYVEJmWXdR","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":418741,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a844Gr44Gq44KK","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569494,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a844GT44Gu44G+44G+44Gg44Go5pel5pys","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569495,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8MTE2OTMxNzM4Nw==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":418742,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85ouJ5pav56mG5qOu","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":334957,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a82YPbhy0=","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536014,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85Lit5Zu95YyX5pyd6bKc","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569496,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85ZGo5pmT","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":184354,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85rCR5Li75YWx5ZKM5Zu9","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536015,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8Q2hpbGRSaWdodHMjQ2hpbGRQYXJ0aWNpcGF0aW9uI+Wwj+Wwjw==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519308,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84LaJ4Lac4Lax4La44LeE4Laz4Lax","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519309,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a86JOd5aSp6Iiq56m6","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519310,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a84LeA4Lac4LeD4La74La9","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519311,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8Sm9obkZlcmd1c29u","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":184355,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a857u05bC8","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536016,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85p2O5YaI","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":201093,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8VUNaSnQ4WFZRd2Zfa3JRaG5ITktYSVRR","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":385291,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_area_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85Lit5Y+N5Y2O","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":67026,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8Q0JT","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536017,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a82KbbkNqG2YnZhtmJ2LTZhNmJ2YLYtNuH2YbYr9in2YLZhNin","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":536018,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8MTQ4MzU3NTAwMw==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":418743,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_area_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85qK16LC3","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":67018,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a82YXYp9iz2b7amtuM2YbYrw==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":519312,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_area_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a86bmk5bKX","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":67019,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8MTQ0NjA0NDE1Mg==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":385292,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8TEFUaW1lc1doYXJ0b24=","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468888,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_area_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85YaF5rmW","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":67027,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_org_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a86L+c5Lic6Z2S5bm0","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":569497,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8TG9uZXN0YXJQZWNhbg==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":184356,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_account_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a8bWluZQ==","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":468889,"_primary_term":1,"status":200}},{"index":{"_index":"nebula_migu_1569988854110056423_20221104000000669_fullidx_person_nodedata","_type":"_doc","_id":"000000000155802c54d6032dcd2a67f2fb6b43f9a85L2Y6K+X5pu8","_version":16734,"result":"updated","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":184357,"_primary_term":1,"
I20221104 10:57:34.189525 1793789 AsyncSocket.cpp:2711] this=0x7f8cdf463800, AsyncSocket::handleRead() got 64 bytes
I20221104 10:57:34.189630 1793789 RaftPart.cpp:1819] [Port: 9790, Space: 752, Part: 1] The current role is Learner
I20221104 10:57:34.189777 1793799 AsyncSocket.cpp:2711] this=0x7f8cd9036000, AsyncSocket::handleRead() got 73 bytes
I20221104 10:57:34.189973 1793776 RaftPart.cpp:1819] [Port: 9790, Space: 752, Part: 1] The current role is Learner
I20221104 10:57:34.190023 1793776 RaftPart.cpp:1780] [Port: 9790, Space: 752, Part: 1] Follower succeeded committing log 5584 to 5584
I20221104 10:57:34.250144 1793776 Listener.cpp:236] [Port: 9790, Space: 732, Part: 1] Listener succeeded apply log to 7261
I20221104 10:57:34.258632 1793773 Listener.cpp:236] [Port: 9790, Space: 752, Part: 1] Listener succeeded apply log to 5584
I20221104 10:57:34.301884 1793800 AsyncSocket.cpp:2711] this=0x7f8cd9e36000, AsyncSocket::handleRead() got 64 bytes
I20221104 10:57:34.301944 1793797 AsyncSocket.cpp:2711] this=0x7f8cda83fc00, AsyncSocket::handleRead() got 73 bytes

问题

  1. 这个机制是会一直尝试插入失败的全文索引?
  2. 删除这条数据是不能停止listener的尝试插入es的操作?
  3. 删除无效的话,是只能先修改这条数据,然后rebuild fulltext ?
  4. 上面的问题我理解是字符集的问题,但是插入graph没问题,我手动将这条数据插入es也没问题,通过listener插入es就出错,怎么处理呢?

1 当前会一直尝试
2 删除也不能
3 可以删除,然后rebuild fulltext
4 你那个value值超过了256 字节了吧

感谢,长度减少后确实没报错了