[Bro-Dev] can I send an opaque of bloomfilter over Cluster::manager2worker_event ?

Aashish Sharma asharma at lbl.gov
Fri Apr 28 17:55:49 PDT 2017


I tried doing that and then merging with an existing (initialized) bloomfilter on worker. 

I see this error:

1493427133.170419       Reporter::INFO  calling inside the m_w_add_bloom        worker-1        -
1493427133.170419       Reporter::ERROR incompatible hashers in BasicBloomFilter merge  (empty) -
1493427133.170419       Reporter::ERROR failed to merge Bloom filter    (empty) -
1493427115.582247       Reporter::INFO  calling inside the m_w_add_bloom        worker-6        -
1493427115.582247       Reporter::ERROR incompatible hashers in BasicBloomFilter merge  (empty) -
1493427115.582247       Reporter::ERROR failed to merge Bloom filter    (empty) -
1493427116.358858       Reporter::INFO  calling inside the m_w_add_bloom        worker-20       -
1493427116.358858       Reporter::ERROR incompatible hashers in BasicBloomFilter merge  (empty) -
1493427116.358858       Reporter::ERROR failed to merge Bloom filter    (empty) -
1493427115.935649       Reporter::INFO  calling inside the m_w_add_bloom        worker-7        -
1493427115.935649       Reporter::ERROR incompatible hashers in BasicBloomFilter merge  (empty) -
1493427115.935649       Reporter::ERROR failed to merge Bloom filter    (empty) -
1493427115.686241       Reporter::INFO  calling inside the m_w_add_bloom        worker-16       -
1493427115.686241       Reporter::ERROR incompatible hashers in BasicBloomFilter merge  (empty) -
1493427115.686241       Reporter::ERROR failed to merge Bloom filter    (empty) -
14934271


Not sure if the error is because an opaque of bloomfilter cannot be sent over worker2manager_events and manager2worker_events or if I am doing something not quite right.

Aashish 


More information about the bro-dev mailing list