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

UI is unresponsive while synchronizing DAO state #2415

Closed
devinbileck opened this issue Feb 12, 2019 · 8 comments
Closed

UI is unresponsive while synchronizing DAO state #2415

devinbileck opened this issue Feb 12, 2019 · 8 comments
Assignees
Labels

Comments

@devinbileck
Copy link
Member

On Windows 10 I launched a new instance on testnet (new data dir) and the UI was not responding for a few minutes while synchronizing the DAO state with the following messages in the log:
Feb-12 13:57:44.949 [JavaFX Application Thread] INFO b.c.d.s.DaoStateService: New Block added at blockHeight 1456012

image

bisq.log

@ripcurlx
Copy link
Contributor

@devinbileck Did you run it from current master?

@ripcurlx
Copy link
Contributor

In general I've also the feeling that we might need to distribute the block parsing over a longer period of time to prevent these UI freezes.

@devinbileck
Copy link
Member Author

@ripcurlx yes, from master.

@ManfredKarrer
Copy link
Contributor

@devinbileck Are you able to reproduce that with dao-betanet?

@ManfredKarrer
Copy link
Contributor

I could not reproduce it with lite or full node version. Full node requires about 300 ms for getting the block from bitcoind, so sync can take a bit but no blocking UI.

@devinbileck
Copy link
Member Author

@ManfredKarrer I am not able to reproduce on dao betanet (lite node), but am able to reproduce on dao testnet. I suspect because there are not too many blocks on betanet right now to parse, and may encounter it over time.

@ManfredKarrer
Copy link
Contributor

As lite node or full node?

@devinbileck
Copy link
Member Author

lite node

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

No branches or pull requests

3 participants