question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove Thrift log spam when using Accumulo 2.0

See original GitHub issue

When Fluo is used with Accumulo 2.0, it uses Thrift 0.10 which spams the logs with a debug statement Received <NUM>. Below are links to the Thrift issue and how Accumulo resolved it.

https://issues.apache.org/jira/browse/THRIFT-4062

https://issues.apache.org/jira/browse/ACCUMULO-4551

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kennethmcfarlandcommented, Jun 17, 2018

https://issues.apache.org/jira/browse/THRIFT-4062 has been resolved. I am closing this issue.

0reactions
keith-turnercommented, Dec 6, 2017

For example Accumulo 1.7.X uses libthrift 0.9.1 and Accumulo 1.8.X uses libthrift 0.9.3. If you try to use libthrift 0.9.1 with Accumulo 1.8.X it will break in strange ways.

Luckily Fluo uses very little thrift functionality and the thrift code we automatically generate works with 0.9.1 and 0.9.3 at the moment.

It would be interesting to try Fluo and Accumulo with libthrift 0.11 and see if it blows up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Basic Troubleshooting - Accumulo Documentation
Look in the $ACCUMULO_LOG_DIR/tserver*.log file. Specifically, check the end of the file. The tablet server did not start and the debug log does...
Read more >
Apache Accumulo 2.1.0
About. Apache Accumulo 2.1.0 brings many new features and updates since 1.10 and 2.0. The 2.1 release series is an LTM series, and...
Read more >
Server Properties - Accumulo Documentation
Configures Thrift RPCs to require SASL with GSSAPI which supports Kerberos authentication. Mutually exclusive with SSL RPC configuration. type: BOOLEAN, zk ...
Read more >
Advanced Troubleshooting - Apache Accumulo
Ensure the tablet server JVM is not running low on memory. I'm seeing errors in tablet server logs that include the words “MutationsRejectedException”...
Read more >
In-depth Installation - Apache Accumulo
This document provides detailed instructions for installing Accumulo. For basic instructions, see the quick start. Hardware. Because we are running ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found