Remove Thrift log spam when using Accumulo 2.0
See original GitHub issueWhen 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.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://issues.apache.org/jira/browse/THRIFT-4062 has been resolved. I am closing this issue.
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.