1
0

alipay-jraft.log.2025-07-16.0 116 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578
  1. 2025-07-16 19:01:06,851 INFO SPI service [com.alipay.sofa.jraft.JRaftServiceFactory - com.alipay.sofa.jraft.core.DefaultJRaftServiceFactory] loading.
  2. 2025-07-16 19:01:06,958 INFO SPI service [com.alipay.sofa.jraft.rpc.RaftRpcFactory - com.alipay.sofa.jraft.rpc.impl.GrpcRaftRpcFactory] loading.
  3. 2025-07-16 19:01:07,663 INFO SPI service [com.alipay.sofa.jraft.util.timer.RaftTimerFactory - com.alipay.sofa.jraft.util.timer.DefaultRaftTimerFactory] loading.
  4. 2025-07-16 19:01:07,668 INFO The number of active nodes increment to 1.
  5. 2025-07-16 19:01:08,110 INFO Starts FSMCaller successfully.
  6. 2025-07-16 19:01:08,113 INFO Truncated prefix logs in data path: D:\nacos2.2.3\data\protocol\raft\naming_persistent_service\log from log index 0 to 17, cost 1 ms.
  7. 2025-07-16 19:01:08,122 INFO Loading snapshot, meta=last_included_index: 16
  8. last_included_term: 16
  9. peers: "192.168.60.20:7848"
  10. .
  11. 2025-07-16 19:01:08,235 INFO Node <naming_persistent_service/192.168.60.6:7848> onSnapshotLoadDone, last_included_index: 16
  12. last_included_term: 16
  13. peers: "192.168.60.20:7848"
  14. 2025-07-16 19:01:08,236 INFO Node <naming_persistent_service/192.168.60.6:7848> target priority value has changed from: 0, to: -1.
  15. 2025-07-16 19:01:08,239 INFO Truncated prefix logs in data path: D:\nacos2.2.3\data\protocol\raft\naming_persistent_service\log from log index 17 to 17, cost 0 ms.
  16. 2025-07-16 19:01:08,259 INFO Node <naming_persistent_service/192.168.60.6:7848> init, term=16, lastLogId=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=.
  17. 2025-07-16 19:01:08,262 WARN RPC server is not started in RaftGroupService.
  18. 2025-07-16 19:01:08,262 INFO Start the RaftGroupService successfully.
  19. 2025-07-16 19:01:08,395 INFO Creating new channel to: 192.168.60.6:7848.
  20. 2025-07-16 19:01:08,451 INFO The channel 192.168.60.6:7848 is in state: CONNECTING.
  21. 2025-07-16 19:01:08,731 INFO The channel 192.168.60.6:7848 is in state: READY.
  22. 2025-07-16 19:01:08,731 INFO The channel 192.168.60.6:7848 has successfully established.
  23. 2025-07-16 19:01:09,716 INFO The number of active nodes increment to 2.
  24. 2025-07-16 19:01:09,877 INFO Truncated prefix logs in data path: D:\nacos2.2.3\data\protocol\raft\naming_persistent_service_v2\log from log index 0 to 16, cost 1 ms.
  25. 2025-07-16 19:01:09,880 INFO Starts FSMCaller successfully.
  26. 2025-07-16 19:01:09,880 INFO Loading snapshot, meta=last_included_index: 15
  27. last_included_term: 15
  28. peers: "192.168.60.20:7848"
  29. .
  30. 2025-07-16 19:01:09,898 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> onSnapshotLoadDone, last_included_index: 15
  31. last_included_term: 15
  32. peers: "192.168.60.20:7848"
  33. 2025-07-16 19:01:09,898 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> target priority value has changed from: 0, to: -1.
  34. 2025-07-16 19:01:09,900 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> init, term=15, lastLogId=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=.
  35. 2025-07-16 19:01:09,900 WARN RPC server is not started in RaftGroupService.
  36. 2025-07-16 19:01:09,900 INFO Start the RaftGroupService successfully.
  37. 2025-07-16 19:01:09,904 INFO Truncated prefix logs in data path: D:\nacos2.2.3\data\protocol\raft\naming_persistent_service_v2\log from log index 16 to 16, cost 1 ms.
  38. 2025-07-16 19:01:09,920 INFO The number of active nodes increment to 3.
  39. 2025-07-16 19:01:10,053 INFO Truncated prefix logs in data path: D:\nacos2.2.3\data\protocol\raft\naming_instance_metadata\log from log index 0 to 16, cost 1 ms.
  40. 2025-07-16 19:01:10,056 INFO Starts FSMCaller successfully.
  41. 2025-07-16 19:01:10,057 INFO Loading snapshot, meta=last_included_index: 15
  42. last_included_term: 15
  43. peers: "192.168.60.20:7848"
  44. .
  45. 2025-07-16 19:01:10,059 INFO Node <naming_instance_metadata/192.168.60.6:7848> onSnapshotLoadDone, last_included_index: 15
  46. last_included_term: 15
  47. peers: "192.168.60.20:7848"
  48. 2025-07-16 19:01:10,060 INFO Node <naming_instance_metadata/192.168.60.6:7848> target priority value has changed from: 0, to: -1.
  49. 2025-07-16 19:01:10,060 INFO Node <naming_instance_metadata/192.168.60.6:7848> init, term=15, lastLogId=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=.
  50. 2025-07-16 19:01:10,061 WARN RPC server is not started in RaftGroupService.
  51. 2025-07-16 19:01:10,061 INFO Start the RaftGroupService successfully.
  52. 2025-07-16 19:01:10,064 INFO Truncated prefix logs in data path: D:\nacos2.2.3\data\protocol\raft\naming_instance_metadata\log from log index 16 to 16, cost 0 ms.
  53. 2025-07-16 19:01:10,068 INFO The number of active nodes increment to 4.
  54. 2025-07-16 19:01:10,246 INFO Truncated prefix logs in data path: D:\nacos2.2.3\data\protocol\raft\naming_service_metadata\log from log index 0 to 16, cost 0 ms.
  55. 2025-07-16 19:01:10,249 INFO Starts FSMCaller successfully.
  56. 2025-07-16 19:01:10,249 INFO Loading snapshot, meta=last_included_index: 15
  57. last_included_term: 15
  58. peers: "192.168.60.20:7848"
  59. .
  60. 2025-07-16 19:01:10,251 INFO Node <naming_service_metadata/192.168.60.6:7848> onSnapshotLoadDone, last_included_index: 15
  61. last_included_term: 15
  62. peers: "192.168.60.20:7848"
  63. 2025-07-16 19:01:10,251 INFO Node <naming_service_metadata/192.168.60.6:7848> target priority value has changed from: 0, to: -1.
  64. 2025-07-16 19:01:10,252 INFO Node <naming_service_metadata/192.168.60.6:7848> init, term=15, lastLogId=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=.
  65. 2025-07-16 19:01:10,253 WARN RPC server is not started in RaftGroupService.
  66. 2025-07-16 19:01:10,253 INFO Start the RaftGroupService successfully.
  67. 2025-07-16 19:01:10,257 INFO Truncated prefix logs in data path: D:\nacos2.2.3\data\protocol\raft\naming_service_metadata\log from log index 16 to 16, cost 0 ms.
  68. 2025-07-16 19:01:14,116 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  69. 2025-07-16 19:01:14,116 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  70. 2025-07-16 19:01:15,291 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  71. 2025-07-16 19:01:15,291 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  72. 2025-07-16 19:01:15,910 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  73. 2025-07-16 19:01:15,910 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  74. 2025-07-16 19:01:16,204 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  75. 2025-07-16 19:01:16,204 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  76. 2025-07-16 19:01:20,116 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  77. 2025-07-16 19:01:20,116 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  78. 2025-07-16 19:01:20,736 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  79. 2025-07-16 19:01:20,736 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  80. 2025-07-16 19:01:21,417 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  81. 2025-07-16 19:01:21,418 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  82. 2025-07-16 19:01:21,480 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  83. 2025-07-16 19:01:21,480 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  84. 2025-07-16 19:01:25,809 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  85. 2025-07-16 19:01:25,809 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  86. 2025-07-16 19:01:26,055 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  87. 2025-07-16 19:01:26,055 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  88. 2025-07-16 19:01:26,492 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  89. 2025-07-16 19:01:26,492 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  90. 2025-07-16 19:01:27,267 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  91. 2025-07-16 19:01:27,267 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  92. 2025-07-16 19:01:31,172 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  93. 2025-07-16 19:01:31,172 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  94. 2025-07-16 19:01:31,870 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  95. 2025-07-16 19:01:31,870 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  96. 2025-07-16 19:01:31,948 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  97. 2025-07-16 19:01:31,948 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  98. 2025-07-16 19:01:32,917 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  99. 2025-07-16 19:01:32,917 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  100. 2025-07-16 19:01:36,687 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  101. 2025-07-16 19:01:36,687 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  102. 2025-07-16 19:01:37,214 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  103. 2025-07-16 19:01:37,214 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  104. 2025-07-16 19:01:37,652 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  105. 2025-07-16 19:01:37,652 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  106. 2025-07-16 19:01:38,688 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  107. 2025-07-16 19:01:38,688 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  108. 2025-07-16 19:01:42,312 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  109. 2025-07-16 19:01:42,312 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  110. 2025-07-16 19:01:42,932 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  111. 2025-07-16 19:01:42,932 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  112. 2025-07-16 19:01:43,398 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  113. 2025-07-16 19:01:43,398 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  114. 2025-07-16 19:01:44,172 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  115. 2025-07-16 19:01:44,172 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  116. 2025-07-16 19:01:48,042 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  117. 2025-07-16 19:01:48,043 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  118. 2025-07-16 19:01:48,428 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  119. 2025-07-16 19:01:48,428 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  120. 2025-07-16 19:01:48,768 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  121. 2025-07-16 19:01:48,768 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  122. 2025-07-16 19:01:49,898 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  123. 2025-07-16 19:01:49,898 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  124. 2025-07-16 19:01:53,904 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  125. 2025-07-16 19:01:53,904 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  126. 2025-07-16 19:01:54,167 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  127. 2025-07-16 19:01:54,167 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  128. 2025-07-16 19:01:54,446 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  129. 2025-07-16 19:01:54,446 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  130. 2025-07-16 19:01:55,318 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  131. 2025-07-16 19:01:55,318 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  132. 2025-07-16 19:01:59,281 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  133. 2025-07-16 19:01:59,281 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  134. 2025-07-16 19:01:59,980 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  135. 2025-07-16 19:01:59,980 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  136. 2025-07-16 19:02:00,075 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  137. 2025-07-16 19:02:00,075 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  138. 2025-07-16 19:02:00,921 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  139. 2025-07-16 19:02:00,921 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  140. 2025-07-16 19:02:05,128 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  141. 2025-07-16 19:02:05,128 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  142. 2025-07-16 19:02:05,162 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  143. 2025-07-16 19:02:05,162 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  144. 2025-07-16 19:02:05,590 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  145. 2025-07-16 19:02:05,590 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  146. 2025-07-16 19:02:06,858 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  147. 2025-07-16 19:02:06,858 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  148. 2025-07-16 19:02:10,264 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  149. 2025-07-16 19:02:10,264 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  150. 2025-07-16 19:02:10,636 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  151. 2025-07-16 19:02:10,636 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  152. 2025-07-16 19:02:11,222 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  153. 2025-07-16 19:02:11,222 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  154. 2025-07-16 19:02:12,044 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  155. 2025-07-16 19:02:12,044 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  156. 2025-07-16 19:02:15,322 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  157. 2025-07-16 19:02:15,322 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  158. 2025-07-16 19:02:16,548 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  159. 2025-07-16 19:02:16,548 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  160. 2025-07-16 19:02:16,548 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  161. 2025-07-16 19:02:16,548 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  162. 2025-07-16 19:02:17,133 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  163. 2025-07-16 19:02:17,133 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  164. 2025-07-16 19:02:21,197 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  165. 2025-07-16 19:02:21,197 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  166. 2025-07-16 19:02:21,939 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  167. 2025-07-16 19:02:21,939 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  168. 2025-07-16 19:02:22,326 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  169. 2025-07-16 19:02:22,326 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  170. 2025-07-16 19:02:22,326 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  171. 2025-07-16 19:02:22,326 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  172. 2025-07-16 19:02:26,477 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  173. 2025-07-16 19:02:26,477 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  174. 2025-07-16 19:02:27,438 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  175. 2025-07-16 19:02:27,438 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  176. 2025-07-16 19:02:27,872 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  177. 2025-07-16 19:02:27,872 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  178. 2025-07-16 19:02:28,304 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  179. 2025-07-16 19:02:28,304 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  180. 2025-07-16 19:02:31,639 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  181. 2025-07-16 19:02:31,639 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  182. 2025-07-16 19:02:33,167 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  183. 2025-07-16 19:02:33,167 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  184. 2025-07-16 19:02:33,324 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  185. 2025-07-16 19:02:33,324 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  186. 2025-07-16 19:02:33,734 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  187. 2025-07-16 19:02:33,734 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  188. 2025-07-16 19:02:37,149 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  189. 2025-07-16 19:02:37,149 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  190. 2025-07-16 19:02:38,543 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  191. 2025-07-16 19:02:38,543 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  192. 2025-07-16 19:02:38,635 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  193. 2025-07-16 19:02:38,635 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  194. 2025-07-16 19:02:39,431 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  195. 2025-07-16 19:02:39,431 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  196. 2025-07-16 19:02:42,731 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  197. 2025-07-16 19:02:42,732 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  198. 2025-07-16 19:02:43,740 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  199. 2025-07-16 19:02:43,740 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  200. 2025-07-16 19:02:44,311 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  201. 2025-07-16 19:02:44,311 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  202. 2025-07-16 19:02:44,813 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  203. 2025-07-16 19:02:44,813 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  204. 2025-07-16 19:02:48,158 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  205. 2025-07-16 19:02:48,158 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  206. 2025-07-16 19:02:49,554 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  207. 2025-07-16 19:02:49,554 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  208. 2025-07-16 19:02:50,319 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  209. 2025-07-16 19:02:50,319 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  210. 2025-07-16 19:02:50,786 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  211. 2025-07-16 19:02:50,786 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  212. 2025-07-16 19:02:54,090 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  213. 2025-07-16 19:02:54,090 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  214. 2025-07-16 19:02:54,902 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  215. 2025-07-16 19:02:54,902 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  216. 2025-07-16 19:02:56,191 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  217. 2025-07-16 19:02:56,191 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  218. 2025-07-16 19:02:56,252 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  219. 2025-07-16 19:02:56,252 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  220. 2025-07-16 19:02:59,596 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  221. 2025-07-16 19:02:59,596 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  222. 2025-07-16 19:03:00,817 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  223. 2025-07-16 19:03:00,817 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  224. 2025-07-16 19:03:01,361 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  225. 2025-07-16 19:03:01,361 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  226. 2025-07-16 19:03:01,377 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  227. 2025-07-16 19:03:01,377 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  228. 2025-07-16 19:03:05,481 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  229. 2025-07-16 19:03:05,481 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  230. 2025-07-16 19:03:06,353 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  231. 2025-07-16 19:03:06,353 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  232. 2025-07-16 19:03:06,865 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  233. 2025-07-16 19:03:06,865 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  234. 2025-07-16 19:03:07,267 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  235. 2025-07-16 19:03:07,267 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  236. 2025-07-16 19:03:11,312 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  237. 2025-07-16 19:03:11,312 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  238. 2025-07-16 19:03:12,159 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  239. 2025-07-16 19:03:12,159 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  240. 2025-07-16 19:03:12,376 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  241. 2025-07-16 19:03:12,376 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  242. 2025-07-16 19:03:12,407 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  243. 2025-07-16 19:03:12,407 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  244. 2025-07-16 19:03:17,017 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  245. 2025-07-16 19:03:17,017 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  246. 2025-07-16 19:03:17,948 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  247. 2025-07-16 19:03:17,948 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  248. 2025-07-16 19:03:17,994 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  249. 2025-07-16 19:03:17,994 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  250. 2025-07-16 19:03:18,041 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  251. 2025-07-16 19:03:18,041 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  252. 2025-07-16 19:03:22,302 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  253. 2025-07-16 19:03:22,302 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  254. 2025-07-16 19:03:23,264 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  255. 2025-07-16 19:03:23,264 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  256. 2025-07-16 19:03:23,294 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  257. 2025-07-16 19:03:23,294 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  258. 2025-07-16 19:03:23,745 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  259. 2025-07-16 19:03:23,745 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  260. 2025-07-16 19:03:27,675 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  261. 2025-07-16 19:03:27,675 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  262. 2025-07-16 19:03:28,359 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  263. 2025-07-16 19:03:28,359 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  264. 2025-07-16 19:03:28,625 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  265. 2025-07-16 19:03:28,625 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  266. 2025-07-16 19:03:29,587 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  267. 2025-07-16 19:03:29,587 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  268. 2025-07-16 19:03:33,664 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  269. 2025-07-16 19:03:33,664 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  270. 2025-07-16 19:03:34,178 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  271. 2025-07-16 19:03:34,178 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  272. 2025-07-16 19:03:34,209 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  273. 2025-07-16 19:03:34,209 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  274. 2025-07-16 19:03:35,108 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  275. 2025-07-16 19:03:35,108 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  276. 2025-07-16 19:03:39,205 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  277. 2025-07-16 19:03:39,205 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  278. 2025-07-16 19:03:39,515 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  279. 2025-07-16 19:03:39,515 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  280. 2025-07-16 19:03:40,027 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  281. 2025-07-16 19:03:40,027 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  282. 2025-07-16 19:03:40,930 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  283. 2025-07-16 19:03:40,930 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  284. 2025-07-16 19:03:44,615 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  285. 2025-07-16 19:03:44,615 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  286. 2025-07-16 19:03:45,018 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  287. 2025-07-16 19:03:45,018 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  288. 2025-07-16 19:03:45,764 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  289. 2025-07-16 19:03:45,764 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  290. 2025-07-16 19:03:46,201 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  291. 2025-07-16 19:03:46,201 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  292. 2025-07-16 19:03:49,991 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  293. 2025-07-16 19:03:49,991 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  294. 2025-07-16 19:03:50,083 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  295. 2025-07-16 19:03:50,083 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  296. 2025-07-16 19:03:51,736 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  297. 2025-07-16 19:03:51,736 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  298. 2025-07-16 19:03:51,953 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  299. 2025-07-16 19:03:51,953 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  300. 2025-07-16 19:03:55,114 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  301. 2025-07-16 19:03:55,114 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  302. 2025-07-16 19:03:55,146 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  303. 2025-07-16 19:03:55,146 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  304. 2025-07-16 19:03:57,041 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  305. 2025-07-16 19:03:57,041 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  306. 2025-07-16 19:03:57,213 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  307. 2025-07-16 19:03:57,213 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  308. 2025-07-16 19:04:00,603 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  309. 2025-07-16 19:04:00,604 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  310. 2025-07-16 19:04:00,840 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  311. 2025-07-16 19:04:00,840 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  312. 2025-07-16 19:04:02,472 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  313. 2025-07-16 19:04:02,472 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  314. 2025-07-16 19:04:02,558 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  315. 2025-07-16 19:04:02,558 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  316. 2025-07-16 19:04:05,778 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  317. 2025-07-16 19:04:05,778 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  318. 2025-07-16 19:04:06,709 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  319. 2025-07-16 19:04:06,710 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  320. 2025-07-16 19:04:07,760 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  321. 2025-07-16 19:04:07,760 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  322. 2025-07-16 19:04:08,320 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  323. 2025-07-16 19:04:08,320 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  324. 2025-07-16 19:04:11,572 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  325. 2025-07-16 19:04:11,572 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  326. 2025-07-16 19:04:12,179 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  327. 2025-07-16 19:04:12,179 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  328. 2025-07-16 19:04:12,859 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  329. 2025-07-16 19:04:12,859 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  330. 2025-07-16 19:04:13,507 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  331. 2025-07-16 19:04:13,507 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  332. 2025-07-16 19:04:16,904 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  333. 2025-07-16 19:04:16,904 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  334. 2025-07-16 19:04:17,981 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  335. 2025-07-16 19:04:17,981 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  336. 2025-07-16 19:04:18,599 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  337. 2025-07-16 19:04:18,599 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  338. 2025-07-16 19:04:19,496 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  339. 2025-07-16 19:04:19,496 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  340. 2025-07-16 19:04:22,185 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  341. 2025-07-16 19:04:22,185 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  342. 2025-07-16 19:04:23,154 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  343. 2025-07-16 19:04:23,154 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  344. 2025-07-16 19:04:24,460 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  345. 2025-07-16 19:04:24,460 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  346. 2025-07-16 19:04:25,470 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  347. 2025-07-16 19:04:25,470 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  348. 2025-07-16 19:04:28,138 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  349. 2025-07-16 19:04:28,138 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  350. 2025-07-16 19:04:29,119 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  351. 2025-07-16 19:04:29,119 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  352. 2025-07-16 19:04:29,665 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  353. 2025-07-16 19:04:29,665 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  354. 2025-07-16 19:04:31,385 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  355. 2025-07-16 19:04:31,385 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  356. 2025-07-16 19:04:33,704 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  357. 2025-07-16 19:04:33,704 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  358. 2025-07-16 19:04:34,715 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  359. 2025-07-16 19:04:34,715 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  360. 2025-07-16 19:04:34,747 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  361. 2025-07-16 19:04:34,747 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  362. 2025-07-16 19:04:37,296 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  363. 2025-07-16 19:04:37,296 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  364. 2025-07-16 19:04:39,125 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  365. 2025-07-16 19:04:39,125 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  366. 2025-07-16 19:04:39,832 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  367. 2025-07-16 19:04:39,832 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  368. 2025-07-16 19:04:40,427 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  369. 2025-07-16 19:04:40,427 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  370. 2025-07-16 19:04:42,520 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  371. 2025-07-16 19:04:42,520 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  372. 2025-07-16 19:04:44,699 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  373. 2025-07-16 19:04:44,699 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  374. 2025-07-16 19:04:45,680 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  375. 2025-07-16 19:04:45,680 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  376. 2025-07-16 19:04:46,338 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  377. 2025-07-16 19:04:46,338 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  378. 2025-07-16 19:04:48,126 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  379. 2025-07-16 19:04:48,126 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  380. 2025-07-16 19:04:50,007 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  381. 2025-07-16 19:04:50,007 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  382. 2025-07-16 19:04:51,537 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  383. 2025-07-16 19:04:51,537 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  384. 2025-07-16 19:04:51,583 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  385. 2025-07-16 19:04:51,583 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  386. 2025-07-16 19:04:53,452 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  387. 2025-07-16 19:04:53,452 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  388. 2025-07-16 19:04:55,082 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  389. 2025-07-16 19:04:55,082 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  390. 2025-07-16 19:04:56,668 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  391. 2025-07-16 19:04:56,668 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  392. 2025-07-16 19:04:57,505 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  393. 2025-07-16 19:04:57,505 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  394. 2025-07-16 19:04:58,698 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  395. 2025-07-16 19:04:58,698 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  396. 2025-07-16 19:05:00,606 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  397. 2025-07-16 19:05:00,606 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  398. 2025-07-16 19:05:02,635 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  399. 2025-07-16 19:05:02,635 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  400. 2025-07-16 19:05:02,727 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  401. 2025-07-16 19:05:02,727 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  402. 2025-07-16 19:05:04,263 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  403. 2025-07-16 19:05:04,263 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  404. 2025-07-16 19:05:06,226 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  405. 2025-07-16 19:05:06,226 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  406. 2025-07-16 19:05:07,796 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  407. 2025-07-16 19:05:07,796 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  408. 2025-07-16 19:05:08,506 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  409. 2025-07-16 19:05:08,506 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  410. 2025-07-16 19:05:09,625 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  411. 2025-07-16 19:05:09,625 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  412. 2025-07-16 19:05:11,817 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  413. 2025-07-16 19:05:11,817 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  414. 2025-07-16 19:05:12,839 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  415. 2025-07-16 19:05:12,839 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  416. 2025-07-16 19:05:13,835 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  417. 2025-07-16 19:05:13,835 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  418. 2025-07-16 19:05:14,832 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  419. 2025-07-16 19:05:14,832 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  420. 2025-07-16 19:05:17,109 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  421. 2025-07-16 19:05:17,109 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  422. 2025-07-16 19:05:17,989 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  423. 2025-07-16 19:05:17,989 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  424. 2025-07-16 19:05:19,538 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  425. 2025-07-16 19:05:19,538 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  426. 2025-07-16 19:05:19,954 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  427. 2025-07-16 19:05:19,954 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  428. 2025-07-16 19:05:22,412 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  429. 2025-07-16 19:05:22,412 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  430. 2025-07-16 19:05:23,111 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  431. 2025-07-16 19:05:23,111 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  432. 2025-07-16 19:05:25,314 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  433. 2025-07-16 19:05:25,314 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  434. 2025-07-16 19:05:25,452 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  435. 2025-07-16 19:05:25,452 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  436. 2025-07-16 19:05:28,218 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  437. 2025-07-16 19:05:28,218 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  438. 2025-07-16 19:05:28,295 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  439. 2025-07-16 19:05:28,295 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  440. 2025-07-16 19:05:30,569 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  441. 2025-07-16 19:05:30,569 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  442. 2025-07-16 19:05:30,894 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  443. 2025-07-16 19:05:30,894 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  444. 2025-07-16 19:05:33,397 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  445. 2025-07-16 19:05:33,397 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  446. 2025-07-16 19:05:33,615 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  447. 2025-07-16 19:05:33,615 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  448. 2025-07-16 19:05:36,146 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  449. 2025-07-16 19:05:36,146 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  450. 2025-07-16 19:05:36,693 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  451. 2025-07-16 19:05:36,693 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  452. 2025-07-16 19:05:38,758 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  453. 2025-07-16 19:05:38,758 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  454. 2025-07-16 19:05:39,610 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  455. 2025-07-16 19:05:39,610 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  456. 2025-07-16 19:05:42,008 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  457. 2025-07-16 19:05:42,008 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  458. 2025-07-16 19:05:42,039 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  459. 2025-07-16 19:05:42,039 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  460. 2025-07-16 19:05:44,345 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  461. 2025-07-16 19:05:44,345 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  462. 2025-07-16 19:05:44,981 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  463. 2025-07-16 19:05:44,981 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  464. 2025-07-16 19:05:47,014 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  465. 2025-07-16 19:05:47,014 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  466. 2025-07-16 19:05:48,040 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  467. 2025-07-16 19:05:48,041 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  468. 2025-07-16 19:05:49,609 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  469. 2025-07-16 19:05:49,609 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  470. 2025-07-16 19:05:50,760 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  471. 2025-07-16 19:05:50,760 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  472. 2025-07-16 19:05:52,205 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  473. 2025-07-16 19:05:52,205 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  474. 2025-07-16 19:05:53,275 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  475. 2025-07-16 19:05:53,275 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  476. 2025-07-16 19:05:55,420 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  477. 2025-07-16 19:05:55,420 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  478. 2025-07-16 19:05:55,991 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  479. 2025-07-16 19:05:55,991 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  480. 2025-07-16 19:05:58,144 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  481. 2025-07-16 19:05:58,144 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  482. 2025-07-16 19:05:58,877 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  483. 2025-07-16 19:05:58,877 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  484. 2025-07-16 19:06:01,127 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  485. 2025-07-16 19:06:01,127 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  486. 2025-07-16 19:06:01,987 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  487. 2025-07-16 19:06:01,987 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  488. 2025-07-16 19:06:03,500 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  489. 2025-07-16 19:06:03,500 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  490. 2025-07-16 19:06:04,114 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  491. 2025-07-16 19:06:04,114 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  492. 2025-07-16 19:06:06,213 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  493. 2025-07-16 19:06:06,213 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  494. 2025-07-16 19:06:07,933 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  495. 2025-07-16 19:06:07,933 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  496. 2025-07-16 19:06:09,447 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  497. 2025-07-16 19:06:09,447 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  498. 2025-07-16 19:06:09,493 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  499. 2025-07-16 19:06:09,493 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  500. 2025-07-16 19:06:12,033 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  501. 2025-07-16 19:06:12,033 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  502. 2025-07-16 19:06:13,839 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  503. 2025-07-16 19:06:13,839 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  504. 2025-07-16 19:06:15,352 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  505. 2025-07-16 19:06:15,352 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  506. 2025-07-16 19:06:15,414 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  507. 2025-07-16 19:06:15,414 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  508. 2025-07-16 19:06:17,191 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  509. 2025-07-16 19:06:17,191 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  510. 2025-07-16 19:06:19,355 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  511. 2025-07-16 19:06:19,355 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  512. 2025-07-16 19:06:20,449 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  513. 2025-07-16 19:06:20,449 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  514. 2025-07-16 19:06:21,258 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  515. 2025-07-16 19:06:21,258 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  516. 2025-07-16 19:06:22,341 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  517. 2025-07-16 19:06:22,341 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  518. 2025-07-16 19:06:24,687 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  519. 2025-07-16 19:06:24,687 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  520. 2025-07-16 19:06:25,861 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  521. 2025-07-16 19:06:25,861 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  522. 2025-07-16 19:06:26,268 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  523. 2025-07-16 19:06:26,268 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  524. 2025-07-16 19:06:27,839 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  525. 2025-07-16 19:06:27,839 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  526. 2025-07-16 19:06:29,842 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  527. 2025-07-16 19:06:29,842 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  528. 2025-07-16 19:06:30,970 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  529. 2025-07-16 19:06:30,970 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  530. 2025-07-16 19:06:31,657 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  531. 2025-07-16 19:06:31,657 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  532. 2025-07-16 19:06:33,352 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  533. 2025-07-16 19:06:33,352 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  534. 2025-07-16 19:06:34,900 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  535. 2025-07-16 19:06:34,900 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  536. 2025-07-16 19:06:36,361 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  537. 2025-07-16 19:06:36,361 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  538. 2025-07-16 19:06:37,131 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  539. 2025-07-16 19:06:37,131 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  540. 2025-07-16 19:06:38,400 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  541. 2025-07-16 19:06:38,400 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  542. 2025-07-16 19:06:40,535 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  543. 2025-07-16 19:06:40,535 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  544. 2025-07-16 19:06:42,078 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  545. 2025-07-16 19:06:42,083 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  546. 2025-07-16 19:06:42,929 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  547. 2025-07-16 19:06:42,929 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  548. 2025-07-16 19:06:44,389 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  549. 2025-07-16 19:06:44,389 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  550. 2025-07-16 19:06:45,600 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  551. 2025-07-16 19:06:45,600 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  552. 2025-07-16 19:06:47,225 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  553. 2025-07-16 19:06:47,225 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  554. 2025-07-16 19:06:48,607 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  555. 2025-07-16 19:06:48,607 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  556. 2025-07-16 19:06:50,164 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  557. 2025-07-16 19:06:50,164 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  558. 2025-07-16 19:06:50,782 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  559. 2025-07-16 19:06:50,782 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  560. 2025-07-16 19:06:52,710 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  561. 2025-07-16 19:06:52,711 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  562. 2025-07-16 19:06:53,654 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  563. 2025-07-16 19:06:53,654 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  564. 2025-07-16 19:06:55,302 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  565. 2025-07-16 19:06:55,302 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  566. 2025-07-16 19:06:55,785 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  567. 2025-07-16 19:06:55,785 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  568. 2025-07-16 19:06:58,235 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  569. 2025-07-16 19:06:58,235 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  570. 2025-07-16 19:06:58,916 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  571. 2025-07-16 19:06:58,916 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  572. 2025-07-16 19:07:00,347 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  573. 2025-07-16 19:07:00,347 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  574. 2025-07-16 19:07:01,325 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  575. 2025-07-16 19:07:01,326 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  576. 2025-07-16 19:07:04,147 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  577. 2025-07-16 19:07:04,147 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  578. 2025-07-16 19:07:04,677 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  579. 2025-07-16 19:07:04,677 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  580. 2025-07-16 19:07:05,745 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  581. 2025-07-16 19:07:05,745 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  582. 2025-07-16 19:07:06,894 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  583. 2025-07-16 19:07:06,894 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  584. 2025-07-16 19:07:09,761 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  585. 2025-07-16 19:07:09,761 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  586. 2025-07-16 19:07:10,181 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  587. 2025-07-16 19:07:10,181 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  588. 2025-07-16 19:07:11,456 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  589. 2025-07-16 19:07:11,456 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  590. 2025-07-16 19:07:11,908 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  591. 2025-07-16 19:07:11,908 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  592. 2025-07-16 19:07:14,899 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  593. 2025-07-16 19:07:14,899 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  594. 2025-07-16 19:07:15,489 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  595. 2025-07-16 19:07:15,489 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  596. 2025-07-16 19:07:16,917 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  597. 2025-07-16 19:07:16,917 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  598. 2025-07-16 19:07:17,482 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  599. 2025-07-16 19:07:17,482 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  600. 2025-07-16 19:07:20,681 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  601. 2025-07-16 19:07:20,681 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  602. 2025-07-16 19:07:20,836 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  603. 2025-07-16 19:07:20,837 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  604. 2025-07-16 19:07:22,651 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  605. 2025-07-16 19:07:22,651 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  606. 2025-07-16 19:07:22,943 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  607. 2025-07-16 19:07:22,943 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  608. 2025-07-16 19:07:26,058 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  609. 2025-07-16 19:07:26,058 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  610. 2025-07-16 19:07:26,090 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  611. 2025-07-16 19:07:26,090 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  612. 2025-07-16 19:07:28,098 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  613. 2025-07-16 19:07:28,098 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  614. 2025-07-16 19:07:28,815 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  615. 2025-07-16 19:07:28,815 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  616. 2025-07-16 19:07:31,548 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  617. 2025-07-16 19:07:31,548 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  618. 2025-07-16 19:07:31,955 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  619. 2025-07-16 19:07:31,955 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  620. 2025-07-16 19:07:33,532 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  621. 2025-07-16 19:07:33,532 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  622. 2025-07-16 19:07:34,769 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  623. 2025-07-16 19:07:34,769 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  624. 2025-07-16 19:07:37,002 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  625. 2025-07-16 19:07:37,002 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  626. 2025-07-16 19:07:37,050 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  627. 2025-07-16 19:07:37,050 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  628. 2025-07-16 19:07:39,189 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  629. 2025-07-16 19:07:39,189 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  630. 2025-07-16 19:07:40,281 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  631. 2025-07-16 19:07:40,281 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  632. 2025-07-16 19:07:42,346 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  633. 2025-07-16 19:07:42,346 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  634. 2025-07-16 19:07:42,484 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  635. 2025-07-16 19:07:42,484 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  636. 2025-07-16 19:07:44,934 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  637. 2025-07-16 19:07:44,934 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  638. 2025-07-16 19:07:46,106 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  639. 2025-07-16 19:07:46,106 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  640. 2025-07-16 19:07:48,063 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  641. 2025-07-16 19:07:48,063 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  642. 2025-07-16 19:07:48,173 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  643. 2025-07-16 19:07:48,173 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  644. 2025-07-16 19:07:50,395 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  645. 2025-07-16 19:07:50,395 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  646. 2025-07-16 19:07:51,913 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  647. 2025-07-16 19:07:51,913 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  648. 2025-07-16 19:07:53,837 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  649. 2025-07-16 19:07:53,837 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  650. 2025-07-16 19:07:53,837 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  651. 2025-07-16 19:07:53,837 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  652. 2025-07-16 19:07:56,269 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  653. 2025-07-16 19:07:56,269 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  654. 2025-07-16 19:07:57,570 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  655. 2025-07-16 19:07:57,570 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  656. 2025-07-16 19:07:59,230 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  657. 2025-07-16 19:07:59,230 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  658. 2025-07-16 19:07:59,680 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  659. 2025-07-16 19:07:59,680 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  660. 2025-07-16 19:08:01,560 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  661. 2025-07-16 19:08:01,560 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  662. 2025-07-16 19:08:03,537 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  663. 2025-07-16 19:08:03,537 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  664. 2025-07-16 19:08:04,647 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  665. 2025-07-16 19:08:04,647 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  666. 2025-07-16 19:08:04,990 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  667. 2025-07-16 19:08:04,991 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  668. 2025-07-16 19:08:06,981 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  669. 2025-07-16 19:08:06,981 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  670. 2025-07-16 19:08:09,248 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  671. 2025-07-16 19:08:09,248 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  672. 2025-07-16 19:08:10,421 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  673. 2025-07-16 19:08:10,421 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  674. 2025-07-16 19:08:10,986 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  675. 2025-07-16 19:08:10,986 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  676. 2025-07-16 19:08:12,489 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  677. 2025-07-16 19:08:12,489 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  678. 2025-07-16 19:08:14,579 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  679. 2025-07-16 19:08:14,579 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  680. 2025-07-16 19:08:15,854 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  681. 2025-07-16 19:08:15,854 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  682. 2025-07-16 19:08:16,800 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  683. 2025-07-16 19:08:16,800 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  684. 2025-07-16 19:08:18,055 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  685. 2025-07-16 19:08:18,055 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  686. 2025-07-16 19:08:20,241 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  687. 2025-07-16 19:08:20,241 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  688. 2025-07-16 19:08:21,190 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  689. 2025-07-16 19:08:21,190 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  690. 2025-07-16 19:08:22,139 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  691. 2025-07-16 19:08:22,139 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  692. 2025-07-16 19:08:23,862 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  693. 2025-07-16 19:08:23,862 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  694. 2025-07-16 19:08:25,611 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  695. 2025-07-16 19:08:25,611 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  696. 2025-07-16 19:08:26,354 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  697. 2025-07-16 19:08:26,354 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  698. 2025-07-16 19:08:27,256 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  699. 2025-07-16 19:08:27,256 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  700. 2025-07-16 19:08:29,464 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  701. 2025-07-16 19:08:29,464 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  702. 2025-07-16 19:08:31,138 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  703. 2025-07-16 19:08:31,138 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  704. 2025-07-16 19:08:31,774 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  705. 2025-07-16 19:08:31,774 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  706. 2025-07-16 19:08:32,474 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  707. 2025-07-16 19:08:32,474 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  708. 2025-07-16 19:08:34,725 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  709. 2025-07-16 19:08:34,725 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  710. 2025-07-16 19:08:36,855 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  711. 2025-07-16 19:08:36,855 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  712. 2025-07-16 19:08:37,043 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  713. 2025-07-16 19:08:37,043 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  714. 2025-07-16 19:08:37,850 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  715. 2025-07-16 19:08:37,850 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  716. 2025-07-16 19:08:39,932 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  717. 2025-07-16 19:08:39,932 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  718. 2025-07-16 19:08:42,052 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  719. 2025-07-16 19:08:42,052 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  720. 2025-07-16 19:08:42,252 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  721. 2025-07-16 19:08:42,252 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  722. 2025-07-16 19:08:43,353 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  723. 2025-07-16 19:08:43,353 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  724. 2025-07-16 19:08:45,786 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  725. 2025-07-16 19:08:45,786 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  726. 2025-07-16 19:08:47,546 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  727. 2025-07-16 19:08:47,546 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  728. 2025-07-16 19:08:47,788 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  729. 2025-07-16 19:08:47,788 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  730. 2025-07-16 19:08:48,674 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  731. 2025-07-16 19:08:48,674 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  732. 2025-07-16 19:08:51,341 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  733. 2025-07-16 19:08:51,341 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  734. 2025-07-16 19:08:53,050 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  735. 2025-07-16 19:08:53,050 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  736. 2025-07-16 19:08:53,792 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  737. 2025-07-16 19:08:53,792 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  738. 2025-07-16 19:08:54,433 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  739. 2025-07-16 19:08:54,433 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  740. 2025-07-16 19:08:56,697 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  741. 2025-07-16 19:08:56,697 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  742. 2025-07-16 19:08:58,862 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  743. 2025-07-16 19:08:58,862 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  744. 2025-07-16 19:08:59,252 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  745. 2025-07-16 19:08:59,252 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  746. 2025-07-16 19:08:59,892 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  747. 2025-07-16 19:08:59,892 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  748. 2025-07-16 19:09:02,087 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  749. 2025-07-16 19:09:02,087 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  750. 2025-07-16 19:09:03,986 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  751. 2025-07-16 19:09:03,986 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  752. 2025-07-16 19:09:04,381 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  753. 2025-07-16 19:09:04,381 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  754. 2025-07-16 19:09:05,116 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  755. 2025-07-16 19:09:05,116 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  756. 2025-07-16 19:09:07,712 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  757. 2025-07-16 19:09:07,712 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  758. 2025-07-16 19:09:09,412 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  759. 2025-07-16 19:09:09,412 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  760. 2025-07-16 19:09:09,769 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  761. 2025-07-16 19:09:09,769 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  762. 2025-07-16 19:09:11,025 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  763. 2025-07-16 19:09:11,025 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  764. 2025-07-16 19:09:13,299 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  765. 2025-07-16 19:09:13,299 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  766. 2025-07-16 19:09:14,926 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  767. 2025-07-16 19:09:14,926 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  768. 2025-07-16 19:09:15,033 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  769. 2025-07-16 19:09:15,033 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  770. 2025-07-16 19:09:16,384 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  771. 2025-07-16 19:09:16,385 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  772. 2025-07-16 19:09:18,976 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  773. 2025-07-16 19:09:18,976 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  774. 2025-07-16 19:09:20,481 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  775. 2025-07-16 19:09:20,481 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  776. 2025-07-16 19:09:20,871 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  777. 2025-07-16 19:09:20,871 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  778. 2025-07-16 19:09:21,836 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  779. 2025-07-16 19:09:21,836 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  780. 2025-07-16 19:09:24,103 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  781. 2025-07-16 19:09:24,103 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  782. 2025-07-16 19:09:26,221 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  783. 2025-07-16 19:09:26,221 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  784. 2025-07-16 19:09:26,780 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  785. 2025-07-16 19:09:26,780 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  786. 2025-07-16 19:09:27,262 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  787. 2025-07-16 19:09:27,262 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  788. 2025-07-16 19:09:29,334 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  789. 2025-07-16 19:09:29,334 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  790. 2025-07-16 19:09:31,823 INFO Node <naming_instance_metadata/192.168.60.6:7848> term 15 start preVote.
  791. 2025-07-16 19:09:31,823 WARN Node <naming_instance_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  792. 2025-07-16 19:09:32,720 INFO Node <naming_persistent_service/192.168.60.6:7848> term 16 start preVote.
  793. 2025-07-16 19:09:32,720 WARN Node <naming_persistent_service/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=16, term=16], conf=192.168.60.20:7848, oldConf=]>.
  794. 2025-07-16 19:09:33,239 INFO Node <naming_service_metadata/192.168.60.6:7848> term 15 start preVote.
  795. 2025-07-16 19:09:33,239 WARN Node <naming_service_metadata/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.
  796. 2025-07-16 19:09:34,370 INFO Node <naming_persistent_service_v2/192.168.60.6:7848> term 15 start preVote.
  797. 2025-07-16 19:09:34,370 WARN Node <naming_persistent_service_v2/192.168.60.6:7848> can't do preVote as it is not in conf <ConfigurationEntry [id=LogId [index=15, term=15], conf=192.168.60.20:7848, oldConf=]>.