Re: Build issue on nifi-frontend goal package-web-ui

2024-10-11 Thread Matt Burgess
Mine's not hanging, just seems to have leftover processes running On Fri, Oct 11, 2024 at 5:00 PM Matt Gilman wrote: > Matt, > > Your build is hanging too? > > The daemon should be disabled when running a maven build following this > [1]. > > [1] https://github.com/apache/nifi/pull/8953 > > On F

Re: Build issue on nifi-frontend goal package-web-ui

2024-10-11 Thread Matt Gilman
Matt, Your build is hanging too? The daemon should be disabled when running a maven build following this [1]. [1] https://github.com/apache/nifi/pull/8953 On Fri, Oct 11, 2024 at 4:47 PM Matt Burgess wrote: > I'm seeing the same: > > 503 96990 1 0 11:13AM ?? 0:00.46 > /Users/mb

Re: Build issue on nifi-frontend goal package-web-ui

2024-10-11 Thread Matt Burgess
I'm seeing the same: 503 96990 1 0 11:13AM ?? 0:00.46 /Users/mburgess/.nvm/versions/node/v22.9.0/bin/node /Users/mburgess/git/nifi/nifi-frontend/src/main/frontend/node_modules/nx/src/daemon/server/start.js 503 96991 96990 0 11:13AM ?? 0:00.19 /Users/mburgess/.nvm/version

Re: Build issue on nifi-frontend goal package-web-ui

2024-10-11 Thread Robert Fellows
Mike, Maybe we should try to see if you can run just the ui build in isolation. I'd recommend jumping into the frontend directory "nifi/nifi-frontend" and running the maven command from there. On Fri, Oct 11, 2024 at 3:23 PM Matt Gilman wrote: > What happened when you ran the reset command (or m

Re: Build issue on nifi-frontend goal package-web-ui

2024-10-11 Thread Matt Gilman
What happened when you ran the reset command (or manually killed those) and rebuilt? On Fri, Oct 11, 2024 at 1:56 PM Mike Thomsen wrote: > Here's the ps: > > 501 70566 70565 0 1:51PM ?? 0:00.58 > > /Users/mikethomsen/workspace/nifi/nifi-frontend/target/frontend-working-directory/nod

Re: Build issue on nifi-frontend goal package-web-ui

2024-10-11 Thread Mike Thomsen
Here's the ps: 501 70566 70565 0 1:51PM ?? 0:00.58 /Users/mikethomsen/workspace/nifi/nifi-frontend/target/frontend-working-directory/node/node /Users/mikethomsen/workspace/nifi/nifi-frontend/target/frontend-working-directory/node_modules/nx/src/project-graph/plugins/isolation/plugin-w

Re: Build issue on nifi-frontend goal package-web-ui

2024-10-11 Thread Matt Gilman
Thanks for confirming. I haven't seen or heard of this hanging behavior before from myself, other devs, or our CI builds. I wonder if there's something running from a previous build that didn't complete gracefully. Can you do a process listing and grep for nx? So something like... ps -ef | grep n

Re: Build issue on nifi-frontend goal package-web-ui

2024-10-10 Thread Mike Thomsen
Matt, Yes, I think I built main about a week ago. Never seen it before. Yup, it's a hard blocker each time. mvn clean install -DskipTests=true I verified each node instance is dead w/ "killall -9 node" and "ps -ef | grep -i node" On Thu, Oct 10, 2024 at 4:40 PM Matt Gilman wrote: > Hey Mike,

Re: Build issue on nifi-frontend goal package-web-ui

2024-10-10 Thread Matt Gilman
Hey Mike, A couple questions... Have you been building regularly? Does it usually complete without issue? If you kill this one and try again, is this hanging repeatable? What maven command did you run? Is this a clean build with nothing in the target directories? The verbose flag is already set