[SFC-23] classifier.py hangs after 1024 packets processed by iptables Created: 19/May/15  Updated: 19/Oct/17  Resolved: 13/Oct/15

Status: Resolved
Project: sfc
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Jim Guichard Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Attachments: File classifier bug.rtf    
External issue ID: 3289

 Description   

Using classifier.py to classify packets and forward with NSH headers. Works perfectly except stops processing packets after 1024 packets. Variable sized packets.



 Comments   
Comment by Jim Guichard [ 19/May/15 ]

Attachment classifier bug.rtf has been added with description: Console output

Comment by Ruijing Guo [ 18/Jun/15 ]

Log show sfc agent quit with clear classifier:

CDEBUG:sfc.common.classifier:Removing created iptables rule(s) for ALL RSPs

Could you pls rerun it with the following patch:

diff --git a/sfc-py/sfc/sfc_agent.py b/sfc-py/sfc/sfc_agent.py
index 5daaac4..bec10d4 100644
— a/sfc-py/sfc/sfc_agent.py
+++ b/sfc-py/sfc/sfc_agent.py
@@ -871,7 +871,7 @@ def main():
if args.rest:
app.run(port=agent_port,
host=ovs_local_sff_cp_ip,

  • debug=False,
    + debug=True,
    use_reloader=False)
    except KeyboardInterrupt:
Comment by Keith Burns [ 12/Oct/15 ]

Is this still an issue?

Ruijing,. hope you don't mind but seeing as though you are working this, thought you might want this assigned to you.

Comment by Ruijing Guo [ 13/Oct/15 ]

Assigned to default since I am not working this issue currently.

Comment by Jim Guichard [ 13/Oct/15 ]

issue resolved.

Generated at Wed Feb 07 20:38:26 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.