owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.4k stars 663 forks source link

Selective sync malfunction #5253

Closed moscicki closed 7 years ago

moscicki commented 8 years ago

Client version 2.2.4 on MacOSX 10.10.5

I have a folder called 2ARCHIVE.tmp.test excluded from sync (unchecked):

image

However all over sudden files in this folder were downloaded:

image

I looked at sqlite but the table was empty:

sqlite> select * from selectivesync;

I ticket and unticked that folder in selective sync and checked the table again:

sqlite> select * from selectivesync;
2ARCHIVE.tmp.test2/|1
ARCHIVE.tmp.test/|1
tmp/|1

The folder appeared (and other folders which were also removed from sync via selective sync).

The client deleted then 2ARCHIVE.tmp.test but this is not reported in activity log (normally it should be).

There is something fishy with selective sync and operation of this version of client in general.

$sqlite3 --version
3.8.5 2014-08-15 22:37:57 c8ade949d4a2eb3bba4702a4a0e17b405e9b6ace
guruz commented 8 years ago

@ogoffart What could have changed there?

guruz commented 8 years ago

@moscicki And you are sure this did not happen because of you playing with the SQL DB in the other issue? https://github.com/owncloud/client/issues/5248

moscicki commented 8 years ago

I did not use any update/delete statements (just reading with select). Would a mere fact to have sqlite session open impact writes from the cernbox process? I do not know for sure but I would not expect it.

ogoffart commented 8 years ago

Do you have logs or steps to reproduce?

ogoffart commented 8 years ago

It is very strange that the selectivesync entry gets lost. I don't see how this can happen. I'm afraid i cannot do anything if i cannot reproduce it.

ckamm commented 7 years ago

I'm pretty sure #5357 is the follow up ticket to this one, right @moscicki?