Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: abc import should report indexing failures #172

Open
siddharthlatest opened this issue Aug 3, 2019 · 0 comments
Open

Enhancement: abc import should report indexing failures #172

siddharthlatest opened this issue Aug 3, 2019 · 0 comments

Comments

@siddharthlatest
Copy link
Member

siddharthlatest commented Aug 3, 2019

abc import logs currently don't show the number of records that failed to index. This behavior can be easily supported as the underlying bulk API reports the failures.

A sample output line for this can be:

  • When there are failures: 10 out of 4654 total records failed to index
  • When indexing succeeds: 4654 total records indexed.

Note: We only report total records when a data source import is divided across multiple bulk requests. We should correspondingly also report total failures per import command.

Version Info:
Version: 1.0.0-alpha.0
Variant: !oss
Go version: go1.11.10
OS: linux
Arch: amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants