NihalJain commented on PR #1745:
URL: https://github.com/apache/phoenix/pull/1745#issuecomment-1875472586

   > I have tested this now, but the shading time difference is seems to be 
minimal. On my machine it takes ~3:20 with the shaded sources, and ~3:05 
without them.
   
   In our internal jenkins, which is based on branch-5.1, the difference is 
substantial. Maybe because we download all jars for every build and also 
possibly our local artifactory + VPN is not as fast, so downloading the source 
jars take almost 33% of build time.
   
   Without  `-PskipShadeSources -Dmaven.source.skip=true`
   ```
   .
   .
   [INFO] Phoenix Client ..................................... SUCCESS [22:40 
min]
   [INFO] Phoenix Client Embedded ............................ SUCCESS [08:56 
min]
   [INFO] Phoenix Server JAR ................................. SUCCESS [01:54 
min]
   [INFO] Phoenix Assembly ................................... SUCCESS [ 38.548 
s]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  36:06 min
   [INFO] Finished at: 2024-01-03T10:55:52Z
   [INFO] 
------------------------------------------------------------------------
   ```
   
   Vs 
   
   With  `-PskipShadeSources -Dmaven.source.skip=true`
   ```
   .
   .
   
   [INFO] Phoenix Client ..................................... SUCCESS [09:37 
min]
   [INFO] Phoenix Client Embedded ............................ SUCCESS [08:14 
min]
   [INFO] Phoenix Server JAR ................................. SUCCESS [01:49 
min]
   [INFO] Phoenix Assembly ................................... SUCCESS [ 38.593 
s]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  24:08 min
   [INFO] Finished at: 2024-01-03T11:29:24Z
   [INFO] 
------------------------------------------------------------------------
   ```
   
   
   > Also I have just merged phoenix-client-lite, you may want to update the 
patch to add same change there.
   
   Sure let me rebase and make appropriate changes, if any


-- 
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: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to