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

Lost Proc without error #15

Open
z21921 opened this issue Jul 25, 2017 · 1 comment
Open

Lost Proc without error #15

z21921 opened this issue Jul 25, 2017 · 1 comment

Comments

@z21921
Copy link

z21921 commented Jul 25, 2017

PTE commit 3c03c12
Fabric/CA/SDK 1.0-GA

Network: There are 4 peers in 2 orgs and 1 order in sole mode.
Testing:
I use constant mode to invoke
"constantOpt": {
"recHist": "HIST",
"constFreq": "0",
"devFreq": "0"
},

"nOrderer": "1",
"nPeer": "4",
"nOrg": "2",
"nPeerPerOrg": "2",
"nProc": "8",
"nRequest": "1000",
"runDur": "10000",
"TLS": "disabled",
"channelOpt": {
    "name": "mychannel1",
    "action":  "create",
    "orgName": [
        "org1",
        "org2"
    ]
},
"listOpt": {
    "org1": ["peer1","peer2"],
    "org2": ["peer1","peer2"]
},

Problems:
I will have 16 proc to send transaction to the network. But only get less than 16 result.

info: [PTE 0 main]: stdout: info: [PTE 0 exec]: [Nid:chan:org:id=0:mychannel1:org1:1 eventRegister] completed Rcvd(sent)=1000(1000) Invoke(Move) in 34494 ms, timestamp: start 1500960720702 end 1500960755196, #event timeout: 0

Two PTE log:
result3.txt
result4.txt

@dongmingh
Copy link
Owner

please use the latest commit which contains fix for this issue

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

No branches or pull requests

2 participants