-
There is a bug in the JoinIndex operator that occurs with GCC, but not with Clang.
Consider the following playground:
```
#include
#include "operators/get_table.hpp"
#include "operators/join…
-
I reviwed the code and I think there should be `timeout_fixed`, not `datatimeout_fixed` on the following line:
https://github.com/CESNET/Nemea-Framework/blob/0ac1029a78da7b6273d8d50db49855c135653769/…
-
When I try to run vportscan aggregation logger, it fails:
`vportscan_agg_logger_stderr`:
```
Fri Jul 13 16:07:46 2018 [INFO] Supervisor - executed command: /usr/bin/nemea/logger -t -T -a …
-
# Issue
When trying to deploy local machine with collector-nemea2 configuration using Centos7 minimal vagrant image as a target, installation failed on 2 Ansible tasks (listed below).
1. TASK [n…
-
json_dump.py is used to connect to trap IFC sending JSONs and to dump it into a file. Simple README should be added for better documentation.
-
It would be really great if the GUI could optionally show Nemea events in the timeline. This is probably a feature that should be added to the LiberouterGUI as it will be easier to follow the event to…
-
```
Markus.Dreseler@nemea:~/hyrise/build-release$ git rev-parse HEAD
89866ec303de7f9345ec10dae8bd4fcf16497d89
Markus.Dreseler@nemea:~/hyrise/build-release$ grep HEAD_SHA1 version.hpp
#define GIT_H…
-
All reporting modules crash when I stop MongoDB (to which they are configured to write).
I get the following error:
```
Traceback (most recent call last):
File "/usr/bin/nemea/hoststats2idea…
-
```
You have called ADD_LIBRARY for library TestPlugin without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library TestNonInsta…
-
This kills the console with a SIGBUS if pagination is enabled:
```
generate_tpch 0.01
SELECT p_brand, p_type, p_size, count(distinct ps_suppkey) as supplier_cnt FROM partsupp, "part" WHERE p_partke…