- 21 Jun, 2018 6 commits
-
-
Jason Yellick authored
Presently, if in the middle of a deliver request, the server will block indefinitely waiting for block creation or internal error before returning. This means that if the client requests blocks forever, then hangs up, the client resources, including the ledger iterator and the gRPC stack will not be released until a block is produced. Change-Id: Ie8d9069ed4ad4dca436e388bebc23012b83eb7e9 Signed-off-by:
Jason Yellick <jyellick@us.ibm.com>
-
Artem Barger authored
-
David Enyeart authored
-
Yacov Manevich authored
-
manish authored
This CR fixes a bug in couchdb version cache Change-Id: Iba6f5177dcedc2edf9541f4849384a73d9b51f2c Signed-off-by:
manish <manish.sethi@gmail.com>
-
Daisuke IIZUKA authored
At the master branch of fabric git repository, fix typo in docs/source/private_data_tutorial.rst and docs/source/couchdb_tutorial.rst: In private_data_tutorial.rst: "defintion" to "definition" In couchdb_tutorial.rst: "defintion" to "definition", "atrribute" to "attribute" and "prerequiste" to "prerequisite". Change-Id: I182d37ecfa058febce7299a32cf1f7801d626bc4 Signed-off-by:
Daisuke IIZUKA <daisuke.iizuka.ag@hitachi.com>
-
- 20 Jun, 2018 5 commits
-
-
David Enyeart authored
-
Gari Singh authored
-
Srinivasan Muralidharan authored
-
Chris Elder authored
The key for CouchDB documents cannot begin with an underscore. This change adds validation in simulation and commit to prevent the key from beginning with an underscore. Remove the ~metadata restriction. Documentation is updated to reflect the change. Change-Id: I7a0bb9e0af9e513a982806693e64d18fae226d2d Signed-off-by:
Chris Elder <chris.elder@us.ibm.com>
-
Jason Yellick authored
-
- 19 Jun, 2018 9 commits
-
-
pama-ibm authored
Channel name must be lowercase Added option to set peer env variables to inside the container. Change-Id: I7efe3ee42cb995c0e51ca2e082057b32bff91670 Signed-off-by:
pama-ibm <pama@ibm.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
-
joe-alewine authored
Bad link in 2nd paragraph. Also make formatting consistent. Change-Id: I3d30d331f01fc6f5f5048bf30b8d7cc5be0149e8 Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
joe-alewine authored
Change name of doc and make text refer to 1.2 Change-Id: I163e8bebc476434909bc05029f48044e0ff816c3 Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
Matthew Sykes authored
This was caused by several things. - The production code runs in a go routine and the test doesn't wait - The production code was recently changed to stop using the injected test function - The test was using an incorrect matcher Change-Id: Id861d57081ef3260e7faf15e59822c94291b793d Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Will Lahti authored
This CR enhances the logging for the eventhub to include the client IP addresses to help troubleshoot problematic client connections. It also cleans up some existing logging messages and removes some unhelpful log messages. Change-Id: I5521ceab521adcf70735a2988784925aa45a4dde Signed-off-by:
Will Lahti <wtlahti@us.ibm.com>
-
Christopher Ferris authored
-
Manish Sethi authored
-
- 18 Jun, 2018 20 commits
-
-
Kostas Christidis authored
This changeset prevents the orderer from processing broadcasted messages of type CONFIG or ORDERER_TRANSACTION. Change-Id: I2a5ccb9d8dacef8e8eb25e912c6bd3178b98a48a Signed-off-by:
Kostas Christidis <kostas@christidis.io>
-
joe-alewine authored
Relative links broken in two docs. Change-Id: I77a5151bf334dce70929d78e2340e2c30aa75ce5 Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
Matthew Sykes authored
Change-Id: Id960c7508e6fa3460f0cfb24754734b2cf4cf4ae Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
Change-Id: I9b4f3e1f4f48a27d2940443ccfc27b5209eab9e5 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Jonathan Levi (HACERA) authored
-
Jason Yellick authored
-
Chris Elder authored
An error returned by CouchDB with a 500 error should return the CouchDB error instead of the golang return code. Change-Id: I7ecd085fbc2f87baae20db7c216419a373cdf47b Signed-off-by:
Chris Elder <chris.elder@us.ibm.com>
-
David Enyeart authored
-
Artem Barger authored
-
Artem Barger authored
-
Binh Nguyen authored
-
Binh Nguyen authored
-
Binh Nguyen authored
-
Binh Nguyen authored
-
David Enyeart authored
-
David Enyeart authored
-
David Enyeart authored
-
Artem Barger authored
While printing error message about failure of reading block, no need to repeat twice same message. Additionally this commit takes care to remove redundant error return parameter of the forEachTxn, since function never actually returned an error. Change-Id: Ia8b4b633eca2d44ec5410c673d14a1bcb978a93a Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
Artem Barger authored
-
Daisuke IIZUKA authored
Fix typo in examples/e2e_cli/end-to-end.rst: "successfuly" to "successfully" Change-Id: I16b7804ce14f644784e4663162701364136c664d Signed-off-by:
Daisuke IIZUKA <daisuke.iizuka.ag@hitachi.com>
-