Commit 01ba3c1
Revert "build: don't add nonexistent directory 'lib' to relocatable packages"
This reverts commit 82e3d0c.
the "lib" directory is not empty, and it collects all the runtime dependencies
for running the java-based nodetool. without them, we'd run into test failures
when testing dtests using the java-based nodetool:
```
> raise ToolError(cmd_args, rc, out, err)
E ccmlib.node.ToolError: Subprocess ['stress', 'write', 'n=50K', '-rate', 'threads=4', '-node', '127.0.96.1'] exited with non-zero status; exit status: 1;
E stderr: Exception in thread "main" java.lang.NoClassDefFoundError: io/netty/util/concurrent/FastThreadLocal
E at org.apache.cassandra.stress.Stress.main(Stress.java:59)
E Caused by: java.lang.ClassNotFoundException: io.netty.util.concurrent.FastThreadLocal
E at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
E at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
E at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
E ... 1 more
```
Closes: #3971 parent 76a2682 commit 01ba3c1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments