Scille / parsec-cloud

Open source Dropbox-like file sharing with full client encryption !
https://parsec.cloud
Other
270 stars 40 forks source link

[🐛 | Bug]: Renaming a file leaves the file with the old name in the mountpoint #7584

Open mmmarcos opened 5 months ago

mmmarcos commented 5 months ago

Parsec version tested on:

3.0.0-b.11

Platforms tested on:

Linux

Bug description:

Reported by Thierry:

  1. Select a file in GUI
  2. Rename the file to something else (i.e. prefix name with "ZZZZ") --> The file appears with the two names in the corresponding mountpoint. Only the renamed file can be open without error.

After logout and login, everything is working OK.

Relevant output:

No response

touilleMan commented 5 months ago

Questions:

tleblond commented 5 months ago

Answers :

tleblond commented 5 months ago

D'une façon plus gĂ©nĂ©rale, toute action commandĂ©e depuis la GUI sur ce gros directory (par exemple un filtrage des noms du dossier) met plusieurs secondes avant de produire le rĂ©sultat attendu. Cette latence est assez perturbante pour l'utilisateur qui pense qu'il ne se passe rien. Quand on fait la mĂȘme opĂ©ration Ă  partir de l'explorateur de fichiers (point de montage), il n'y a aucune latence. C'est un problĂšme de temps d'exĂ©cution au niveau de la GUI.


More generally, any action commanded from the GUI on this large directory (e.g. folder name filtering) takes several seconds to produce the expected result. This latency is quite disturbing for the user, who thinks that nothing is happening. When the same operation is performed from the file explorer (mount point), there is no latency. This is a GUI execution time problem.