Skip to content

Conversation

CodiePP
Copy link
Contributor

@CodiePP CodiePP commented Mar 20, 2020

Issue

Checklist

  • This PR contains all the work required to resolve the linked issue.

  • The work contained has sufficient documentation to describe what it does and how to do it.

  • The work has sufficient tests and/or testing.

  • I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.

  • I have added the appropriate labels to this PR.

@CodiePP CodiePP added maintenance Non-critical improvement or maintenance tasks. byron Required for a Byron mainnet: replace the old core nodes with cardano-node. priority medium issues/PRs that SHOULD be addressed. This should be done for the release, but acceptable if it doesn labels Mar 20, 2020
@CodiePP CodiePP added this to the S9 2020-03-26 milestone Mar 20, 2020
@CodiePP CodiePP self-assigned this Mar 20, 2020
@ArturWieczorek
Copy link
Contributor

Build and run node with:

git clone https://github.com/input-output-hk/cardano-node
cd cardano-node
nix-build -A scripts.staging.node -o staging-node-local
./staging-node-local

Looks like messages are being elided now:

[artur-de:cardano.node.BlockFetchDecision:Info:37] [2020-03-20 15:42:24.65 UTC] messages elided so far = 100
[artur-de:cardano.node.BlockFetchDecision:Info:37] [2020-03-20 15:42:24.78 UTC] messages elided so far = 200
[artur-de:cardano.node.BlockFetchDecision:Info:37] [2020-03-20 15:42:24.80 UTC] before next, messages elided = 221

CC: @CodiePP

@CodiePP CodiePP marked this pull request as ready for review March 20, 2020 16:19
@CodiePP CodiePP changed the title CAD-737 eliding BlockFetchDecision messages - TESTING CAD-737 eliding BlockFetchDecision messages Mar 20, 2020
@CodiePP
Copy link
Contributor Author

CodiePP commented Mar 20, 2020

bors r+

iohk-bors bot added a commit that referenced this pull request Mar 20, 2020
701: CAD-737 eliding BlockFetchDecision messages r=CodiePP a=CodiePP

Issue
-----------

- eliding messages `BlockFetchDecision` (issue #666 )

- This PR **does not result** in breaking changes to upstream dependencies.

Checklist
---------
- [x] This PR contains all the work required to resolve the linked issue.

- [ ] The work contained has sufficient documentation to describe what it does and how to do it.

- [ ] The work has sufficient tests and/or testing.

- [x] I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.

- [x] I have added the appropriate labels to this PR.


702: add selfnode environment r=oneEdoubleD a=disassembler

* removes no longer used genesis file/hash

Issue
-----------

-

- This PR **results**/**does not result** in breaking changes to upstream dependencies.

Checklist
---------
- [ ] This PR contains all the work required to resolve the linked issue.

- [ ] The work contained has sufficient documentation to describe what it does and how to do it.

- [ ] The work has sufficient tests and/or testing.

- [ ] I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.

- [ ] I have added the appropriate labels to this PR.


Co-authored-by: Alexander Diemand <[email protected]>
Co-authored-by: Samuel Leathers <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 20, 2020

This PR was included in a batch that was canceled, it will be automatically retried

iohk-bors bot added a commit that referenced this pull request Mar 20, 2020
701: CAD-737 eliding BlockFetchDecision messages r=CodiePP a=CodiePP

Issue
-----------

- eliding messages `BlockFetchDecision` (issue #666 )

- This PR **does not result** in breaking changes to upstream dependencies.

Checklist
---------
- [x] This PR contains all the work required to resolve the linked issue.

- [ ] The work contained has sufficient documentation to describe what it does and how to do it.

- [ ] The work has sufficient tests and/or testing.

- [x] I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.

- [x] I have added the appropriate labels to this PR.


702: add selfnode environment r=disassembler a=disassembler

* removes no longer used genesis file/hash

Issue
-----------

-

- This PR **results**/**does not result** in breaking changes to upstream dependencies.

Checklist
---------
- [ ] This PR contains all the work required to resolve the linked issue.

- [ ] The work contained has sufficient documentation to describe what it does and how to do it.

- [ ] The work has sufficient tests and/or testing.

- [ ] I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.

- [ ] I have added the appropriate labels to this PR.


Co-authored-by: Alexander Diemand <[email protected]>
Co-authored-by: Samuel Leathers <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 20, 2020

Build failed (retrying...)

iohk-bors bot added a commit that referenced this pull request Mar 20, 2020
701: CAD-737 eliding BlockFetchDecision messages r=CodiePP a=CodiePP

Issue
-----------

- eliding messages `BlockFetchDecision` (issue #666 )

- This PR **does not result** in breaking changes to upstream dependencies.

Checklist
---------
- [x] This PR contains all the work required to resolve the linked issue.

- [ ] The work contained has sufficient documentation to describe what it does and how to do it.

- [ ] The work has sufficient tests and/or testing.

- [x] I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.

- [x] I have added the appropriate labels to this PR.


Co-authored-by: Alexander Diemand <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 20, 2020

Build failed

@ArturWieczorek
Copy link
Contributor

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 23, 2020

@iohk-bors iohk-bors bot merged commit 1f05e41 into master Mar 23, 2020
@iohk-bors iohk-bors bot deleted the cad-737-eliding-fetch-decision-messages branch March 23, 2020 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

byron Required for a Byron mainnet: replace the old core nodes with cardano-node. maintenance Non-critical improvement or maintenance tasks. priority medium issues/PRs that SHOULD be addressed. This should be done for the release, but acceptable if it doesn

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CAD-737 Apply message eliding to BlockFetchDecision:Info "kind":"FetchDecision"

2 participants