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

too many SQL variables - transport endpoint is not connected when too many tag values exist #270

Open
Clindbergh opened this issue Apr 22, 2023 · 0 comments

Comments

@Clindbergh
Copy link

Working on TMSU 0.7.5 (when will a new release be made? There is already new code on top of it)

When there are many values of a tag listing the values in a mounted filesystem fails.

To reporduce, run this bash commands:

mkdir test
cd test
for i in {1..2000}; do echo "$i" > $i; tmsu tag $i "original-name=$i"; done;
mkdir mp
tmsu vfs --verbose mp

Try to list the values in another terminal:

cd mp/tags/original-name
ls
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

No branches or pull requests

1 participant