Files
doris/thirdparty/patches/compiler-rt.patch
morningman 19997510a6 merge to 9625ef157dd44c58802d63cb7547f037b75fd710 (#208)
1. Implement Backend http server using libevent instead of mongoose.
2. Remove Old Hypertable rpc framework, use brpc instead.
3. Change rpc from FE to BE to brpc.
4. Fs broker support HDFS HA.
5. add more metrics to monitor.
6. Lots of bug fixed.
2018-07-17 09:20:30 +08:00

12 lines
391 B
Diff

--- lib/sanitizer_common/sanitizer_platform_limits_posix.h
+++ lib/sanitizer_common/sanitizer_platform_limits_posix.h
@@ -507,7 +507,7 @@ namespace __sanitizer {
typedef long long __sanitizer___kernel_loff_t;
typedef struct {
- unsigned long fds_bits[1024 / (8 * sizeof(long))];
+ unsigned long fds_bits[51200 / (8 * sizeof(long))];
} __sanitizer___kernel_fd_set;
#endif