Skip to content

[ML] Transform exponential_avg* stats not updated in batch mode #52037

@davidkyle

Description

@davidkyle

In this elided stats output from a batch transform the exponential_avg_* stats are all 0.0 which is confusing some indexing and processing has taken place.

"stats" : {
        "pages_processed" : 4,
        "documents_processed" : 50000,

        "exponential_avg_checkpoint_duration_ms" : 0.0,
        "exponential_avg_documents_indexed" : 0.0,
        "exponential_avg_documents_processed" : 0.0
      },

Either update the stats for batch mode or if not possible then do not display them.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions