nodetool repair fails with snapshot errorOpscenter repair service times out. ERROR: Requested range...

What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?

Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?

Permission on Database

What is the English pronunciation of "pain au chocolat"?

What is going on with gets(stdin) on the site coderbyte?

Mimic lecturing on blackboard, facing audience

What would sports be like in a dystopia?

What does "Scientists rise up against statistical significance" mean? (Comment in Nature)

How to explain what's wrong with this application of the chain rule?

C++ copy constructor called at return

Why does Carol not get rid of the Kree symbol on her suit when she changes its colours?

Find the next value of this number series

Why is it that I can sometimes guess the next note?

How do I tell my boss that I'm quitting soon, especially given that a colleague just left this week

How to draw a matrix with arrows in limited space

Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?

The Digit Triangles

Pre-mixing cryogenic fuels and using only one fuel tank

Is this toilet slogan correct usage of the English language?

Giving feedback to someone without sounding prejudiced

Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?

Can I cause damage to electrical appliances by unplugging them when they are turned on?

Is this part of the description of the Archfey warlock's Misty Escape feature redundant?

Delete multiple columns using awk or sed



nodetool repair fails with snapshot error


Opscenter repair service times out. ERROR: Requested range intersects a local range […]Does nodetool repair repair the next node?Which direction does `nodetool repair` go?cassandra nodetool repair - how to schedule properly?Cassandra nodetool repair failure - broken pipewhy is nodetool (cassandra single node) throwing NameNotFoundException: 'jmxrmi'?cassandra nodetool drain running for daysCassandra 2.2 - Streaming errors at repair/bootstrap/decommissionCassandra 2.2 - “nodetool repair” VS “nodetool repair -dc dc1,dc2,dc3”Cassandra snapshot restoring : random missing data













1















When running nodetool repair, the repair fails on the system_auth keyspace with the following log entries:



INFO  [AntiEntropySessions:5] 2015-03-17 20:00:34,795 RepairSession.java:260 - [repair #460cebb0-cce0-11e4-ba34-299132139fb9] new session: will sync <list of hosts and ips> on range (-7227533065400353128,-7224188466775720910] for system_auth.[credentials, users]
ERROR [AntiEntropySessions:1] 2015-03-17 20:00:34,800 RepairSession.java:303 - [repair #3f7e2610-cce0-11e4-ba34-299132139fb9] session completed with the following error
java.io.IOException: Failed during snapshot creation.
at org.apache.cassandra.repair.RepairSession.failedSnapshot(RepairSession.java:344) ~[apache-cassandra-2.1.3.jar:2.1.3]
at org.apache.cassandra.repair.RepairJob$2.onFailure(RepairJob.java:146) ~[apache-cassandra-2.1.3.jar:2.1.3]
at com.google.common.util.concurrent.Futures$4.run(Futures.java:1172) ~[guava-16.0.jar:na]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_75]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_75]
at java.lang.Thread.run(Thread.java:745) [na:1.7.0_75]


The error repeats every few seconds until I restart the cassandra service. On the other hand, if I do nodetool snapshot system_auth, the operation succeeds (with no log entries).



My cassandra version is 2.1.3.










share|improve this question














bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1















    When running nodetool repair, the repair fails on the system_auth keyspace with the following log entries:



    INFO  [AntiEntropySessions:5] 2015-03-17 20:00:34,795 RepairSession.java:260 - [repair #460cebb0-cce0-11e4-ba34-299132139fb9] new session: will sync <list of hosts and ips> on range (-7227533065400353128,-7224188466775720910] for system_auth.[credentials, users]
    ERROR [AntiEntropySessions:1] 2015-03-17 20:00:34,800 RepairSession.java:303 - [repair #3f7e2610-cce0-11e4-ba34-299132139fb9] session completed with the following error
    java.io.IOException: Failed during snapshot creation.
    at org.apache.cassandra.repair.RepairSession.failedSnapshot(RepairSession.java:344) ~[apache-cassandra-2.1.3.jar:2.1.3]
    at org.apache.cassandra.repair.RepairJob$2.onFailure(RepairJob.java:146) ~[apache-cassandra-2.1.3.jar:2.1.3]
    at com.google.common.util.concurrent.Futures$4.run(Futures.java:1172) ~[guava-16.0.jar:na]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_75]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_75]
    at java.lang.Thread.run(Thread.java:745) [na:1.7.0_75]


    The error repeats every few seconds until I restart the cassandra service. On the other hand, if I do nodetool snapshot system_auth, the operation succeeds (with no log entries).



    My cassandra version is 2.1.3.










    share|improve this question














    bumped to the homepage by Community 15 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      When running nodetool repair, the repair fails on the system_auth keyspace with the following log entries:



      INFO  [AntiEntropySessions:5] 2015-03-17 20:00:34,795 RepairSession.java:260 - [repair #460cebb0-cce0-11e4-ba34-299132139fb9] new session: will sync <list of hosts and ips> on range (-7227533065400353128,-7224188466775720910] for system_auth.[credentials, users]
      ERROR [AntiEntropySessions:1] 2015-03-17 20:00:34,800 RepairSession.java:303 - [repair #3f7e2610-cce0-11e4-ba34-299132139fb9] session completed with the following error
      java.io.IOException: Failed during snapshot creation.
      at org.apache.cassandra.repair.RepairSession.failedSnapshot(RepairSession.java:344) ~[apache-cassandra-2.1.3.jar:2.1.3]
      at org.apache.cassandra.repair.RepairJob$2.onFailure(RepairJob.java:146) ~[apache-cassandra-2.1.3.jar:2.1.3]
      at com.google.common.util.concurrent.Futures$4.run(Futures.java:1172) ~[guava-16.0.jar:na]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_75]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_75]
      at java.lang.Thread.run(Thread.java:745) [na:1.7.0_75]


      The error repeats every few seconds until I restart the cassandra service. On the other hand, if I do nodetool snapshot system_auth, the operation succeeds (with no log entries).



      My cassandra version is 2.1.3.










      share|improve this question














      When running nodetool repair, the repair fails on the system_auth keyspace with the following log entries:



      INFO  [AntiEntropySessions:5] 2015-03-17 20:00:34,795 RepairSession.java:260 - [repair #460cebb0-cce0-11e4-ba34-299132139fb9] new session: will sync <list of hosts and ips> on range (-7227533065400353128,-7224188466775720910] for system_auth.[credentials, users]
      ERROR [AntiEntropySessions:1] 2015-03-17 20:00:34,800 RepairSession.java:303 - [repair #3f7e2610-cce0-11e4-ba34-299132139fb9] session completed with the following error
      java.io.IOException: Failed during snapshot creation.
      at org.apache.cassandra.repair.RepairSession.failedSnapshot(RepairSession.java:344) ~[apache-cassandra-2.1.3.jar:2.1.3]
      at org.apache.cassandra.repair.RepairJob$2.onFailure(RepairJob.java:146) ~[apache-cassandra-2.1.3.jar:2.1.3]
      at com.google.common.util.concurrent.Futures$4.run(Futures.java:1172) ~[guava-16.0.jar:na]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_75]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_75]
      at java.lang.Thread.run(Thread.java:745) [na:1.7.0_75]


      The error repeats every few seconds until I restart the cassandra service. On the other hand, if I do nodetool snapshot system_auth, the operation succeeds (with no log entries).



      My cassandra version is 2.1.3.







      cassandra






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 17 '15 at 20:42









      AndrewAndrew

      4321613




      4321613





      bumped to the homepage by Community 15 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 15 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          We have similar issues in Cassandra 2.1.5.



          You can try running:



          nodetool scrub system_auth


          According to https://issues.apache.org/jira/browse/CASSANDRA-8696 increasing the value of request_timeout_in_ms in cassandra.yaml might help, too (they plan to change the timeout value used for nodetool repair in Cassandra 2.1.6 and newer).






          share|improve this answer

























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "2"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f676248%2fnodetool-repair-fails-with-snapshot-error%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            We have similar issues in Cassandra 2.1.5.



            You can try running:



            nodetool scrub system_auth


            According to https://issues.apache.org/jira/browse/CASSANDRA-8696 increasing the value of request_timeout_in_ms in cassandra.yaml might help, too (they plan to change the timeout value used for nodetool repair in Cassandra 2.1.6 and newer).






            share|improve this answer






























              0














              We have similar issues in Cassandra 2.1.5.



              You can try running:



              nodetool scrub system_auth


              According to https://issues.apache.org/jira/browse/CASSANDRA-8696 increasing the value of request_timeout_in_ms in cassandra.yaml might help, too (they plan to change the timeout value used for nodetool repair in Cassandra 2.1.6 and newer).






              share|improve this answer




























                0












                0








                0







                We have similar issues in Cassandra 2.1.5.



                You can try running:



                nodetool scrub system_auth


                According to https://issues.apache.org/jira/browse/CASSANDRA-8696 increasing the value of request_timeout_in_ms in cassandra.yaml might help, too (they plan to change the timeout value used for nodetool repair in Cassandra 2.1.6 and newer).






                share|improve this answer















                We have similar issues in Cassandra 2.1.5.



                You can try running:



                nodetool scrub system_auth


                According to https://issues.apache.org/jira/browse/CASSANDRA-8696 increasing the value of request_timeout_in_ms in cassandra.yaml might help, too (they plan to change the timeout value used for nodetool repair in Cassandra 2.1.6 and newer).







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jun 2 '15 at 7:52

























                answered Jun 2 '15 at 7:47









                pakopako

                1281110




                1281110






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f676248%2fnodetool-repair-fails-with-snapshot-error%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    117736 Шеррод Примітки | Див. також | Посилання | Навігаційне...

                    As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

                    Маріан Котлеба Зміст Життєпис | Політичні погляди |...