Senthil Nathan N

Results 35 issues of Senthil Nathan N

As we have some limits on the query response size, it is also advisable to have a limit on the key and value length. The response size limit must be...

For a range query, currently, all the following three parameters are required 1. startkey 2. endkey 3. limit If start key is ignored, we can consider it as an empty...

We have ACL on the user credentials too. Hence, not every one can get the certificate of a given user. Hence, we need to expose a REST API method to...

privacy

as per comment made by @tock-ibm https://github.com/hyperledger-labs/orion-server/pull/363#discussion_r850142136

There are three ways to perform a shutdown: 1. Just kill the main program abruptly which would kill all goroutines as well. 2. Finish all the pending transactions, blocks before...

When the requested data or user does not exist, we return an empty response. Instead, we should return `not-found` response message. We cannot use `404` because it would cause confusion...

bug

We need to control the total amount of memory used by the query executor to avoid OOM error. As each query collects keys and also values, the amount of memory...

query support

We need to have a limit on the size of the response generated as a result of executing a complex query

query support