10035(0x80072733) LLT NODE1 Timer was not called for quite sometime (ticks=4294967152)
This message indicates a very high ticks value (for example 4294967152), when the ticks value is high it translates to a negative value. In this example the ticks value translates to:
4294967152 = 0xFFFFFF70 = -90
When negative values are observed the values happen because the load on the server (mostly disk i/o) is preventing LLT to send the heartbeat.
Unless link expirations are observed and nodes are declared "dead" this message is informational and can be ignored.