Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erd does not see a new directory #185

Closed
armenic opened this issue May 28, 2023 · 5 comments · Fixed by #187
Closed

erd does not see a new directory #185

armenic opened this issue May 28, 2023 · 5 comments · Fixed by #187

Comments

@armenic
Copy link

armenic commented May 28, 2023

I created a new directory (test-erd) and erd does not see it, meanwhile the directory exist and ls, tree show it.

$ ls
00-work  CachedExtensions      logs        oak_log     test-erd
bin      CachedExtensionVSIXs  lynx_cache  output.txt  User
builder  help.txt              Machine     R
manukyae@rstudio-validated-deployment-manukyae-3d80tj-5f9dfb7fb7-k5ngm Sun May 28 14:10:49 
(base) ~
$ tree -L 1
.
├── 00-work
├── bin
├── builder
├── CachedExtensions
├── CachedExtensionVSIXs
├── help.txt
├── logs
├── lynx_cache
├── Machine
├── oak_log
├── output.txt
├── R
├── test-erd
└── User

12 directories, 2 files
manukyae@rstudio-validated-deployment-manukyae-3d80tj-5f9dfb7fb7-k5ngm Sun May 28 14:10:54 
(base) ~
$ erd -L 1
    12800 B ┌─ help.txt
   147968 B ├─ output.txt
   304640 B ├─ User
  1344512 B ├─ CachedExtensions
  4621312 B ├─ CachedExtensionVSIXs
 10156032 B ├─ lynx_cache
 32332288 B ├─ oak_log
149100544 B ├─ 00-work
198020096 B manukyae

225 directories, 2030 files
@armenic
Copy link
Author

armenic commented May 28, 2023

After about five minutes now it shows, complete mystery :)

$ erd -L 1
      512 B ┌─ test-erd
    12800 B ├─ help.txt
   147968 B ├─ output.txt
   304640 B ├─ User
  1344512 B ├─ CachedExtensions
  4621312 B ├─ CachedExtensionVSIXs
 10156032 B ├─ lynx_cache
 32332288 B ├─ oak_log
149100544 B ├─ 00-work
198020608 B manukyae

@solidiquis
Copy link
Owner

Interesting. The time it worked, did you put anything in the directory?

@armenic
Copy link
Author

armenic commented May 28, 2023

Interesting. The time it worked, did you put anything in the directory?

I did, but the resolution was not immediate. After creating a file in the directory the erd was still not showing the directory. Then after the mentioned time it appeared.

Something to give you an idea. We are using AWS S3 + FSx for lustre file system.

@solidiquis
Copy link
Owner

Thanks @armenic I believe I know what the issue is. I'll have a patched release out later today.

@solidiquis
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants