SearcharxivSearch

arXiv subjects

Wang Dawei

Publications and source records attributed to Wang Dawei.

2 recordsLinked to original sources

Structural Design and Performance Analysis of Laser Transmitting Telescope for Space Gravitational Wave Detection

The spaceborne laser emission telescope is a core and critical component of the space gravitational wave detection system.Compared with ground-based telescopes, the on-orbit space environment is more complex and harsh, presenting higher technical challenges for the design of the optical system and structure - both optical design and structural design face considerable difficulties. To meet the requirements of space gravitational wave detection, this paper designs a laser emission telescope based on an off-axis four-mirror configuration, with a capture field of view of 300{\mu}rad, an optical transmission efficiency of 86.3%, and an optical path stability index of TTL<0.025 nm/{\mu}rad. During the design process, based on existing theories and engineering experience, the primary mirror thickness optimization and lightweight structural design were completed, and a flexible support scheme was adopted to achieve a primary mirror surface figure accuracy of 9.42 nm; the total mass of the entire telescope (excluding mirrors) is only 3.845 kg. Multi-dimensional finite element analysis was conducted on the telescope under actual working conditions: the strength of the telescope's support materials was verified under self-weight and 10G gravity loads; after removing the rigid body displacement of the mirrors using Zernike polynomials, the surface deformation of the primary mirror was controlled within 1/30 wavelength. In the thermal stability analysis, the structural deformation of the telescope under a temperature change of 100 degree celsius was simulated, and key indicators such as eccentricity and tilt between the mirrors all meet the optical design requirements. In the modal analysis, the first-order natural frequency of the telescope reaches 200 Hz under both self-weight and weightless conditions, demonstrating excellent dynamic stability.

astro-ph.IM

CrossTrace: Efficient Cross-Thread and Cross-Service Span Correlation in Distributed Tracing for Microservices

Distributed tracing has become an essential technique for debugging and troubleshooting modern microservice-based applications, enabling software engineers to detect performance bottlenecks, identify failures, and gain insights into system behavior. However, implementing distributed tracing in large-scale applications remains challenging due to the need for extensive instrumentation. To reduce this burden, zero-code instrumentation solutions, such as those based on eBPF, have emerged, allowing span data to be collected without modifying application code. Despite this promise, span correlation, the process of establishing causal relationships between spans, remains a critical challenge in zero-code approaches. Existing solutions often rely on thread affinity, compromise system security by requiring the kernel integrity mode to be disabled, or incur significant computational overhead due to complex inference algorithms. This paper presents CrossTrace, a practical and efficient distributed tracing solution designed to support the debugging of microservice applications without requiring source code modifications. CrossTrace employs a greedy algorithm to infer intra-service span relationships from delay patterns, eliminating reliance on thread identifiers. For inter-service correlation, CrossTrace embeds span identifiers into TCP packet headers via eBPF, enabling secure and efficient correlation compromising system security policies. Evaluation results show that CrossTrace can correlate thousands of spans within seconds with over 90% accuracy, making it suitable for production deployment and valuable for microservice observability and diagnosis.

cs.NI