You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BugA error that causes the feature to behave differently than what was expected based on design docsP0An issue impacting production environments or impacting multiple releases or multiple individuals.released
hgcaa.log:2024-12-28 20:41:21.547 WARN 388 DiskStartupNetworks - Failed to archive [genesis-network.json]
hgcaa.log:java.nio.file.FileSystemException: data/config/genesis-network.json -> data/config/.archive/genesis-network.json: Device or resource busy
hgcaa.log- at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100) ~[?:?]
hgcaa.log- at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?]
hgcaa.log- at java.base/sun.nio.fs.UnixFileSystem.move(UnixFileSystem.java:934) ~[?:?]
hgcaa.log- at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:309) ~[?:?]
hgcaa.log- at java.base/java.nio.file.Files.move(Files.java:1430) ~[?:?]
To Reproduce
use latest main branch of Solo.
deploy normally with the "task", e.g. hedera-services branch: 17171-override-weight-mgmt
CN will throw the error above
Additional Context
No response
The text was updated successfully, but these errors were encountered:
alex-kuzmin-hg
added
Bug
A error that causes the feature to behave differently than what was expected based on design docs
Pending Triage
New issue that needs to be triaged by the team
labels
Dec 29, 2024
Root cause:
the CN code tries to File.move() mounted resource: /dev/md0 on /opt/hgcapp/services-hedera/HapiApp2.0/data/config/genesis-network.json type ext4 (ro,relatime,stripe=256)
jeromy-cannon
added
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
and removed
Pending Triage
New issue that needs to be triaged by the team
labels
Dec 30, 2024
BugA error that causes the feature to behave differently than what was expected based on design docsP0An issue impacting production environments or impacting multiple releases or multiple individuals.released
Describe the bug
Solo-deployed CNode throws error:
hgcaa.log:2024-12-28 20:41:21.547 WARN 388 DiskStartupNetworks - Failed to archive [genesis-network.json]
hgcaa.log:java.nio.file.FileSystemException: data/config/genesis-network.json -> data/config/.archive/genesis-network.json: Device or resource busy
Describe the expected behavior
hgcaa.log:2024-12-28 20:41:21.547 WARN 388 DiskStartupNetworks - Failed to archive [genesis-network.json]
hgcaa.log:java.nio.file.FileSystemException: data/config/genesis-network.json -> data/config/.archive/genesis-network.json: Device or resource busy
hgcaa.log- at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100) ~[?:?]
hgcaa.log- at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?]
hgcaa.log- at java.base/sun.nio.fs.UnixFileSystem.move(UnixFileSystem.java:934) ~[?:?]
hgcaa.log- at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:309) ~[?:?]
hgcaa.log- at java.base/java.nio.file.Files.move(Files.java:1430) ~[?:?]
To Reproduce
use latest main branch of Solo.
deploy normally with the "task", e.g. hedera-services branch: 17171-override-weight-mgmt
CN will throw the error above
Additional Context
No response
The text was updated successfully, but these errors were encountered: