<?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>question Re: Accumulo keeps crashing with error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148332#M23953</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt; &lt;/P&gt;&lt;P&gt;is this related to bug &lt;A href="https://issues.apache.org/jira/browse/ACCUMULO-4069"&gt;https://issues.apache.org/jira/browse/ACCUMULO-4069&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;This is pulled from another environment where we have same issue.&lt;/P&gt;&lt;P&gt;Looks like master was unable to receive tablet status report from T server for 3 times,before that  it fails to find any Kerberos ticket&lt;/P&gt;&lt;P&gt;&lt;B&gt;from Tserver:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;2016-03-29 22:48:53,052 [tserver.TabletServer] [server.TThreadPoolServer] ERROR: Error occurred during processing of message.
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException
        at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219)
        at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory$1.run(UGIAssumingTransportFactory.java:51)
        at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory$1.run(UGIAssumingTransportFactory.java:48)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:360)
        at &lt;STRONG&gt;org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1637)
...skipping...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;
2016-03-30 21:56:49,881 [tserver.TabletServer] INFO : Master requested tablet server halt
~&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;From Master server:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;unable to get tablet server status XXXYYYY XXX.com:9997[352d68b0c3801b6] org.apache.thrift.transport.TTransportE
xception: GSS initiate failed
2016-03-30 21:56:17,937 [master.Master] ERROR: master:XXXYYYY.XXX.com unable to get tablet server status &lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;From Monitor log:&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;XXXYYYY1213.fg.XXX.com:9997[152d68b041401b8] org.apache.thrift.transport.TTransportE
xception: GSS initiate failed
2016-03-30 21:56:17,938 [master.Master] ERROR: master:XXXYYYY1 unable to get tablet server status &lt;/P&gt;&lt;P&gt;016-03-30 21:56:47,403 [transport.TSaslTransport] ERROR:  SASL negotiation failure
javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
        at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:211)
        at org.apache.thrift.transport.TSaslClientTransport.handleSaslStartMessage(TSaslClientTransport.java:94)
        at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:253)
        at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
        at org.apache.accumulo.core.rpc.UGIAssumingTransport$1.run(UGIAssumingTransport.java:53)
        at org.apache.accumulo.core.rpc.UGIAssumingTransport$1.run(UGIAssumingTransport.java:49)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
        at org.apache.accumulo.core.rpc.UGIAssumingTransport.open(UGIAssumingTransport.java:49)
        at org.apache.accumulo.core.rpc.ThriftUtil.createClientTransport(ThriftUtil.java:298)
        at org.apache.accumulo.core.client.impl.ThriftTransportPool.createNewTransport(ThriftTransportPool.java:478)
        at org.apache.accumulo.core.client.impl.ThriftTransportPool.getTransport(ThriftTransportPool.java:410)
        at org.apache.accumulo.core.client.impl.ThriftTransportPool.getTransport(ThriftTransportPool.java:388)
        at org.apache.accumulo.core.rpc.ThriftUtil.getClient(ThriftUtil.java:135)
        at org.apache.accumulo.core.rpc.ThriftUtil.getClientNoTimeout(ThriftUtil.java:102)
        at org.apache.accumulo.core.client.impl.MasterClient.getConnection(MasterClient.java:69)
        at org.apache.accumulo.monitor.Monitor.fetchData(Monitor.java:252)
        at org.apache.accumulo.monitor.Monitor$1.run(Monitor.java:486)&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2016 08:50:13 GMT</pubDate>
    <dc:creator>garunkumar85</dc:creator>
    <dc:date>2016-04-01T08:50:13Z</dc:date>
    <item>
      <title>Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148324#M23945</link>
      <description>&lt;P&gt;The thrift server stops responding and Accumulo crashes.  The log shows a lot of these error messages but doesn't really point to what the issue is.  Anyone familiar with this?&lt;/P&gt;&lt;P&gt;ERROR: Error occurred during processing of message. 
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException 
at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219) 
at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory$1.run(UGIAssumingTransportFactory.java:51) 
at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory$1.run(UGIAssumingTransportFactory.java:48) 
at java.security.AccessController.doPrivileged(Native Method) 
at javax.security.auth.Subject.doAs(Subject.java:360) 
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1637) 
at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory.getTransport(UGIAssumingTransportFactory.java:48) 
at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:208) 
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35) 
at java.lang.Thread.run(Thread.java:745) 
Caused by: org.apache.thrift.transport.TTransportException &lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 21:56:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148324#M23945</guid>
      <dc:creator>cspencer</dc:creator>
      <dc:date>2016-03-29T21:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148325#M23946</link>
      <description>&lt;P&gt;That exception isn't a direct cause of the server failing -- it's just saying that an RPC failed (it should be suppressed and not logged out). By "thrift server" do you mean TabletServer?&lt;/P&gt;&lt;P&gt;If so, also check the .out/.err files for the process. There may have been some out of memory issue didn't get printed to the log4j file.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 22:02:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148325#M23946</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-03-29T22:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148326#M23947</link>
      <description>&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/ACCUMULO-4059" target="_blank"&gt;https://issues.apache.org/jira/browse/ACCUMULO-4059&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 22:21:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148326#M23947</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-03-29T22:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148327#M23948</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 23:02:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148327#M23948</guid>
      <dc:creator>cspencer</dc:creator>
      <dc:date>2016-03-29T23:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148328#M23949</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; &lt;/P&gt;&lt;P&gt;is there any timeline when this bug &lt;A href="https://issues.apache.org/jira/browse/ACCUMULO-4059"&gt;https://issues.apache.org/jira/browse/ACCUMULO-4059&lt;/A&gt; will be fixed? we are also seeing same error (Tservers getting crashed often)&lt;/P&gt;&lt;P&gt;[server.TThreadPoolServer] ERROR: Error occurred during processing of message.
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Peer indicated failure: GSS initiate failed
        at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219)
        at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory$1.run(UGIAssumingTransportFactory.java:51)
        at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory$1.run(UGIAssumingTransportFactory.java:48)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:360)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1637)
        at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory.getTransport(UGIAssumingTransportFactory.java:48)
        at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:208)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.thrift.transport.TTransportException: Peer indicated failure: GSS initiate failed
        at org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:190)
        at org.apache.thrift.transport.TSaslServerTransport.handleSaslStartMessage(TSaslServerTransport.java:125)
        at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:253)
        at org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41)
        at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216)
        ... 11 more&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 01:29:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148328#M23949</guid>
      <dc:creator>garunkumar85</dc:creator>
      <dc:date>2016-04-01T01:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148329#M23950</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1420/garunkumar85.html" nodeid="1420"&gt;@AR&lt;/A&gt;&lt;P&gt; Like I said in my other comment, this exception does not cause the tabletserver to fail. Please collect all logs and .out/.err for the tabletserver after a failure *but before* restarting the process. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 01:38:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148329#M23950</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-04-01T01:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148330#M23951</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt; &lt;/P&gt;&lt;P&gt;22 days back below errors got logged on all TServers and after 22 days Tservers all went down&lt;/P&gt;&lt;P&gt;ERROR: Lost tablet server lock (reason = LOCK_DELETED), exiting&lt;/P&gt;&lt;P&gt;        at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.thrift.transport.TTransportException: Peer indicated failure: GSS initiate failed
        at org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:190)
        at org.apache.thrift.transport.TSaslServerTransport.handleSaslStartMessage(TSaslServerTransport.java:125)
        at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:253)
        at org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41)
        at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216)
        ... 11 more
2016-03-09 20:35:36,971 [tserver.TabletServer] INFO : Master requested tablet server halt&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 01:57:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148330#M23951</guid>
      <dc:creator>garunkumar85</dc:creator>
      <dc:date>2016-04-01T01:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148331#M23952</link>
      <description>&lt;P&gt;Great, that's a very helpful message. The Accumulo Master asked this tabletserver to stop. This happens for one of two reasons:&lt;/P&gt;&lt;P&gt;1. The "hold time" for this server (the amount of time that mutations are being held because of a flush/minor-compaction that is in progress) exceeds a given threshold. By default, this value is 5minutes and is defined by tserver.hold.time.max in accumulo-site.xml&lt;/P&gt;&lt;P&gt;2. The Master periodically asks every tabletserver for a status report. If the Master fails to receive a status report from a TabletServer 3 times in a row, it will request that it shuts down (as it implies that the tabletserver is in a bad state).&lt;/P&gt;&lt;P&gt;Both of these cases will result in a log message written to the Master log file. Please check the Master log file shortly before 2016-03-09 20:35:36,971 to understand which reason it was.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 02:22:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148331#M23952</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-04-01T02:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148332#M23953</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt; &lt;/P&gt;&lt;P&gt;is this related to bug &lt;A href="https://issues.apache.org/jira/browse/ACCUMULO-4069"&gt;https://issues.apache.org/jira/browse/ACCUMULO-4069&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;This is pulled from another environment where we have same issue.&lt;/P&gt;&lt;P&gt;Looks like master was unable to receive tablet status report from T server for 3 times,before that  it fails to find any Kerberos ticket&lt;/P&gt;&lt;P&gt;&lt;B&gt;from Tserver:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;2016-03-29 22:48:53,052 [tserver.TabletServer] [server.TThreadPoolServer] ERROR: Error occurred during processing of message.
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException
        at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219)
        at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory$1.run(UGIAssumingTransportFactory.java:51)
        at org.apache.accumulo.core.rpc.UGIAssumingTransportFactory$1.run(UGIAssumingTransportFactory.java:48)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:360)
        at &lt;STRONG&gt;org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1637)
...skipping...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;
2016-03-30 21:56:49,881 [tserver.TabletServer] INFO : Master requested tablet server halt
~&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;From Master server:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;unable to get tablet server status XXXYYYY XXX.com:9997[352d68b0c3801b6] org.apache.thrift.transport.TTransportE
xception: GSS initiate failed
2016-03-30 21:56:17,937 [master.Master] ERROR: master:XXXYYYY.XXX.com unable to get tablet server status &lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;From Monitor log:&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;XXXYYYY1213.fg.XXX.com:9997[152d68b041401b8] org.apache.thrift.transport.TTransportE
xception: GSS initiate failed
2016-03-30 21:56:17,938 [master.Master] ERROR: master:XXXYYYY1 unable to get tablet server status &lt;/P&gt;&lt;P&gt;016-03-30 21:56:47,403 [transport.TSaslTransport] ERROR:  SASL negotiation failure
javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
        at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:211)
        at org.apache.thrift.transport.TSaslClientTransport.handleSaslStartMessage(TSaslClientTransport.java:94)
        at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:253)
        at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
        at org.apache.accumulo.core.rpc.UGIAssumingTransport$1.run(UGIAssumingTransport.java:53)
        at org.apache.accumulo.core.rpc.UGIAssumingTransport$1.run(UGIAssumingTransport.java:49)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
        at org.apache.accumulo.core.rpc.UGIAssumingTransport.open(UGIAssumingTransport.java:49)
        at org.apache.accumulo.core.rpc.ThriftUtil.createClientTransport(ThriftUtil.java:298)
        at org.apache.accumulo.core.client.impl.ThriftTransportPool.createNewTransport(ThriftTransportPool.java:478)
        at org.apache.accumulo.core.client.impl.ThriftTransportPool.getTransport(ThriftTransportPool.java:410)
        at org.apache.accumulo.core.client.impl.ThriftTransportPool.getTransport(ThriftTransportPool.java:388)
        at org.apache.accumulo.core.rpc.ThriftUtil.getClient(ThriftUtil.java:135)
        at org.apache.accumulo.core.rpc.ThriftUtil.getClientNoTimeout(ThriftUtil.java:102)
        at org.apache.accumulo.core.client.impl.MasterClient.getConnection(MasterClient.java:69)
        at org.apache.accumulo.monitor.Monitor.fetchData(Monitor.java:252)
        at org.apache.accumulo.monitor.Monitor$1.run(Monitor.java:486)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:50:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148332#M23953</guid>
      <dc:creator>garunkumar85</dc:creator>
      <dc:date>2016-04-01T08:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148333#M23954</link>
      <description>&lt;P&gt;Yes, seeing "[Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]" errors in a sevice after it has been running for some time implies that the issue is ACCUMULO-4069&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 20:33:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148333#M23954</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-04-01T20:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulo keeps crashing with error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148334#M23955</link>
      <description>&lt;P&gt;@Josh elser&lt;/P&gt;&lt;P&gt;awesome thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 22:16:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accumulo-keeps-crashing-with-error/m-p/148334#M23955</guid>
      <dc:creator>garunkumar85</dc:creator>
      <dc:date>2016-04-01T22:16:48Z</dc:date>
    </item>
  </channel>
</rss>

