Download speed issue

Hi @ all,

today i upgraded my server to pro 7.0.3 and after some ajustments it’s almost working again.
BUT: The download speed i the client want’s to sync a file is about 30-40kb/s which is far too slow.
Same issue, if you want to download from the web gui.

First i thought, my server has a general issue somewhere in the network stack or firewall, but if i download a test file everything is fine and the download speed is about 100Mbps. This issue addresses the seafile server only…

Is there any throttling which can be configured?

Edit: Status -> solved
After running sudo pip install --upgrade cryptography and restarting the seafile (+seahub) services, everything went fine again :slight_smile:

Edit #2: problem is still there, it seems to be sporadically…

Seahub_email_sender.log:
/…inst_folder_…/seafile-pro-server-7.0.6/seahub/thirdpart/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
/…inst_folder_…/seafile-pro-server-7.0.6/seahub/thirdpart/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
[INFO]2019-07-28 19:40:41 PID 795: Acquiring lock for sending queued emails at /tmp/post_office.lock
[INFO]2019-07-28 19:40:41 PID 795: Started sending 0 emails with 1 processes.
[INFO]2019-07-28 19:40:41 PID 795: 0 emails attempted, 0 sent, 0 failed

index.log
07/28/2019 19:50:41 [INFO] root:208 main: storage: using filesystem storage backend
07/28/2019 19:50:41 [INFO] root:210 main: index office pdf: True
07/28/2019 19:50:41 [ERROR] seafes:158 start_index_local: Index process init error: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f5263a70150>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f5263a70150>: Failed to establish a new connection: [Errno 111] Connection refused).

Greetz

Marook

2 Likes

Do you know which version do you had before?

Damn, just deleted all logs :confused: sorry, don’t know the old version number…

Don’t worry, that’s strange. I found that:

seafile-server-7.0.4/seahub/thirdpart/requests-2.20.1-py2.7.egg/requests/__init__.py:    if cryptography_version < [1, 3, 4]:
seafile-server-7.0.4/seahub/thirdpart/requests-2.20.1-py2.7.egg/requests/__init__.py:        warning = 'Old version of cryptography ({}) may cause slowdown.'.format(cryptography_version)
seafile-server-7.0.4/seahub/thirdpart/requests-2.20.1-py2.7.egg/requests/__init__.py:    # Check cryptography version

My version is 2.1.4

This is really ridiculous! I am a pro user and there is no way to get professional support here…

You realize that this is the forum? If you want support from the developers/a support partner, then I invite you to use the pertinent channel.

Apart from that, I am sorry that you encounter these problems.

1 Like

which version of cryptography do you use? When you have download issues, try to catch the logfiles. Sporadically errors during download are difficult to catch, moreover if there are more services on the server.