Closed Bug 58454 Opened 24 years ago Closed 17 years ago

NNTP is sending two similar XOVER

Categories

(MailNews Core :: Networking: NNTP, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: bugzilla, Unassigned)

Details

Attachments

(1 file)

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
Seth, what is the XOVER command doing? Is it supposed to be called twice? Thanks
Status: NEW → ASSIGNED
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.
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
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 → ---
Gemal or Stephend: is this still happening when you guys log the output?
I'm not sure we're actully sending the two XOVER commands, but the NNTP log STILL say that we are... build 20011016
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.
Product: MailNews → Core
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
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 ago17 years ago
Resolution: --- → INVALID
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: