<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Miners do not collect any Information when more than 128 nodes in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/miners-do-not-collect-any-information-when-more-than-128-nodes/m-p/226600#M98244</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already had this problem twice, but with two diagnosis. In both cases my MM kept restarting over and over. In the first case I added more memory to my VM and it stopped. But in the second case, my MM was not able to deduplicate IPs from many lists in the same Aggregator. Look the discussion here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/Output-limit/td-p/210302" target="_blank"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Discussions/Output-limit/td-p/210302&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try both of them and report here the results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Aug 2018 12:36:54 GMT</pubDate>
    <dc:creator>danilo.souza</dc:creator>
    <dc:date>2018-08-09T12:36:54Z</dc:date>
    <item>
      <title>Miners do not collect any Information when more than 128 nodes</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miners-do-not-collect-any-information-when-more-than-128-nodes/m-p/224451#M98243</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a problem with my minemeld server. Some days ago I reached 128 nodes (sum of miners, processors and outputs). If I do a commit with 128 nodes or more the minemeld process seems to keep restarting over and over. As soon as I reduce to 127 nodes or less it works again.&lt;/P&gt;
&lt;P&gt;In the logs I did not find a lot ...&lt;/P&gt;
&lt;PRE&gt;2018-07-24T16:18:32 (7301)queryprocessor.__init__ INFO: Query 322ca06b-e087-43db-8970-c52bf86efecc -
2018-07-24T16:18:32 (7301)queryprocessor._core_run INFO: Query 322ca06b-e087-43db-8970-c52bf86efecc finished - 100
2018-07-24T16:18:32 (7301)storage.remove_reference WARNING: Attempt to remove non existing reference: 322ca06b-e087-43db-8970-c52bf86efecc - 000000005b4be000
2018-07-24T16:18:32 (7301)storage.remove_reference WARNING: Attempt to remove non existing reference: 322ca06b-e087-43db-8970-c52bf86efecc - 000000005b551a80
2018-07-24T16:18:32 (7301)storage.remove_reference WARNING: Attempt to remove non existing reference: 322ca06b-e087-43db-8970-c52bf86efecc - 000000005b4d3180
2018-07-24T16:18:32 (7301)storage.remove_reference WARNING: Attempt to remove non existing reference: 322ca06b-e087-43db-8970-c52bf86efecc - 000000005b4fd480
Traceback (most recent call last):
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/gevent/hub.py", line 140, in handle
    self.handler(*self.args, **self.kwargs)
  File "/opt/minemeld/engine/core/minemeld/traced/main.py", line 75, in _sigterm_handler
    raise KeyboardInterrupt('Ctrl-C from _sigterm_handler')
KeyboardInterrupt: Ctrl-C from _sigterm_handler
2018-07-24T16:21:01 (7301)writer.stop INFO: Writer - stop called
2018-07-24T16:21:01 (7301)queryprocessor.stop INFO: QueryProcessor - stop called
2018-07-24T16:21:01 (7301)storage.stop INFO: Store - stop called
2018-07-24T16:27:43 (962)main.main INFO: Starting mm-traced version 0.9.44.post1
2018-07-24T16:27:43 (962)main.main INFO: mm-traced arguments: Namespace(config='/opt/minemeld/local/config/traced/traced.yml', verbose=False)
2018-07-24T16:27:43 (962)main.main INFO: mm-traced config: {}
Traceback (most recent call last):
  File "/opt/minemeld/engine/current/bin/mm-traced", line 11, in &amp;lt;module&amp;gt;
    load_entry_point('minemeld-core', 'console_scripts', 'mm-traced')()
  File "/opt/minemeld/engine/core/minemeld/traced/main.py", line 136, in main
    comm.start()
  File "/opt/minemeld/engine/core/minemeld/comm/amqp.py", line 595, in start
    c = amqp.connection.Connection(**self.amqp_config)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/connection.py", line 165, in __init__
    self.transport = self.Transport(host, connect_timeout, ssl)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/connection.py", line 186, in Transport
    return create_transport(host, connect_timeout, ssl)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/transport.py", line 299, in create_transport
    return TCPTransport(host, connect_timeout)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/transport.py", line 95, in __init__
    raise socket.error(last_err)
socket.error: [Errno 111] Connection refused
Unhandled exception in thread started by
sys.excepthook is missing
lost sys.stderr
2018-07-24T16:27:45 (1939)main.main INFO: Starting mm-traced version 0.9.44.post1
2018-07-24T16:27:45 (1939)main.main INFO: mm-traced arguments: Namespace(config='/opt/minemeld/local/config/traced/traced.yml', verbose=False)
2018-07-24T16:27:45 (1939)main.main INFO: mm-traced config: {}
Traceback (most recent call last):
  File "/opt/minemeld/engine/current/bin/mm-traced", line 11, in &amp;lt;module&amp;gt;
    load_entry_point('minemeld-core', 'console_scripts', 'mm-traced')()
  File "/opt/minemeld/engine/core/minemeld/traced/main.py", line 136, in main
    comm.start()
  File "/opt/minemeld/engine/core/minemeld/comm/amqp.py", line 595, in start
    c = amqp.connection.Connection(**self.amqp_config)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/connection.py", line 165, in __init__
    self.transport = self.Transport(host, connect_timeout, ssl)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/connection.py", line 186, in Transport
    return create_transport(host, connect_timeout, ssl)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/transport.py", line 299, in create_transport
    return TCPTransport(host, connect_timeout)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/transport.py", line 95, in __init__
    raise socket.error(last_err)
socket.error: [Errno 111] Connection refused
2018-07-24T16:27:47 (3575)main.main INFO: Starting mm-traced version 0.9.44.post1
2018-07-24T16:27:47 (3575)main.main INFO: mm-traced arguments: Namespace(config='/opt/minemeld/local/config/traced/traced.yml', verbose=False)
2018-07-24T16:27:47 (3575)main.main INFO: mm-traced config: {}
Traceback (most recent call last):
  File "/opt/minemeld/engine/current/bin/mm-traced", line 11, in &amp;lt;module&amp;gt;
    load_entry_point('minemeld-core', 'console_scripts', 'mm-traced')()
  File "/opt/minemeld/engine/core/minemeld/traced/main.py", line 136, in main
    comm.start()
  File "/opt/minemeld/engine/core/minemeld/comm/amqp.py", line 595, in start
    c = amqp.connection.Connection(**self.amqp_config)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/connection.py", line 165, in __init__
    self.transport = self.Transport(host, connect_timeout, ssl)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/connection.py", line 186, in Transport
    return create_transport(host, connect_timeout, ssl)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/transport.py", line 299, in create_transport
    return TCPTransport(host, connect_timeout)
  File "/opt/minemeld/engine/current/lib/python2.7/site-packages/amqp/transport.py", line 95, in __init__
    raise socket.error(last_err)
socket.error: [Errno 111] Connection refused
2018-07-24T16:27:50 (4843)main.main INFO: Starting mm-traced version 0.9.44.post1
2018-07-24T16:27:50 (4843)main.main INFO: mm-traced arguments: Namespace(config='/opt/minemeld/local/config/traced/traced.yml', verbose=False)
2018-07-24T16:27:50 (4843)main.main INFO: mm-traced config: {}&lt;/PRE&gt;
&lt;P&gt;Is this an existing bug or is there at least a solution on how to get more than 128 nodes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;
&lt;P&gt;Remo&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 16:55:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miners-do-not-collect-any-information-when-more-than-128-nodes/m-p/224451#M98243</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2018-08-01T16:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Miners do not collect any Information when more than 128 nodes</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miners-do-not-collect-any-information-when-more-than-128-nodes/m-p/226600#M98244</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already had this problem twice, but with two diagnosis. In both cases my MM kept restarting over and over. In the first case I added more memory to my VM and it stopped. But in the second case, my MM was not able to deduplicate IPs from many lists in the same Aggregator. Look the discussion here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/Output-limit/td-p/210302" target="_blank"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Discussions/Output-limit/td-p/210302&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try both of them and report here the results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 12:36:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miners-do-not-collect-any-information-when-more-than-128-nodes/m-p/226600#M98244</guid>
      <dc:creator>danilo.souza</dc:creator>
      <dc:date>2018-08-09T12:36:54Z</dc:date>
    </item>
  </channel>
</rss>

