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

Don't return deleted nodes that are not yet flushed #1908

Merged
merged 1 commit into from
Aug 10, 2016
Merged

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented Aug 10, 2016

No description provided.

@arkpar arkpar added the A0-pleasereview 🤓 Pull request needs code review. label Aug 10, 2016
@@ -330,29 +320,31 @@ impl Database {

let mut c = 0;
for column in overlay.iter_mut() {
Copy link
Contributor

Choose a reason for hiding this comment

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

side note: the enumerate iterator adaptor would be useful here.

@tomusdrw
Copy link
Collaborator

LGTM

@coveralls
Copy link

coveralls commented Aug 10, 2016

Coverage Status

Changes Unknown when pulling a3d2a66 on kvdb-delete into * on master*.

@coveralls
Copy link

coveralls commented Aug 10, 2016

Coverage Status

Coverage increased (+0.04%) to 86.36% when pulling a3d2a66 on kvdb-delete into 464516d on master.

@coveralls
Copy link

coveralls commented Aug 10, 2016

Coverage Status

Coverage increased (+0.03%) to 86.353% when pulling a3d2a66 on kvdb-delete into 464516d on master.

@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Aug 10, 2016
@gavofyork gavofyork merged commit 417b70f into master Aug 10, 2016
@gavofyork gavofyork deleted the kvdb-delete branch August 10, 2016 18:49
arkpar added a commit that referenced this pull request Aug 12, 2016
* RPC errors & logs (#1845)

* Refactoring errors in RPC

* Updating jsonrpc-core

* Fixing code_at

* Avoid mentioning obvious segments in proof

[ci:skip]

* fixed cache_manager lock order

* Purging .derefs, fixing clippy warnings. (#1890)

* Fixing clippy warnings

* Purging derefs

* Simplifying engine derefs

* Simplifying more engine derefs

* Adding more details to miner log

* fixed #1889, .DS_Store is no longer treated as key file (#1892)

* fixed #1889, .DS_Store is no longer treated as key file

* ethstore filters directories, hidden files and common system files

* fixed compiling

* fix regression with geth dir

* fix regression with geth dir

* Fix ipc compilation and add ipc feature to test targets (#1902)

* fix compilation and add it to the ci run

* no separator?

* use quotes and spaces

* RocksDB version bump

* Don't return deleted nodes that are not yet flushed (#1908)

* polling & connection timeouts (#1910)

* Peers RPC + UI displaying active/connected/max peers (#1915)

* Peers API

* Bumping Parity-UI

* Fixing tests

* Save nodes removed from backing_overlay until commit (#1917)
@arkpar arkpar added the A8-backport 🕸 Pull request is already reviewed well in another branch. label Sep 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-backport 🕸 Pull request is already reviewed well in another branch. A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants