Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Apply pending block details on commit #2254

Merged
merged 3 commits into from
Oct 27, 2016
Merged

Apply pending block details on commit #2254

merged 3 commits into from
Oct 27, 2016

Conversation

NikVolf
Copy link
Contributor

@NikVolf NikVolf commented Sep 22, 2016

No description provided.

@NikVolf NikVolf added the M4-core ⛓ Core client code / Rust. label Sep 22, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 85.247% when pulling af0cc76 on blockchain-cache-issue into aae6d19 on master.

@rphmeier rphmeier added the A0-pleasereview 🤓 Pull request needs code review. label Sep 22, 2016
@NikVolf
Copy link
Contributor Author

NikVolf commented Sep 22, 2016

probably related to #2258

@gavofyork gavofyork added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Sep 23, 2016
@gavofyork
Copy link
Contributor

does indeed look like it's incorrectly failing.

@rphmeier
Copy link
Contributor

I don't think we should merge this until a fix is available. It will just make all our other builds fail and won't get us any closer to fixing the issue.

@NikVolf
Copy link
Contributor Author

NikVolf commented Sep 23, 2016

@rphmeier @gavofyork
yeah of course it shouldn't be merged, it's just problem formalization
in fact, i have no ideas how to fix that at the moment, so feel free to provide solution

@arkpar arkpar added A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Oct 1, 2016
@arkpar arkpar added A0-pleasereview 🤓 Pull request needs code review. and removed A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. labels Oct 26, 2016
@arkpar arkpar changed the title Failing test for cache issue Apply pending block details on commit Oct 26, 2016
@@ -934,8 +925,10 @@ impl BlockChain {
},
}
let mut write_hashes = self.pending_block_hashes.write();
let mut write_details = self.pending_block_details.write();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment above should now say "all four locks taken"

@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Oct 27, 2016
@arkpar arkpar merged commit d315ec2 into master Oct 27, 2016
@gavofyork gavofyork deleted the blockchain-cache-issue branch November 3, 2016 11:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants