search for: 108040

Displaying 4 results from an estimated 4 matches for "108040".

Did you mean: 10800
2018 Jan 23
2
Understanding client logs
...index 1 [2017-11-09 10:20:39.768738] I [afr.c:94:fix_quorum_options] 0-interbull-interbull-replicate-0: reindeer: incoming qtype = none [2017-11-09 10:20:39.768756] I [afr.c:116:fix_quorum_options] 0-interbull-interbull-replicate-0: reindeer: quorum_count = 0 [2017-11-09 10:20:39.768856] W [MSGID: 108040] [afr.c:315:afr_pending_xattrs_init] 0-interbull-interbull-replicate-0: Unable to fetch afr-pending-xattr option from volfile. Falling back to using client translat\ or names. [2017-11-09 10:20:39.769832] I [MSGID: 101190] [event-epoll.c:629:event_dispatch_epoll_worker] 0-epoll: Started thread with...
2018 Jan 23
0
Understanding client logs
...10:20:39.768738] I [afr.c:94:fix_quorum_options] > 0-interbull-interbull-replicate-0: reindeer: incoming qtype = none > [2017-11-09 10:20:39.768756] I [afr.c:116:fix_quorum_options] > 0-interbull-interbull-replicate-0: reindeer: quorum_count = 0 > [2017-11-09 10:20:39.768856] W [MSGID: 108040] > [afr.c:315:afr_pending_xattrs_init] 0-interbull-interbull-replicate-0: > Unable to fetch afr-pending-xattr option from volfile. Falling back to > using client translat\ > or names. > [2017-11-09 10:20:39.769832] I [MSGID: 101190] [event-epoll.c:629:event_dispatch_epoll_worker] &gt...
2014 Oct 14
2
[LLVMdev] [RFC] Less memory and greater maintainability for debug info IR
...--------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141013/b1da4b87/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: DebugInfoSize.pdf Type: application/pdf Size: 108040 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141013/b1da4b87/attachment.pdf>
2014 Oct 13
9
[LLVMdev] [RFC] Less memory and greater maintainability for debug info IR
In r219010, I merged integer and string fields into a single header field. By reducing the number of metadata operands used in debug info, this saved 2.2GB on an `llvm-lto` bootstrap. I've done some profiling of DW_TAGs to see what parts of PR17891 and PR17892 to tackle next, and I've concluded that they will be insufficient. Instead, I'd like to implement a more aggressive plan,