Uh oh!
There was an error while loading. Please reload this page.
HBASE-22138 Undo our direct dependence on protos in google.protobuf.A… - #5411
Conversation
Apache-HBase
commented
Sep 19, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 19, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 19, 2023
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Sep 19, 2023
Ah, the Although the two methods are not very hard to implement by our own, let me also relocate the proto files in HBASE-28096 and try again to see if we can rely on the relocated proto files. If not, will try to copy these two methods to our code bases too to fix the problem. Thanks. |
Apache-HBase
commented
Sep 19, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 19, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 19, 2023
🎊 +1 overall
This message was automatically generated. |
Apache9
commented
Sep 20, 2023
Ah, an error prone error... Let me check what is the root cause, maybe the problem is we upgrade the error prone annotation version in hbase-thirdparty. |
Apache9
commented
Sep 20, 2023
OK, I think the problem is I removed the exclusion for CanIgnoreReturnValue in protobuf so error prone is working now... It is excluded in HBASE-18666, because we found a lot of error prone problems in HBASE-18656 which causes build to fail... Anyway, we have done a bunch of error prone cleanup now, I think it is time to remove these exclusions and get all the checks back. @saintstack FYI. |
Apache9
commented
Sep 20, 2023
Oh, it is not related to the exclusive, there is no CanIgnoreReturnValue annotation for protobuf 3.21.x, it is introduced in 3.22.x, so we will hit this error. Let me open an issue to fix the problem. |
Apache-HBase
commented
Sep 30, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 30, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 30, 2023
💔 -1 overall
This message was automatically generated. |
…ny in Procedure.proto Also bump the hbase thirdparty dependency to 4.1.5
Apache-HBase
commented
Oct 6, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 6, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 6, 2023
🎊 +1 overall
This message was automatically generated. |
…ny in Procedure.proto (#5411) Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar The generated protobuf messages are OK since we do not need to change any non generated java code Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit eb24001)
…ny in Procedure.proto (#5411) Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar The generated protobuf messages are OK since we do not need to change any non generated java code Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit eb24001)
…ny in Procedure.proto (#5411) Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar The generated protobuf messages are OK since we do not need to change any non generated java code Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit eb24001)
…ny in Procedure.proto (#5411) Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar The generated protobuf messages are OK since we do not need to change any non generated java code Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit eb24001)
…ny in Procedure.proto (apache#5411) Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar The generated protobuf messages are OK since we do not need to change any non generated java code Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org>
… google.protobuf.Any in Procedure.proto (apache#5411) Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar The generated protobuf messages are OK since we do not need to change any non generated java code Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit eb24001)
… google.protobuf.Any in Procedure.proto (apache#5411) Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar The generated protobuf messages are OK since we do not need to change any non generated java code Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit eb24001)
…ny in Procedure.proto (apache#5411) Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar The generated protobuf messages are OK since we do not need to change any non generated java code Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit eb24001) Change-Id: If058beda9d6521dd43220d8aac9bcf75cb05563a
…ny in Procedure.proto