Filesystem is unmounting after several timeouts.  Any 
thoughts/suggestions?  Thanks in advance for your time. Here's an example 
in mount.log:


...
2016-07-08 04:43:25.506 29277:Metadata-Upload-Thread 
s3ql.backends.common.wrapped: Encountered ConnectionTimedOut exception 
(send/recv timeout exceeded), retrying call to Backend._copy_helper for the 
298-th time...
2016-07-08 04:48:35.581 29277:Metadata-Upload-Thread 
s3ql.backends.common.wrapped: Encountered ConnectionTimedOut exception 
(send/recv timeout exceeded), retrying call to Backend._copy_helper for the 
299-th time...
2016-07-08 04:53:45.660 29277:Metadata-Upload-Thread 
s3ql.backends.common.wrapped: Encountered ConnectionTimedOut exception 
(send/recv timeout exceeded), retrying call to Backend._copy_helper for the 
300-th time...
2016-07-08 04:58:55.736 29277:Metadata-Upload-Thread 
s3ql.backends.common.wrapped: Encountered ConnectionTimedOut exception 
(send/recv timeout exceeded), retrying call to Backend._copy_helper for the 
301-th time...
2016-07-08 05:04:05.831 29277:Metadata-Upload-Thread 
s3ql.backends.common.wrapped: Backend._copy_helper(*): Timeout exceeded, 
re-raising ConnectionTimedOut() exception
2016-07-08 05:04:05.833 29277:Metadata-Upload-Thread root.excepthook: 
Uncaught top-level exception:
Traceback (most recent call last):
  File "/usr/lib/s3ql/s3ql/mount.py", line 64, in run_with_except_hook
    run_old(*args, **kw)
  File "/usr/lib/s3ql/s3ql/mount.py", line 692, in run
    cycle_metadata(backend)
  File "/usr/lib/s3ql/s3ql/metadata.py", line 121, in cycle_metadata
    cycle_fn("s3ql_metadata_bak_%d" % i, "s3ql_metadata_bak_%d" % (i + 1))
  File "/usr/lib/s3ql/s3ql/backends/comprenc.py", line 291, in copy
    self._copy_or_rename(src, dest, rename=False, metadata=metadata)
  File "/usr/lib/s3ql/s3ql/backends/comprenc.py", line 325, in 
_copy_or_rename
    self.backend.copy(src, dest, metadata=meta_raw)
  File "/usr/lib/s3ql/s3ql/backends/swift.py", line 421, in copy
    self._copy_helper('PUT', '/%s%s' % (self.prefix, dest), headers)
  File "/usr/lib/s3ql/s3ql/backends/common.py", line 52, in wrapped
    return method(*a, **kw)
  File "/usr/lib/s3ql/s3ql/backends/swift.py", line 399, in _copy_helper
    self._do_request(method, path, headers=headers)
  File "/usr/lib/s3ql/s3ql/backends/swift.py", line 225, in _do_request
    resp = self._do_request_inner(method, path, body=body, headers=headers)
  File "/usr/lib/s3ql/s3ql/backends/swift.py", line 263, in 
_do_request_inner
    return self.conn.read_response()
  File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 708, in 
read_response
    return eval_coroutine(self.co_read_response(), self.timeout)
  File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 1397, in 
eval_coroutine
    raise ConnectionTimedOut()
dugong.ConnectionTimedOut: send/recv timeout exceeded
2016-07-08 05:06:20.602 29277:MainThread s3ql.mount.unmount: Unmounting 
file system...

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to