Details
-
Sub-task
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
2.7.1
-
None
-
None
-
Incompatible change
Description
hadoop-project/pom.xml sets maven-surefire-plugin.argLine to include -Xmx4096m. Allocating that amount of memory requires a 64-bit JVM, but on platforms with both 32 and 64-bit JVMs surefire runs the 32 bit version by default and tests fail to start as a result. "-d64" should be added to the command-line arguments to ensure a 64-bit JVM is always used.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-8896 DataNode object isn't GCed when shutdown, because it has GC root in ShutdownHookManager
- Resolved