search for: zz01

Displaying 3 results from an estimated 3 matches for "zz01".

Did you mean: z01
2006 Sep 05
2
Bugs with partial name matching during partial replacement (PR#9202)
...t have partial matching, but it is not clear to me whether this applies only when the named column exists and not for new assignments. The first example: > D = data.frame(M=c(T,T,F,F,F,T,F,T,F,F,T,T,T),V=I(sprintf("ZZ%02d", 1:13)),ABCD=13:1) > D M V ABCD 1 TRUE ZZ01 13 2 TRUE ZZ02 12 3 FALSE ZZ03 11 4 FALSE ZZ04 10 5 FALSE ZZ05 9 6 TRUE ZZ06 8 7 FALSE ZZ07 7 8 TRUE ZZ08 6 9 FALSE ZZ09 5 10 FALSE ZZ10 4 11 TRUE ZZ11 3 12 TRUE ZZ12 2 13 TRUE ZZ13 1 > D$CBA[D$M] = D$V[D$M] > D M V ABCD CBA 1 T...
2006 Oct 16
1
Bugs with partial name matching during partial replacement (PR#9299)
...r to me whether this applies only when > the named column exists and not for new assignments. > > The first example: > > > D = data.frame(M=c(T,T,F,F,F,T,F,T,F,F,T,T,T),V=I(sprintf("ZZ%02d", > 1:13)),ABCD=13:1) > > D > M V ABCD > 1 TRUE ZZ01 13 > 2 TRUE ZZ02 12 > 3 FALSE ZZ03 11 > 4 FALSE ZZ04 10 > 5 FALSE ZZ05 9 > 6 TRUE ZZ06 8 > 7 FALSE ZZ07 7 > 8 TRUE ZZ08 6 > 9 FALSE ZZ09 5 > 10 FALSE ZZ10 4 > 11 TRUE ZZ11 3 > 12 TRUE ZZ12 2 > 13 TRUE ZZ13 1 >...
2018 Feb 26
0
rpc/glusterd-locks error
...48.511390] E [socket.c:2632:socket_poller] 0-socket.management: poll error on socket Additionally, all show connectivity to 2 of the three hosts (itself, and a second). None of the 3 show connectivity to the same host (xx01 show connectivity to itself and yy01, yy01 show connectivity to itself and zz01, zz01 shows itself and xx01). However, xx02 hosts (non-volume participating, same cluster) show volume info as being fine, and all xx01 hosts participating in volume. In our dev environment, had to stop the volume, and restart glusterd on all hosts, however for prod, that would mean a system wide...