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

Reassign delay docs #883

Merged
merged 1 commit into from Nov 29, 2016
Merged

Reassign delay docs #883

merged 1 commit into from Nov 29, 2016

Conversation

rhsimplex
Copy link
Contributor

small update to documentation, resolves #857

@codecov-io
Copy link

codecov-io commented Nov 29, 2016

Current coverage is 96.72% (diff: 100%)

Merging #883 into master will not change coverage

@@             master       #883   diff @@
==========================================
  Files            27         27          
  Lines          1708       1708          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1652       1652          
  Misses           56         56          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update 839035b...c1f04a5

@@ -175,3 +176,17 @@ export BIGCHAINDB_STATSD_RATE=0.01
```js
"statsd": {"host": "localhost", "port": 8125, "rate": 0.01}
```

** backlog_reassign_delay
Copy link
Contributor

Choose a reason for hiding this comment

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

This line should start with two hash symbols, i.e. ## backlog_reassign_delay


## backlog_reassign_delay

Specifies how long, in seconds, transactions can remain in the backlog before being reassigned. Long-waiting transactions must be reassigned because the assigned node may no longer be responsive. The default duration is 30 seconds.
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems the default recently got changed to 120 seconds. See:

https://github.com/bigchaindb/bigchaindb/blob/master/bigchaindb/__init__.py


**Default value (from a config file)**
```js
"backlog_reassign_delay": 30
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be changed to 120 as well.

@ttmc
Copy link
Contributor

ttmc commented Nov 29, 2016

👍

@rhsimplex rhsimplex merged commit 689446c into master Nov 29, 2016
@rhsimplex rhsimplex deleted the reassign-delay-docs branch November 29, 2016 12:56
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

Successfully merging this pull request may close these issues.

Document the "backlog_reassign_delay" configuration setting
3 participants