MonkeyCanCode commented on issue #1863: URL: https://github.com/apache/polaris/issues/1863#issuecomment-3094951169
@flyrain @dimas-b I also found this earlier as well and I reported it here: https://github.com/apache/polaris/issues/1976 I closed it as after some time (couple days/weeks) to begin the work on OSS again, I noticed this problem. I didn't know `gradlew stop` existed...but upon some debugging, I ended up using the following instructions instead: ```bash rm -rf ~/.gradle/caches && rm -rf ~/.gradle/daemon ``` -- 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]
