You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's introduced by #4183. #4301 tried to fix it. Looks like it's ok now. But IMO the root cause is not located( because It's hard to reproduce this problem. Here is a build_succ.txt)
I think we should not make the lib common_io depends on these headers ${kvproto_SOURCE_DIR} ${tipb_SOURCE_DIR} ${Protobuf_INCLUDE_DIR} ${gRPC_INCLUDE_DIRS}.
It is because we include Functions/FunctionsDateTime.h in MyTime.cpp that cause this problem. Can we move the logic of AddSecondsImpl to somewhere in Common/xxx so that we can remove those headers from common_io and remove Functions/FunctionsDateTime.h from MyTime.cpp
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Sometimes we got the following compilation error. The full log is in build_failed.txt
It's introduced by #4183. #4301 tried to fix it. Looks like it's ok now. But IMO the root cause is not located( because It's hard to reproduce this problem. Here is a build_succ.txt)
2. What did you expect to see? (Required)
build success.
3. What did you see instead (Required)
fatal error: 'kvproto/mpp.pb.h' file not found
4. What is your TiFlash version? (Required)
master dfed057
The text was updated successfully, but these errors were encountered: