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
On Alpine 3.19+ running on aarch64 AWS EC2 Graviton instances, the C lib api, fallocate64, is no longer available. The Posix layer should invoke fallocate in this case.
Proposed fix in the JNRPosixAPI class would be to introduce a system property that allows fallocate to always be invoked:
Hi @splunk-chowiel many thanks for flagging this. We do review these issues but cannot assign them the same high priority as our commercial support channels. If this is something you would like to expedite please do get in touch here: https://chronicle.software/contact-us/
Hi @splunk-chowiel - thanks for offering to put the PR in place - before you go go ahead with that please take a look at our contributor agreement and return it to us - https://chronicle.software/contributor-agreement/. This way we can ensure the IP rights of any contributions made.
On Alpine 3.19+ running on aarch64 AWS EC2 Graviton instances, the C lib api,
fallocate64
, is no longer available. The Posix layer should invokefallocate
in this case.Proposed fix in the
JNRPosixAPI
class would be to introduce a system property that allowsfallocate
to always be invoked:The text was updated successfully, but these errors were encountered: