You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Karl Mueller (JIRA)" <ji...@apache.org> on 2012/10/13 00:23:02 UTC

[jira] [Created] (CASSANDRA-4802) Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move

Karl Mueller created CASSANDRA-4802:
---------------------------------------

             Summary: Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move
                 Key: CASSANDRA-4802
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4802
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 1.0.12
         Environment: RHEL6, JDK1.6
            Reporter: Karl Mueller
            Priority: Trivial


A regular startup completes successfully, but it has a confusing message the end of the startup:

"  INFO 15:19:29,137 Bootstrap/Replace/Move completed! Now serving reads."

This happens despite no bootstrap, replace, or move.

While purely cosmetic, this makes you wonder what the node just did - did it just bootstrap?!  It should simply read something like "Startup completed! Now serving reads" unless it actually has done one of the actions in the error message.



Complete log at the end:


INFO 15:13:30,522 Log replay complete, 6274 replayed mutations
 INFO 15:13:30,527 Cassandra version: 1.0.12
 INFO 15:13:30,527 Thrift API version: 19.20.0
 INFO 15:13:30,527 Loading persisted ring state
 INFO 15:13:30,541 Starting up server gossip
 INFO 15:13:30,542 Enqueuing flush of Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
 INFO 15:13:30,543 Writing Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
 INFO 15:13:30,550 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-274-Data.db (80 bytes)
 INFO 15:13:30,563 Starting Messaging Service on port 7000
 INFO 15:13:30,571 Using saved token 31901471898837980949691369446728269823
 INFO 15:13:30,572 Enqueuing flush of Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
 INFO 15:13:30,573 Writing Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
 INFO 15:13:30,579 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-275-Data.db (163 bytes)
 INFO 15:13:30,581 Node kaos-cass02.xxxxxxx/1.2.3.4 state jump to normal
 INFO 15:13:30,598 Bootstrap/Replace/Move completed! Now serving reads.
 INFO 15:13:30,600 Will not load MX4J, mx4j-tools.jar is not in the classpath


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-4802) Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move

Posted by "Vijay (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476366#comment-13476366 ] 

Vijay commented on CASSANDRA-4802:
----------------------------------

How about just saying:
Bootstrap completed! Now serving reads.

? Do we need any additional information?
                
> Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-4802
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4802
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.12
>         Environment: RHEL6, JDK1.6
>            Reporter: Karl Mueller
>            Assignee: Vijay
>            Priority: Trivial
>
> A regular startup completes successfully, but it has a confusing message the end of the startup:
> "  INFO 15:19:29,137 Bootstrap/Replace/Move completed! Now serving reads."
> This happens despite no bootstrap, replace, or move.
> While purely cosmetic, this makes you wonder what the node just did - did it just bootstrap?!  It should simply read something like "Startup completed! Now serving reads" unless it actually has done one of the actions in the error message.
> Complete log at the end:
> INFO 15:13:30,522 Log replay complete, 6274 replayed mutations
>  INFO 15:13:30,527 Cassandra version: 1.0.12
>  INFO 15:13:30,527 Thrift API version: 19.20.0
>  INFO 15:13:30,527 Loading persisted ring state
>  INFO 15:13:30,541 Starting up server gossip
>  INFO 15:13:30,542 Enqueuing flush of Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,543 Writing Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,550 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-274-Data.db (80 bytes)
>  INFO 15:13:30,563 Starting Messaging Service on port 7000
>  INFO 15:13:30,571 Using saved token 31901471898837980949691369446728269823
>  INFO 15:13:30,572 Enqueuing flush of Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,573 Writing Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,579 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-275-Data.db (163 bytes)
>  INFO 15:13:30,581 Node kaos-cass02.xxxxxxx/1.2.3.4 state jump to normal
>  INFO 15:13:30,598 Bootstrap/Replace/Move completed! Now serving reads.
>  INFO 15:13:30,600 Will not load MX4J, mx4j-tools.jar is not in the classpath

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-4802) Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move

Posted by "Vijay (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476373#comment-13476373 ] 

Vijay commented on CASSANDRA-4802:
----------------------------------

Move doesnt use the same code anymore, replace uses this but there are other log info explaining that....

If Bootstrap is a wrong word then how about: Startup completed?
(I am still looking for an abstract word :))
                
> Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-4802
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4802
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.12
>         Environment: RHEL6, JDK1.6
>            Reporter: Karl Mueller
>            Assignee: Vijay
>            Priority: Trivial
>
> A regular startup completes successfully, but it has a confusing message the end of the startup:
> "  INFO 15:19:29,137 Bootstrap/Replace/Move completed! Now serving reads."
> This happens despite no bootstrap, replace, or move.
> While purely cosmetic, this makes you wonder what the node just did - did it just bootstrap?!  It should simply read something like "Startup completed! Now serving reads" unless it actually has done one of the actions in the error message.
> Complete log at the end:
> INFO 15:13:30,522 Log replay complete, 6274 replayed mutations
>  INFO 15:13:30,527 Cassandra version: 1.0.12
>  INFO 15:13:30,527 Thrift API version: 19.20.0
>  INFO 15:13:30,527 Loading persisted ring state
>  INFO 15:13:30,541 Starting up server gossip
>  INFO 15:13:30,542 Enqueuing flush of Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,543 Writing Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,550 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-274-Data.db (80 bytes)
>  INFO 15:13:30,563 Starting Messaging Service on port 7000
>  INFO 15:13:30,571 Using saved token 31901471898837980949691369446728269823
>  INFO 15:13:30,572 Enqueuing flush of Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,573 Writing Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,579 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-275-Data.db (163 bytes)
>  INFO 15:13:30,581 Node kaos-cass02.xxxxxxx/1.2.3.4 state jump to normal
>  INFO 15:13:30,598 Bootstrap/Replace/Move completed! Now serving reads.
>  INFO 15:13:30,600 Will not load MX4J, mx4j-tools.jar is not in the classpath

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (CASSANDRA-4802) Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams reopened CASSANDRA-4802:
-----------------------------------------


This isn't quite what I had in mind.  It's not a semantic issue, it's a logical issue.  We should clearly indicate the operation that was actually performed, which after a quick glance at the code means we need to store this state somewhere to do so.
                
> Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-4802
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4802
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.12
>         Environment: RHEL6, JDK1.6
>            Reporter: Karl Mueller
>            Assignee: Vijay
>            Priority: Trivial
>             Fix For: 1.2.0
>
>
> A regular startup completes successfully, but it has a confusing message the end of the startup:
> "  INFO 15:19:29,137 Bootstrap/Replace/Move completed! Now serving reads."
> This happens despite no bootstrap, replace, or move.
> While purely cosmetic, this makes you wonder what the node just did - did it just bootstrap?!  It should simply read something like "Startup completed! Now serving reads" unless it actually has done one of the actions in the error message.
> Complete log at the end:
> INFO 15:13:30,522 Log replay complete, 6274 replayed mutations
>  INFO 15:13:30,527 Cassandra version: 1.0.12
>  INFO 15:13:30,527 Thrift API version: 19.20.0
>  INFO 15:13:30,527 Loading persisted ring state
>  INFO 15:13:30,541 Starting up server gossip
>  INFO 15:13:30,542 Enqueuing flush of Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,543 Writing Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,550 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-274-Data.db (80 bytes)
>  INFO 15:13:30,563 Starting Messaging Service on port 7000
>  INFO 15:13:30,571 Using saved token 31901471898837980949691369446728269823
>  INFO 15:13:30,572 Enqueuing flush of Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,573 Writing Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,579 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-275-Data.db (163 bytes)
>  INFO 15:13:30,581 Node kaos-cass02.xxxxxxx/1.2.3.4 state jump to normal
>  INFO 15:13:30,598 Bootstrap/Replace/Move completed! Now serving reads.
>  INFO 15:13:30,600 Will not load MX4J, mx4j-tools.jar is not in the classpath

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CASSANDRA-4802) Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move

Posted by "Vijay (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vijay resolved CASSANDRA-4802.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0

Committed https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blobdiff;f=src/java/org/apache/cassandra/service/StorageService.java;h=8de0bd24632c89ea1b41c952ee6ec2db58808894;hp=7d92fbe0ff15c8c686a93425f4fccca49b921c0b;hb=d525cf969c042b21a9375446f5449ee82d7d1484;hpb=7e937b3d1308c0774e4b0366b6e66b14af1dd5f6

Let me know if you need more info, i will reopen this ticket.
                
> Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-4802
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4802
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.12
>         Environment: RHEL6, JDK1.6
>            Reporter: Karl Mueller
>            Assignee: Vijay
>            Priority: Trivial
>             Fix For: 1.2.0
>
>
> A regular startup completes successfully, but it has a confusing message the end of the startup:
> "  INFO 15:19:29,137 Bootstrap/Replace/Move completed! Now serving reads."
> This happens despite no bootstrap, replace, or move.
> While purely cosmetic, this makes you wonder what the node just did - did it just bootstrap?!  It should simply read something like "Startup completed! Now serving reads" unless it actually has done one of the actions in the error message.
> Complete log at the end:
> INFO 15:13:30,522 Log replay complete, 6274 replayed mutations
>  INFO 15:13:30,527 Cassandra version: 1.0.12
>  INFO 15:13:30,527 Thrift API version: 19.20.0
>  INFO 15:13:30,527 Loading persisted ring state
>  INFO 15:13:30,541 Starting up server gossip
>  INFO 15:13:30,542 Enqueuing flush of Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,543 Writing Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,550 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-274-Data.db (80 bytes)
>  INFO 15:13:30,563 Starting Messaging Service on port 7000
>  INFO 15:13:30,571 Using saved token 31901471898837980949691369446728269823
>  INFO 15:13:30,572 Enqueuing flush of Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,573 Writing Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,579 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-275-Data.db (163 bytes)
>  INFO 15:13:30,581 Node kaos-cass02.xxxxxxx/1.2.3.4 state jump to normal
>  INFO 15:13:30,598 Bootstrap/Replace/Move completed! Now serving reads.
>  INFO 15:13:30,600 Will not load MX4J, mx4j-tools.jar is not in the classpath

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-4802) Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move

Posted by "Karl Mueller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476509#comment-13476509 ] 

Karl Mueller commented on CASSANDRA-4802:
-----------------------------------------

Bootstrap means something specifically with cassandra in that you think some data has streamed in.

I think "Startup completed" would be great.

If there IS a bootstrap/replace/move then I think the message ought to specify which has happened and that it's ready now (if it's easy to do) :)
                
> Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-4802
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4802
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.12
>         Environment: RHEL6, JDK1.6
>            Reporter: Karl Mueller
>            Assignee: Vijay
>            Priority: Trivial
>
> A regular startup completes successfully, but it has a confusing message the end of the startup:
> "  INFO 15:19:29,137 Bootstrap/Replace/Move completed! Now serving reads."
> This happens despite no bootstrap, replace, or move.
> While purely cosmetic, this makes you wonder what the node just did - did it just bootstrap?!  It should simply read something like "Startup completed! Now serving reads" unless it actually has done one of the actions in the error message.
> Complete log at the end:
> INFO 15:13:30,522 Log replay complete, 6274 replayed mutations
>  INFO 15:13:30,527 Cassandra version: 1.0.12
>  INFO 15:13:30,527 Thrift API version: 19.20.0
>  INFO 15:13:30,527 Loading persisted ring state
>  INFO 15:13:30,541 Starting up server gossip
>  INFO 15:13:30,542 Enqueuing flush of Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,543 Writing Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,550 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-274-Data.db (80 bytes)
>  INFO 15:13:30,563 Starting Messaging Service on port 7000
>  INFO 15:13:30,571 Using saved token 31901471898837980949691369446728269823
>  INFO 15:13:30,572 Enqueuing flush of Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,573 Writing Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,579 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-275-Data.db (163 bytes)
>  INFO 15:13:30,581 Node kaos-cass02.xxxxxxx/1.2.3.4 state jump to normal
>  INFO 15:13:30,598 Bootstrap/Replace/Move completed! Now serving reads.
>  INFO 15:13:30,600 Will not load MX4J, mx4j-tools.jar is not in the classpath

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-4802) Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476367#comment-13476367 ] 

Brandon Williams commented on CASSANDRA-4802:
---------------------------------------------

I think the point is that we should not print it if we didn't actually bootstrap, and we should be able to distinguish between bootstrap/replace/move.
                
> Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-4802
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4802
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.12
>         Environment: RHEL6, JDK1.6
>            Reporter: Karl Mueller
>            Assignee: Vijay
>            Priority: Trivial
>
> A regular startup completes successfully, but it has a confusing message the end of the startup:
> "  INFO 15:19:29,137 Bootstrap/Replace/Move completed! Now serving reads."
> This happens despite no bootstrap, replace, or move.
> While purely cosmetic, this makes you wonder what the node just did - did it just bootstrap?!  It should simply read something like "Startup completed! Now serving reads" unless it actually has done one of the actions in the error message.
> Complete log at the end:
> INFO 15:13:30,522 Log replay complete, 6274 replayed mutations
>  INFO 15:13:30,527 Cassandra version: 1.0.12
>  INFO 15:13:30,527 Thrift API version: 19.20.0
>  INFO 15:13:30,527 Loading persisted ring state
>  INFO 15:13:30,541 Starting up server gossip
>  INFO 15:13:30,542 Enqueuing flush of Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,543 Writing Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,550 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-274-Data.db (80 bytes)
>  INFO 15:13:30,563 Starting Messaging Service on port 7000
>  INFO 15:13:30,571 Using saved token 31901471898837980949691369446728269823
>  INFO 15:13:30,572 Enqueuing flush of Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,573 Writing Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,579 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-275-Data.db (163 bytes)
>  INFO 15:13:30,581 Node kaos-cass02.xxxxxxx/1.2.3.4 state jump to normal
>  INFO 15:13:30,598 Bootstrap/Replace/Move completed! Now serving reads.
>  INFO 15:13:30,600 Will not load MX4J, mx4j-tools.jar is not in the classpath

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CASSANDRA-4802) Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move

Posted by "Vijay (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vijay resolved CASSANDRA-4802.
------------------------------

    Resolution: Fixed

Had a discussion with Brandon offline, 
There is enough information in the logs to show the operation was Bootstrap vs Repair vs Startup, so closing the ticket for now.
                
> Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-4802
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4802
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.12
>         Environment: RHEL6, JDK1.6
>            Reporter: Karl Mueller
>            Assignee: Vijay
>            Priority: Trivial
>             Fix For: 1.2.0
>
>
> A regular startup completes successfully, but it has a confusing message the end of the startup:
> "  INFO 15:19:29,137 Bootstrap/Replace/Move completed! Now serving reads."
> This happens despite no bootstrap, replace, or move.
> While purely cosmetic, this makes you wonder what the node just did - did it just bootstrap?!  It should simply read something like "Startup completed! Now serving reads" unless it actually has done one of the actions in the error message.
> Complete log at the end:
> INFO 15:13:30,522 Log replay complete, 6274 replayed mutations
>  INFO 15:13:30,527 Cassandra version: 1.0.12
>  INFO 15:13:30,527 Thrift API version: 19.20.0
>  INFO 15:13:30,527 Loading persisted ring state
>  INFO 15:13:30,541 Starting up server gossip
>  INFO 15:13:30,542 Enqueuing flush of Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,543 Writing Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,550 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-274-Data.db (80 bytes)
>  INFO 15:13:30,563 Starting Messaging Service on port 7000
>  INFO 15:13:30,571 Using saved token 31901471898837980949691369446728269823
>  INFO 15:13:30,572 Enqueuing flush of Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,573 Writing Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,579 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-275-Data.db (163 bytes)
>  INFO 15:13:30,581 Node kaos-cass02.xxxxxxx/1.2.3.4 state jump to normal
>  INFO 15:13:30,598 Bootstrap/Replace/Move completed! Now serving reads.
>  INFO 15:13:30,600 Will not load MX4J, mx4j-tools.jar is not in the classpath

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-4802) Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-4802:
--------------------------------------

    Reviewer: brandon.williams
    Assignee: Vijay
    
> Regular startup log has confusing "Bootstrap/Replace/Move completed!" without boostrap, replace, or move
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-4802
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4802
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.12
>         Environment: RHEL6, JDK1.6
>            Reporter: Karl Mueller
>            Assignee: Vijay
>            Priority: Trivial
>
> A regular startup completes successfully, but it has a confusing message the end of the startup:
> "  INFO 15:19:29,137 Bootstrap/Replace/Move completed! Now serving reads."
> This happens despite no bootstrap, replace, or move.
> While purely cosmetic, this makes you wonder what the node just did - did it just bootstrap?!  It should simply read something like "Startup completed! Now serving reads" unless it actually has done one of the actions in the error message.
> Complete log at the end:
> INFO 15:13:30,522 Log replay complete, 6274 replayed mutations
>  INFO 15:13:30,527 Cassandra version: 1.0.12
>  INFO 15:13:30,527 Thrift API version: 19.20.0
>  INFO 15:13:30,527 Loading persisted ring state
>  INFO 15:13:30,541 Starting up server gossip
>  INFO 15:13:30,542 Enqueuing flush of Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,543 Writing Memtable-LocationInfo@1828864224(29/36 serialized/live bytes, 1 ops)
>  INFO 15:13:30,550 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-274-Data.db (80 bytes)
>  INFO 15:13:30,563 Starting Messaging Service on port 7000
>  INFO 15:13:30,571 Using saved token 31901471898837980949691369446728269823
>  INFO 15:13:30,572 Enqueuing flush of Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,573 Writing Memtable-LocationInfo@294410307(53/66 serialized/live bytes, 2 ops)
>  INFO 15:13:30,579 Completed flushing /data2/data-cassandra/system/LocationInfo-hd-275-Data.db (163 bytes)
>  INFO 15:13:30,581 Node kaos-cass02.xxxxxxx/1.2.3.4 state jump to normal
>  INFO 15:13:30,598 Bootstrap/Replace/Move completed! Now serving reads.
>  INFO 15:13:30,600 Will not load MX4J, mx4j-tools.jar is not in the classpath

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira