<?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 4.2 search head - Asynchronous bundle replication error in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60946#M2053</link>
    <description>&lt;P&gt;I am encountering the following error when distributing search between a 4.2 search head and a 4.1.5 indexer:&lt;/P&gt;

&lt;P&gt;Asynchronous bundle replication might cause (pre 4.2) search peers to run searches with different bundle/config versions.  Results might not be correct&lt;/P&gt;

&lt;P&gt;Questions:&lt;/P&gt;

&lt;P&gt;Is a 4.2 search head designed to be compatible with a pre 4.2 indexer via distributed search?&lt;/P&gt;

&lt;P&gt;Is there any way to resolve this error besides upgrading the indexers to 4.2?  &lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2011 23:22:54 GMT</pubDate>
    <dc:creator>rsimieng</dc:creator>
    <dc:date>2011-03-16T23:22:54Z</dc:date>
    <item>
      <title>4.2 search head - Asynchronous bundle replication error</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60946#M2053</link>
      <description>&lt;P&gt;I am encountering the following error when distributing search between a 4.2 search head and a 4.1.5 indexer:&lt;/P&gt;

&lt;P&gt;Asynchronous bundle replication might cause (pre 4.2) search peers to run searches with different bundle/config versions.  Results might not be correct&lt;/P&gt;

&lt;P&gt;Questions:&lt;/P&gt;

&lt;P&gt;Is a 4.2 search head designed to be compatible with a pre 4.2 indexer via distributed search?&lt;/P&gt;

&lt;P&gt;Is there any way to resolve this error besides upgrading the indexers to 4.2?  &lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2011 23:22:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60946#M2053</guid>
      <dc:creator>rsimieng</dc:creator>
      <dc:date>2011-03-16T23:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: 4.2 search head - Asynchronous bundle replication error</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60947#M2054</link>
      <description>&lt;P&gt;Well, the error isn't an error. It's a warning that, because configs are not synchronously replicated to remote indexers, different indexers could, for the same search, use different configurations, which would make your search results look wrong.&lt;/P&gt;

&lt;P&gt;You could make it go away if you really want by completely disabling bundle replication and mounting the search head config onto each indexer. That particular trick is better-supported in 4.2 anyway, and really it's probably easier to upgrade the indexers than to do that.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2011 23:42:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60947#M2054</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-03-16T23:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: 4.2 search head - Asynchronous bundle replication error</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60948#M2055</link>
      <description>&lt;P&gt;Yes, a 4.2 search head is compatible with pre-4.2 indexers. However, by default, 4.2 tries to use asynchronous bundle replication, which yields better performance. The warning is that the bundles may not be perfectly synchronized. To disable this behavior (and not get the usually innocuous error), add to etc/system/local/limits.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[search]
sync_bundle_replication = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Mar 2011 01:12:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60948#M2055</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2011-03-17T01:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: 4.2 search head - Asynchronous bundle replication error</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60949#M2056</link>
      <description>&lt;P&gt;I'm actually getting this same alert with two 4.2 indexers running distributed search. Same advice to set &lt;CODE&gt;sync_bundle_replication = true&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2011 03:27:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60949#M2056</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2011-03-19T03:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: 4.2 search head - Asynchronous bundle replication error</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60950#M2057</link>
      <description>&lt;P&gt;does the message go away? how long has it persisted?&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2011 03:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60950#M2057</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2011-03-19T03:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: 4.2 search head - Asynchronous bundle replication error</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60951#M2058</link>
      <description>&lt;P&gt;I still see errors in the logs such as:&lt;/P&gt;

&lt;P&gt;Most recent bundles for search peer went missing: /opt/splunk/var/run/searchpeers/splunk.domain.com-1300878227&lt;/P&gt;

&lt;P&gt;Failed to create a bundles setup with server name 'splunk.domain.com'. Using peer's local bundles to execute the search, results might not be correct&lt;/P&gt;

&lt;P&gt;Could it be a naming problem? Splunk host is splunk1.city and splunk URL is splunk.domain.com.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2011 20:57:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60951#M2058</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2011-03-23T20:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: 4.2 search head - Asynchronous bundle replication error</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60952#M2059</link>
      <description>&lt;P&gt;More practically, this means that changes to searchtime configuration may remain stale for a relatively short window of time.  For example, if the way a field is extracted is modified, the 4.1 search node (indexer) may not perform searches with this new field extraction until a small number of minutes later.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2011 23:20:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60952#M2059</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2011-04-13T23:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: 4.2 search head - Asynchronous bundle replication error</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60953#M2060</link>
      <description>&lt;P&gt;The mount method of config availability is probably not worth considering until you have fairly large amounts of searchtime data, such as larger lookups.  (Our replication algorithm is currently -- 4.1/4.2 -- a bit naive, so a frequently changing small file will cause resending of a static large file.)  This may be the common case for large, many indexer environments, I don't personally know.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2011 23:23:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/4-2-search-head-Asynchronous-bundle-replication-error/m-p/60953#M2060</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2011-04-13T23:23:35Z</dc:date>
    </item>
  </channel>
</rss>

