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

WARN CommitIterator: missing object #427

Open
sakalouski opened this issue Oct 17, 2018 · 1 comment
Open

WARN CommitIterator: missing object #427

sakalouski opened this issue Oct 17, 2018 · 1 comment

Comments

@sakalouski
Copy link

Expected Behavior

I have been accessing siva files and get WARN messages. The question is whether it happens due to corrupted data or tools? Are these warnings expected to be reproducible for the same repo? Because for now I get different number of entries for each run.

Current Behavior

WARN CommitIterator: missing object
and another one is
Missing Commit

Your Environment (for bugs)

  • Spark version: 2.2.1
  • PySpark version (if using PySpark): 2.2.1
  • jgit-spark-connector version: 1.0.0
  • Operating System and version: CentOS 7
  • Some needed resources to reproduce the problem:
@bzz
Copy link
Contributor

bzz commented May 20, 2019

@sakalouski sorry for dropping this for so long 😱

is it happens due to corrupted data or tools

Usually, in my experience this is the case of corrupted data.

Are these warnings expected to be reproducible for the same repo

I belive they are. Is there a chance you could share the repo that triggers it?

What I did before to validate this, is to extract the .pack files from the .siva and use git plumbing commands like

siva unpack 9279be3cf07fb3cca4fc964b27acea57e0af461b.siva .
git verify-pack -v objects/pack/<>.pack
git cat-file -p <sha>

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

No branches or pull requests

2 participants