mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #2394] Error marker_xp->nodesetval is empty #1177
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sherpaurgen on GitHub (Jan 1, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2394
Version of s3fs being used (
s3fs --version)s3fs version 1.91
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Fuse v2.9.9-3
Kernel information (
uname -r)5.4.0-125-generic
GNU/Linux Distribution, if applicable (
cat /etc/os-release)(ubuntu 20.04.4)
How to run s3fs, if applicable , cat /etc/fstab . Modified parts below
s3fs syslog messages
Details about issue
For some reason the s3fs gets un-mounted and nothing is logged in syslog/dmesg or in journalctl, Therefore i have enabled logging in fstab mount option.
What could be the reason for the ERROR message
s3fs_xml.cpp:get_base_exp(110): marker_xp->nodesetval is empty.?There are entries in logs that says "could not reserve diskspace for prefetch download" but the use_cache is default/disabled.
https://manpages.ubuntu.com/manpages/focal/man1/s3fs.1.html
@tanguofu commented on GitHub (Jan 19, 2024):
same question
@ggtakec commented on GitHub (Feb 12, 2024):
Your problem seems unrelated to the error message
s3fs_xml.cpp:get_base_exp(110): marker_xp->nodesetval is empty..Actually, this message shouldn't be at ERR level, so I think I'll create a new PR.
I think this message was confusing and confused you.
The problem with this issue seems to be the
could not reserve disk space for pre-fetch downloaderror message that you also noticed.To read files, s3fs stores downloaded objects as temporary files on the local disk.
I get an error saying there isn't enough space for this.
Note that the
use_cacheoption keeps and caches this temporary file for a certain period of time. This does not mean that this temporary file is not created. So you need free space for download.