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
What happened: When I tried to compile the client on a 32-bit operating system, I encountered an integer overflow error. Is there a plan to support running on a 32-bit system?
What you expected to happen: "I hope to be able to use this excellent software on a 32-bit system."
How to reproduce it (as minimally and precisely as possible): To reproduce the issue, simply perform the compilation operation on a 32-bit Windows 10 system.
Anything else we need to know?
It appears that the error is occurring in the "consistenthash" and "tikv" dependencies referenced in the project. Environment:
JuiceFS version (use juicefs --version) or Hadoop Java SDK version: main
Cloud provider or hardware configuration running JuiceFS: Deploy it myself.
OS (e.g cat /etc/os-release): windows10 32-bit
Kernel (e.g. uname -a):
Object storage (cloud provider and region, or self maintained):
Metadata engine info (version, cloud provider managed or self maintained):
Network connectivity (JuiceFS to metadata engine, JuiceFS to object storage):
Others:
The text was updated successfully, but these errors were encountered:
What happened: When I tried to compile the client on a 32-bit operating system, I encountered an integer overflow error. Is there a plan to support running on a 32-bit system?
What you expected to happen: "I hope to be able to use this excellent software on a 32-bit system."
How to reproduce it (as minimally and precisely as possible): To reproduce the issue, simply perform the compilation operation on a 32-bit Windows 10 system.
Anything else we need to know?
It appears that the error is occurring in the "consistenthash" and "tikv" dependencies referenced in the project.
Environment:
JuiceFS version (use
juicefs --version
) or Hadoop Java SDK version: mainCloud provider or hardware configuration running JuiceFS: Deploy it myself.
OS (e.g
cat /etc/os-release
): windows10 32-bitKernel (e.g.
uname -a
):Object storage (cloud provider and region, or self maintained):
Metadata engine info (version, cloud provider managed or self maintained):
Network connectivity (JuiceFS to metadata engine, JuiceFS to object storage):
Others:
The text was updated successfully, but these errors were encountered: