You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogRecordModel uses public accessors that acquire a lock each time. It should acquire the lock once and read backing files, in a similar way to how Spanmodel.toSpanData() works.
LogRecordModeluses public accessors that acquire a lock each time. It should acquire the lock once and read backing files, in a similar way to howSpanmodel.toSpanData()works.