ooibc88 / blockbench

BLOCKBENCH: A Framework for Analyzing Private Blockchains. Blockbench contains workloads for measuring the data processing performance, and workloads for understanding the performance of different layers of Blockchain systems.
https://www.comp.nus.edu.sg/~dbsystem/fabricsharp/#/blockbench
Apache License 2.0
391 stars 174 forks source link

Client Driver polls block in Hyperledger is alway 0 #60

Closed warriors-maker closed 5 years ago

warriors-maker commented 5 years ago

Hi,

Our team is trying to use blockbench to test Hyperledger.

However, as we run the test, the client logs always outputs that polled block is always 0 tx.

Screen Shot 2019-04-27 at 9 32 22 PM

We also try to look into the peers (Hyperledger) logs, and it is processing correctly by outputing: 0m Successfully submitted invoke transaction with different txid ...

Can anyone help us? Best, Steven

haochenpan commented 5 years ago

HI Steven,

Could you go to Blockbench/Benchmark/Hyperledger folder and check the file permission?

Try do: sudo chmod o+rw data/ if there is a permission issue

Best, Roger

SpiceOwlf commented 5 years ago

Did you solve it? I faced the same problem. Please PM me, I really need bits of help.

warriors-maker commented 5 years ago

Oh! Actually, when I type in ls -l, I find out that the owner of the data folder is root instead of my instance name.

Thank you for your help.

Best, Steven Wu

haochenpan commented 5 years ago

You are welcome.

Best, Roger