reportportal / service-api

Report portal. Main API Service
Apache License 2.0
43 stars 65 forks source link

Error Message: could not be parsed, unparsed text found at index #1947

Open matusikm opened 4 months ago

matusikm commented 4 months ago

Hello, testing new reportportal deployment 24.1 and getting this errors (in service-api pod) when regenerating indexes:

2024-03-14 22:17:20.603  INFO 1 --- [log-index-exec1] c.e.t.r.c.a.auto.impl.LogIndexerService  : Start indexing for project: 5
2024-03-14 22:17:20.773 ERROR 1 --- [log-index-exec1] c.e.t.r.dao.custom.ElasticSearchClient   : Search error logs-reportportal-5 Terms: {"id":[17591,17592,17598,17599,17602,17603,17609,17610,17616,17617,17470,17471,17527,17528,17532,17533,17561,17562,17568,17569,17575,17576,17582,17583]} Message: Text '2024-03-14T22:16:50.529754267' could not be parsed, unparsed text found at index 26
2024-03-14 22:17:20.799 ERROR 1 --- [log-index-exec1] c.e.t.r.dao.custom.ElasticSearchClient   : Search error logs-reportportal-5 Terms: {"id":[17825,17826,17832,17833,17839,17840,17762,17763,17846,17847,17769,17770,17773,17774,17780,17781,17787,17788,17653,17654,17710,17711,17715,17716]} Message: Text '2024-03-14T22:16:55.231489298' could not be parsed, unparsed text found at index 26
2024-03-14 22:17:20.817 ERROR 1 --- [log-index-exec1] c.e.t.r.dao.custom.ElasticSearchClient   : Search error logs-reportportal-5 Terms: {"id":[18038,18039,18070,18071,18077,18078,17879,17880,18081,18082,18088,18089,18095,18096,17936,17937,17941,17942,18102,18103,18109,18110]} Message: Text '2024-03-14T22:16:57.028346017' could not be parsed, unparsed text found at index 26
2024-03-14 22:17:20.832 ERROR 1 --- [log-index-exec1] c.e.t.r.dao.custom.ElasticSearchClient   : Search error logs-reportportal-5 Terms: {"id":[18379,18380,18386,18387,18393,18394,18142,18143,18199,18200,18204,18205]} Message: Text '2024-03-14T22:17:04.157526585' could not be parsed, unparsed text found at index 26
2024-03-14 22:17:20.934  INFO 1 --- [log-index-exec1] c.e.t.r.c.a.auto.impl.LogIndexerService  : Indexing finished for project: 5. Logs indexed: 158

Tested with ES and also opensearch with the same result.

What this could be? Or how it can be fixed?