-
jbkoh what fun when you uncover a bug and several more come scrambling out of the light :)
-
toastersonmyrkraverk: Jellyfin
-
gitomat[illumos-gate] 18134 Panic in tem module due to stale queue_t (Fix DEBUG) -- Gordon Ross <gordon.w.ross⊙gc>
-
myrkraverktoasterson, C:
-
WoodstockC:\>
-
jbksommerfeld: re the smf stuff.. one thing I haven't found documented anywhere (though could easily have missed it), which was giving me concerns was what was actually going on with some of those int values (i.e. were we losing fidelity or such)
-
jbkbut apparently libscf always reads the values from a column as strings
-
jbkand sqlite I guess stores values > LONG_MAX as a VARCHAR (or despite how we're defining the table, libscf is doing that since sqlite allows it)
-
jbkand libscf then parses the string value back to whatever type it's expecting (or at least attempts to and errors... or in this case trips an assert if it can't)
-
jbkmaybe it's just from dealing with other sql databases, but that detail seems like something that should be put down somewhere
-
jbk(though I admit i'm not sure exactly where)
-
nomadjbk, sorry about this, my boss is asking about the ice driver and when it'll be available since we have a fileserver sitting idle waiting for it. How's progress coming on that driver? Any hopes of it being ready in the next few months?
-
jbkhopefully.. i'm actually working on it today
-
jbkafter having to take care of a few other issues...
-
jbkjust understand, it is probably one of (if not the) most complicated NICs out there
-
jbkand unlike say the mellanox NICs where you can largely ignore the stuff you're not using, you can't do that with ice
-
nomadYep, I've explained that to him (and he even seemed to understand a bit).
-
nomadI'll let him know we might have something in a month or two. I think he'll be ok with that.
-
jbknomad: probably the biggest thing would be to have systems that are able to test the driver (but non-prod... because it's test) just to make sure there aren't any odd corner cases causing problems
-
nomadjbk: that's what I'm holding this new server for.
-
nomadWe haven't put it in production yet because of exactly that need.