Skip to content

bigtable getRows sometimes causes 'Transport Closed' error #2039

@SenthilKumartd

Description

@SenthilKumartd
table.getRows({ keys: rKs, filter: rangeFilter }).then((loadedRows) => {
  let result = [];
  //code follows...
})

Error details:

Error: {"created":"@1488456924.703000000","description":"Transport close
d","file":"..\src\core\ext\transport\chttp2\transport\chttp2_transport.c","file_
line":1072}

This error is shown not all the time, but keeping some time idle the browser and accessing getRows throw this error. I am not able get any help regarding this. Can you please help to resolve this error?

Metadata

Metadata

Assignees

Labels

api: bigtableIssues related to the Bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions