as im using local:/// filesystem for access amazon cloud (via unionFS), it 
has been working well, untill i think timeout occur some time and fs crash.
i think this is timeout issue, im not sure. but i get this often when try 
read big files like over 3gig. any tips??


2017-02-28 20:22:27.923 25763:MainThread 
s3ql.daemonize.detach_process_context: Daemonizing, new PID is 25764
2017-02-28 20:28:15.855 25764:fuse-worker-21 llfuse.(unknown function): 
handler raised <class 'OSError'> exception ([Errno 14] Bad address), 
terminating main loop.
2017-02-28 20:28:29.303 25764:fuse-worker-19 llfuse.(unknown function): 
Only one exception can be re-raised in `llfuse.main`, the following 
exception will be lost
Traceback (most recent call last):
  File "/root/s3ql/s3ql-2.21/src/s3ql/block_cache.py", line 744, in 
_get_entry
    el = self.cache[(inode, blockno)]
KeyError: (7616, 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "src/handlers.pxi", line 322, in llfuse.fuse_read 
(src/llfuse.c:14852)
  File "src/handlers.pxi", line 323, in llfuse.fuse_read 
(src/llfuse.c:14801)
  File "/root/s3ql/s3ql-2.21/src/s3ql/fs.py", line 1043, in read
    tmp = self._readwrite(fh, offset, length=length)
  File "/root/s3ql/s3ql-2.21/src/s3ql/fs.py", line 1120, in _readwrite
    with self.cache.get(id_, blockno) as fh:
  File "/usr/lib/python3.5/contextlib.py", line 59, in __enter__
    return next(self.gen)
  File "/root/s3ql/s3ql-2.21/src/s3ql/block_cache.py", line 722, in get
    el = self._get_entry(inode, blockno)
  File "/root/s3ql/s3ql-2.21/src/s3ql/block_cache.py", line 779, in 
_get_entry
    backend.perform_read(do_read, 's3ql_data_%d' % obj_id)
  File "/root/s3ql/s3ql-2.21/src/s3ql/backends/common.py", line 108, in 
wrapped
    return method(*a, **kw)
  File "/root/s3ql/s3ql-2.21/src/s3ql/backends/common.py", line 317, in 
perform_read
    fh = self.open_read(key)
  File "/root/s3ql/s3ql-2.21/src/s3ql/backends/comprenc.py", line 149, in 
open_read
    fh = self.backend.open_read(key)
  File "/root/s3ql/s3ql-2.21/src/s3ql/backends/local.py", line 80, in 
open_read
    fh.metadata = _read_meta(fh)
  File "/root/s3ql/s3ql-2.21/src/s3ql/backends/local.py", line 242, in 
_read_meta
    buf = fh.read(9)
OSError: [Errno 14] Bad address
^C

-- 
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