Closed
Bug 58454
Opened 24 years ago
Closed 17 years ago
NNTP is sending two similar XOVER
Categories
(MailNews Core :: Networking: NNTP, defect, P3)
MailNews Core
Networking: NNTP
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
20.84 KB,
text/plain
|
Details |
If you log NNTP you'll get something like this in your log:
0[3460f0]: Chunk will be (6330-6364)
0[3460f0]: Next state: NNTP_XOVER_SEND
0[3460f0]: XOVER 6330-6364
0[3460f0]: Sending: XOVER 6330-6364
0[3460f0]: Sending: XOVER 6330-6364
0[3460f0]: Next state: NNTP_RESPONSE
0[3460f0]: Receiving: 224 data follows
Why are we sending two XOVER commands that are the same?
Mass moving all NEWS bugs from esther to myself.
QA Contact: esther → stephend
Comment 2•24 years ago
|
||
Seth, what is the XOVER command doing? Is it supposed to be called twice?
Thanks
Updated•24 years ago
|
Status: NEW → ASSIGNED
Comment 3•24 years ago
|
||
good news, we aren't sending XOVER twice. we are just logging it twice.
there is an extra call to NNTP_LOG_WRITE() in nsNNTPProtocol::XoverSend()
I'll remove it after the mailnews performance branch lands.
Comment 4•24 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Looks good to me:
0[2f4470]: Next state: NNTP_XOVER_BEGIN
0[2f4470]: SetCurrentGroup to netscape.public.mozilla.mail-news
0[2f4470]: Next state: NNTP_FIGURE_NEXT_CHUNK
0[2f4470]: Next state: NEWS_PROCESS_XOVER
Verified fixed.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 7•24 years ago
|
||
with build 20010328:
0[346138]: CleanupAfterRunningUrl()
0[346138]: ParseURL
0[346138]: fullPath = /pe.indernet
0[346138]: m_messageID = (null)
0[346138]: group = pe.indernet
0[346138]: commandSpecificData = (null)
0[346138]: m_key = -1
0[346138]: Next state: SEND_FIRST_NNTP_COMMAND
0[346138]: Sending: GROUP pe.indernet
0[346138]: Next state: NNTP_RESPONSE
0[346138]: Receiving: 211 613 486 1121 pe.indernet
0[346138]: Next state: SEND_FIRST_NNTP_COMMAND_RESPONSE
0[346138]: Next state: SETUP_NEWS_STREAM
0[346138]: Next state: NNTP_XOVER_BEGIN
0[346138]: SetCurrentGroup to pe.indernet
0[346138]: Next state: NNTP_FIGURE_NEXT_CHUNK
0[346138]: Chunk will be (1109-1121)
0[346138]: Next state: NNTP_XOVER_SEND
0[346138]: Sending: XOVER 1109-1121
0[346138]: Sending: XOVER 1109-1121
0[346138]: Next state: NNTP_RESPONSE
0[346138]: Receiving: 480 Authentication required for command
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 8•23 years ago
|
||
Gemal or Stephend: is this still happening when you guys log the output?
Reporter | ||
Comment 9•23 years ago
|
||
I'm not sure we're actully sending the two XOVER commands, but the NNTP log
STILL say that we are...
build 20011016
Comment 10•23 years ago
|
||
I see similar behaviour, immediately before mailnews header download freezes
(which might be bug 84042):
1024[8087020]: (8117a68) SetCurrentGroup to netscape.public.mozilla.mail-news
1024[8087020]: (8117a68) Next state: NNTP_FIGURE_NEXT_CHUNK
1024[8087020]: (8117a68) Chunk will be (18994-19043)
1024[8087020]: (8117a68) Next state: NNTP_XOVER_SEND
1024[8087020]: (8117a68) Sending: XOVER 18994-19043
1024[8087020]: (8117a68) Sending: XOVER 18994-19043
Linux -sea trunk build 2002010708.
Updated•20 years ago
|
Product: MailNews → Core
Comment 11•17 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
Status: REOPENED → NEW
Comment 12•17 years ago
|
||
It doesn't send it twice. The log just prints it out twice. Will be fixed as part of bug 400331 -> RESO INVAL
Status: NEW → RESOLVED
Closed: 24 years ago → 17 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•