You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@garye The protos seem to indicate that an instance will get a default cluster created if nothing is specified, but:
raceback (mostrecentcalllast):
File"/home/tseaver/projects/agendaless/Google/src/gcloud-python/system_tests/bigtable.py", line98, insetUpModulecreated_op=Config.INSTANCE.create()
File"/home/tseaver/projects/agendaless/Google/src/gcloud-python/gcloud/bigtable/instance.py", line362, increaterequest_pb, self._client.timeout_seconds)
File"/home/tseaver/projects/agendaless/Google/src/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/grpc/beta/_client_adaptations.py", line300, in__call__self._request_serializer, self._response_deserializer)
File"/home/tseaver/projects/agendaless/Google/src/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/grpc/beta/_client_adaptations.py", line198, in_blocking_unary_unaryraise_abortion_error(rpc_error_call)
grpc.framework.interfaces.face.face.AbortionError: AbortionError(code=StatusCode.INVALID_ARGUMENT, details="Error in field 'clusters' : Need to have at least one cluster map element in CreateInstanceRequest.")
The text was updated successfully, but these errors were encountered:
@garye The protos seem to indicate that an instance will get a default cluster created if nothing is specified, but:
The text was updated successfully, but these errors were encountered: