-
gingeropolous
are any of these ideas ready for the next fork?
monero-project/monero #6456
-
gingeropolous
UkoeHB, knaccc
-
gingeropolous
from what I can tell, the focus has been BP+ and a ringsize bump
-
gingeropolous
though i might keep forgetting
-
UkoeHB
not unless someone has been working to implement them
-
gingeropolous
gotcha. But fundamentally, they are all sound?
-
UkoeHB
yeah there are no outstanding objections I am aware of
-
hyc
wfaressuissia[m]: netstat -tunp: p requires an argument.
-
hyc
netstat -tun shows only unix domain sockets. not interesting for monerod.
-
hyc
I use netstat -nt.
-
sethsimmons
I cannot see wfaressuissia[m] messages in Matrix, looks like there is an issue with his account.
-
sethsimmons
Maybe not voiced or something?
-
hyc
this is after 2 days uptime
paste.debian.net/1197339
-
hyc
all the TIME_WAITs are from xmrig polling the RPC
-
hyc
nothing unusual looking at the moment
-
hyc
er... all the 127.0.0.1:18081 TIME_WAITs are. there are one or two others from p2p
-
wfaressuissia[m]
"netstat also showed hundreds of conns in CLOSE_WAIT" there must be some way to list active tcp sockets along with associated process pid
-
wfaressuissia[m]
it's expected that dangling (without associated pid) socket can't be in CLOSE_WAIT state
-
wfaressuissia[m]
in the worst case socket can be left unclosed until timeout of connection timer which is about few minutes
-
sethsimmons
Hey messages :D
-
wfaressuissia[m]
if you have a lot of sockets in CLOSE_WAIT state for along period of time then it's a problem
-
hyc
PID is not relevant here, there are no other active services on that machine. they are all due to monerod aside from my ssh session
-
wfaressuissia[m]
otherwise it's expected that some of them will not be closed immediately
-
hyc
anyway, the last time I mentioned it the monerod had been up for 4 days when it started running out of descriptors due to this problem
-
hyc
this has now only been 2 days so far
-
wfaressuissia[m]
PID will tell whether it's just non-terminated connection by monerod or some black magic problem in mac with CLOSE_WAIT state for dangling socket
-
wfaressuissia[m]
sethsimmons: your messages aren't visible in #freenode_#monero-dev:matrix.org but visible in
monerologs.net/monero-dev
-
sethsimmons
I think it's due to the voice restrictions here.
-
sethsimmons
On the IRC side
-
asymptotically
sethsimmons: i can see his messages fine and he's got voice
-
sethsimmons
I can see wfaressuissia[m] now, not sure what changed
-
hyc
nothing changed. I was replying to his message from yesterday
-
sethsimmons
oh
-
DisBotXMR2
<CrimsonKing> test
-
DisBotXMR2
<CrimsonKing> is the relay still working ? Matrix guys, anyone can read this ?
-
sethsimmons
Yes, we can
-
luigi1112
.merges
-
xmr-pr
7349 7665 7666 7667 7668 7670 7677 7678 7680 7681 7682 7685 7686 7687 7688 7689 7690 7691 7694 7695 7696 7697
-
mj-xmr
I hope that 7777 is not going to be taken by a spammer.
-
selsta
.merge- 7706 7689
-
xmr-pr
Removed
-
selsta
luigi1112: these two might get replaced
-
selsta
by a more general fix so I removed them for now
-
luigi1112
7777 is very important agreed
-
hyc
are these tests still going to be testing what they claim, with all these result caching patches?
-
selsta
which one exactly?
-
selsta
we don't cache anything yet
-
selsta
regarding tests
-
selsta
ah you mean not merged ones yet
-
hyc
yeah
-
selsta
I will be careful with cache patches regarding tests (I won't be the one reviewing them)
-
selsta
this is the last place we want to add a bug and not notice broken tests
-
hyc
indeed
-
selsta
If a change is deemed safe, does not make things significantly more complicated and also has a noticeable speedup it should be fine to merge.
-
selsta
.merges
-
xmr-pr
7349 7670 7677 7678 7686 7687 7688 7690 7691 7694 7695 7696 7697
-
mj-xmr
hyc, selsta, me and moneromooo have agreed, that the caching shall be disabled by default, and remain a developers' tool for local runs.
-
mj-xmr
And this is the current state of the caching PR (7469)
-
mj-xmr
Good night
-
selsta
mj-xmr: I think this was related to 7717
-
selsta
.merge+ 7689
-
xmr-pr
Added
-
selsta
luigi1112: please ^ and then also gui today
-
selsta
and gui tag
-
ed23
guys can you help me out with something. Where exactly in the code is if 10 blocks have past since an input of a transaction was created using a prior output?
-
selsta
do you want to remove it?
-
ed23
it seems to me that there is no such check, only a check against the unlock time (which is different )
-
ed23
and set by the user
-
ed23
No I want to understand the code
-
selsta
moneromooo: probably knows
-
ed23
seems like there is no rule like that
-
ed23
Not at the blockchain level, only the wallet level
-
ed23
(besides the user defined unlock time that is bundled with the tx)
-
moneromooo
git show a444f06
-
ed23
thanks a lot moneromooo