-
mj-xmrselsta, Et al., since today evening I will be available most of the time. If there's something wrong with the CI or some IT stuff needs fixing, please ping me.
-
mj-xmrMy plan for the week is to find bottlenecks, less the bottlenecks caused by data generation.
-
hycmacos seems to have a bug re: closing dead connections. ran out of file descriptors because it's not cleaning up.
-
hycI mean, I'm assuming this is mac-specific because I've never seen a problem like this on linux
-
hycall of this just further cements my disdain for apple products
-
wfaressuissia[m]"ran out of file descriptors because it's not cleaning up." Have you done any other experiments or it's summary from previous tests ?
-
hycthis is just seeing error messages on console now, with monerod running for a couple days
-
hycnetstat also showed hundreds of conns in CLOSE_WAIT
-
hycalso since macos defaults to nfiles=256, the problem really doesn't take very long to surface
-
hycwas 4 days uptime. had to exit and restart.
-
hycnow I'm seeing a bunch of dead RPC connections accumulate in TIME_WAIT
-
hycbut I think TIME_WAIT is normal...
-
wfaressuissia[m]"netstat also showed hundreds of conns in CLOSE_WAIT", `netstat -tunp` can you paste few such lines ?
-
rbrunnerFun fact: It seems that right now the sum of coinbase transactions on testnet is almost exactly 10 times blockheight: print_coinbase_tx_sum 0 1718900 gives me:
-
rbrunnerSum of coinbase transactions between block heights [0, 1718900) is 17187983.385106828366 consisting of 17185461.956122192283 in emissions, and 2521.428984636083 in fees
-
fluffyponyhyc: it uses the same TCP/IP stack as FreeBSD, never had an issue
-
selstaalso never had this issue but I don't have incoming connections on Mac