ndimiduk commented on pull request #3924: URL: https://github.com/apache/hbase/pull/3924#issuecomment-992675731
> What I mean is that, we used to change the protobuf files a lot in the past and IIRC we haven't seen any problems on the pre commit build. > > So I want to know, in which PR you see a broken pre commit result because of the problem the described here? It seems that we do not run 'mvn install' first then the build will be broken? @Apache9 This same PR is where the problem was seen. See the results of the first CI checks for full details. The exact error I extracted from the build log and posted in [this comment](https://github.com/apache/hbase/pull/3924#issuecomment-987186369), > [ERROR] Failed to execute goal on project hbase-protocol-shaded: Could not resolve dependencies for project org.apache.hbase:hbase-protocol-shaded:jar:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.apache.hbase:hbase-annotations:jar:tests:3.0.0-alpha-2-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) One difference between this and previous changes to protobuf files may be that this PR is changing the _test_ protobuf files, not the _main_ ones. -- 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]
