You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

message_example.zip

Author(s)

NameInstitutionMail AddressSocial Contacts
Federica LeggerINFN Sezione di Torinofederica.legger@to.infn.itN/A
Micol OloccoUniversità di Torinomicol.olocco@edu.unito.itN/A


How to Obtain Support

General Information

ML/DL Technologies

NLP

Science FieldsHigh Energy Physics, Computing
DifficultyMedium
LanguageEnglish
Typefully annotated / runnable / external resource

Software and Tools

Programming LanguagePython
ML ToolsetWord2Vec + Rake + sklearn
Additional librariespanda
Suggested EnvironmentsINFN-Cloud VM, bare Linux Node, Google CoLab

Needed datasets

Data CreatorFTS
Data TypeError messages
Data Size8 MB compressed
Data Source

Short Description of the Use Case

The Worldwide LHC Computing Grid (WLCG) project is a global collaboration of around 170 computing centres in more than 40 countries, linking up national and international grid infrastructures. The mission of the WLCG project is to provide global computing resources to store, distribute and analyse the ~50-70 Petabytes of data expected every year of operations from the Large Hadron Collider (LHC) at CERN. The CERN File Transfer System (FTS) is one of the most critical services for WLCG. FTS is a low level protocol used to transfer data among different sites. FTS sustains a data transfer rate of 20-40 GB/s, and it transfers daily a few millions files.

If a transfer fails, an error message is generated and stored. Failed transfers are of the order of a few hundred thousand per day. Understanding and possibly fixing the cause of failed transfers is part of the duties of the experiment operation teams. Due to the large number of failed transfers, not all can be addressed. We developed a pipeline to discover failure patterns from the analysis of FTS error logs. Error messages are read in, cleaned from meaningless parts (file paths, host names), and the text is analysed using NLP (Natural Language Processing) techniques such as word2vec. FInally the messages can be grouped in clusters based on the similarity of their text using the Levenshtein distance or using ML algorithms for unsupervised clustering such as DBSCAN. The biggest clusters and their relationship with the host names with largest numbers of failing transfers is presented in a dedicated dashboard for the CMS experiment (access to the dashboard requires login with CERN SSO). The clusters can be used by the operation teams to quickly identify anomalies in user activities, tackle site issues related to the backlog of data transfers, and in the future to implement automatic recovery procedures for the most common error types.

How to execute it

Annotated Description

References

Attachments






  • No labels