logpai / logparser

A machine learning toolkit for log parsing [ICSE'19, DSN'16]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPLoM Banchmark hangs

fmjubori opened this issue · comments

Hello,
I am trying to run IPLoM benchmark file on the container py2, however, the execution hangs after a while:

Warning: p1 may be equal to p2
Warning: p1 may be equal to p2
Warning: p1 may be equal to p2
Warning: p1 may be equal to p2
Warning: p1 may be equal to p2
Warning: p1 may be equal to p2
Warning: p1 may be equal to p2
Parsing done. [Time taken: 0:00:00.287675]
Precision: 0.9966, Recall: 0.9986, F1_measure: 0.9976, Parsing_Accuracy: 0.5400

=== Evaluation on Apache ===
Parsing file: ../logs/Apache/Apache_2k.log
Parsing done. [Time taken: 0:00:00.255853]
Precision: 1.0000, Recall: 1.0000, F1_measure: 1.0000, Parsing_Accuracy: 1.0000

=== Evaluation on Mac ===
Parsing file: ../logs/Mac/Mac_2k.log
Parsing done. [Time taken: 0:02:26.176035]
Precision: 0.9412, Recall: 0.9737, F1_measure: 0.9572, Parsing_Accuracy: 0.6705

=== Evaluation on Andriod ===
Parsing file: ../logs/Andriod/Andriod_2k.log

It remains here forever.

Please help

There seem to be some issues with the Android dataset in general. Most of the algorithms have trouble processing that data. However, if you exclude that dataset from the dictionary, you will be able to run the rest of the experiments just fine.

Fixed.