reiabreu opened a new pull request, #8905:
URL: https://github.com/apache/storm/pull/8905

   ## Summary
   
   - Removes `STORM_WORKER_LIB_DIR` variable (pointed to `lib-worker/` which no 
longer exists in the 3.x distribution)
   - Removes the dead `client=True` branch in `get_classpath()` that added 
`lib-worker` to the worker classpath
   - Updates the comment on `STORM_COMMON_LIB_DIR` to accurately describe the 
current layout
   
   Since #8819, `lib-worker/` is absorbed into `lib-common/` by `dedup-libs.py` 
at build time and is never present in the final distribution. Workers already 
get everything they need via `lib-common`, which is unconditionally added to 
the classpath.
   
   No behavioural change: `get_wildcard_dir()` on a missing directory returns 
nothing, so the removed branch was a no-op.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to