galaxy-sdk-python icon indicating copy to clipboard operation
galaxy-sdk-python copied to clipboard

sds example run failed

Open zhangge3992513 opened this issue 4 years ago • 0 comments

Traceback (most recent call last):
  File "sdsdemo.py", line 90, in <module>
    table_client.put(put)
  File "/usr/local/lib/python2.7/site-packages/sds/client/clientfactory.py", line 91, in __call_with_retries
    return getattr(self.client, item)(*args)
  File "/usr/local/lib/python2.7/site-packages/sds/client/clientfactory.py", line 131, in __call_with_new_client
    return getattr(client, item)(*args)
  File "/usr/local/lib/python2.7/site-packages/sds/table/TableService.py", line 163, in put
    return self.recv_put()
  File "/usr/local/lib/python2.7/site-packages/sds/table/TableService.py", line 187, in recv_put
    raise result.se
sds.errors.ttypes.ServiceException: ServiceException(errorCode=25, callId='394o8p31', errorMessage='The operation exceed the throughput, cluster=tjwqsrv-galaxy98, taskId=21', details='put operation exceed the throughput, table attributes: {noteId=1, category=2, title=3, mtime=4, userId=5, version=6, content=7}, table indexes: {mtime_index=1, category_index=2}', requestId='a558d907')

zhangge3992513 avatar Dec 30 '20 10:12 zhangge3992513