On Thu, Sep 21, 2000 at 11:48:42AM -0400, Stephan Koledin wrote:
> I am continually getting a ton of the following messages in my SrvLog. They
> occur identically on all servers (except for a different replica-id that
> matches the server) and seem to be created in pairs of two. There are a
> bunch of different objects(20-30), but they do seem to be the same ones
> recurring over and over.
>
> 11:34:23 ViceValidateAttrs: (1000002.e7.2c1) failed ()!
> 11:34:23 ViceValidateAttrs: (1000002.df.2bf) failed ()!
> 11:34:23 ViceValidateAttrs: (1000002.e3.2c0) failed ()!
> 11:34:23 ViceValidateAttrs: (1000002.e7.2c1) failed ()!
> 11:34:23 ViceValidateAttrs: (1000002.e3.2c0) failed ()!
> 11:34:23 ViceValidateAttrs: (1000002.e7.2c1) failed ()!
> 11:34:23 ViceValidateAttrs: (1000002.e7.2c1) failed ()!
>
> Is this a serious issue? More importantly, however, how can I fix/resolve
> it?
No, these messages are a result of disconnected clients that reconnect
and check whether their cached data is still uptodate. The recurring messages
are a result of a minor problem with the revalidation. A whole bunch of
fids (normally 50) are piggybacked on a regular GetAttr call. When the
object of the getattr fails all piggybacked validations are I believe checked,
but the results are ignored by the client. The next object which is checked is
given the same piggybacked fids.
Jan