acelyc111 opened a new issue #894:
URL: https://github.com/apache/incubator-pegasus/issues/894
## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
Using cmake 3.22.1 to build Pegasus, file name in log is incorrectly
produced as 'compiler_depend.ts'
```
D2022-01-25 13:57:53.521 (1643090273521305878 2cff) unknown.io-thrd.11519:
compiler_depend.ts:466:run(): process(11519) start: 1643090273510, date:
2022-01-25 13:57:53.510
D2022-01-25 13:57:53.527 (1643090273527174447 2cff) unknown.io-thrd.11519:
compiler_depend.ts:122:ipv4_from_network_interface(): get ip address from
network interface(eth0), addr(172.17.0.18), input interface("")
D2022-01-25 13:57:53.527 (1643090273527188517 2cff) unknown.io-thrd.11519:
compiler_depend.ts:481:start(): [replica] network client started at port 3,
channel = RPC_CHANNEL_TCP, fmt = NET_HDR_DSN ...
D2022-01-25 13:57:53.527 (1643090273527382792 2cff) unknown.io-thrd.11519:
compiler_depend.ts:122:ipv4_from_network_interface(): get ip address from
network interface(eth0), addr(172.17.0.18), input interface("")
D2022-01-25 13:57:53.527 (1643090273527507816 2cff) unknown.io-thrd.11519:
compiler_depend.ts:481:start(): [replica] network client started at port 3,
channel = RPC_CHANNEL_UDP, fmt = NET_HDR_DSN ...
D2022-01-25 13:57:53.527 (1643090273527571287 2cff) unknown.io-thrd.11519:
compiler_depend.ts:122:ipv4_from_network_interface(): get ip address from
network interface(eth0), addr(172.17.0.18), input interface("")
D2022-01-25 13:57:53.527 (1643090273527574518 2cff) unknown.io-thrd.11519:
compiler_depend.ts:481:start(): [replica] network client started at port 3,
channel = RPC_CHANNEL_TCP, fmt = NET_HDR_HTTP ...
D2022-01-25 13:57:53.527 (1643090273527636049 2cff) unknown.io-thrd.11519:
compiler_depend.ts:122:ipv4_from_network_interface(): get ip address from
network interface(eth0), addr(172.17.0.18), input interface("")
D2022-01-25 13:57:53.527 (1643090273527718361 2cff) unknown.io-thrd.11519:
compiler_depend.ts:481:start(): [replica] network client started at port 3,
channel = RPC_CHANNEL_UDP, fmt = NET_HDR_HTTP ...
D2022-01-25 13:57:53.527 (1643090273527833455 2cff) unknown.io-thrd.11519:
compiler_depend.ts:122:ipv4_from_network_interface(): get ip address from
network interface(eth0), addr(172.17.0.18), input interface("")
```
2. What did you expect to see?
Should use the real file names.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]