Bugs item #3427044, was opened at 2011-10-22 03:02
Message generated for change (Settings changed) made by shcheklein
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3427044&group_id=129076

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Query Execution
Group: Sedna (current&development)
Status: Open
>Resolution: Accepted
Priority: 3
Private: No
Submitted By: Ivan Shcheklein (shcheklein)
Assigned to: Ivan Shcheklein (shcheklein)
Summary: Profile of bulk load doesn't work

Initial Comment:
The query like:

profile load "test.xml" "test"&

is not handled properly in current client/server protocol. It returns:

SEDNA Message: ERROR SE3008
Unknown message from server.
Details: Unknown message recieved while executing statement

and corrupts protocol state (any other transaction will fail in this session).

Reason:

Any query which is not update sends se_QuerySucceded message before actual 
execution. Since "profile load ..." is not update (update could not return 
result) it's handled like query and sends se_QuerySucceded; then it sends 
se_BulkLoad that is not expected from non-update query.

Workaround:

Don't use "profile load". Anyway, it doesn't make a lot of sense to profile it 
with current profile implementaion.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3427044&group_id=129076

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to