Giter Site home page Giter Site logo

Comments (3)

mkuratczyk avatar mkuratczyk commented on May 28, 2024

another one from the channel process - this time it's the mailbox, not the state:

crasher:
  initial call: rabbit_channel:init/1
  pid: <0.11850.0>
  registered_name: []
  exception exit: noproc
    in function  gen_server2:terminate/3 (gen_server2.erl, line 1172)
  ancestors: [<0.11847.0>,<0.11845.0>,<0.11839.0>,<0.11838.0>,<0.966.0>,
                <0.965.0>,<0.964.0>,<0.962.0>,<0.961.0>,rabbit_sup,
                <0.262.0>]
  message_queue_len: 151
  messages: [{'EXIT',<0.11847.0>,shutdown},
                {'$gen_cast',
                 {queue_event,
                  {resource,<<"/">>,queue,<<"q-3">>},
                  {deliver,<<"amq.ctag-hrgXqfnbKzvHGRhnaoLYog">>,true,
                   [{{resource,<<"/">>,queue,<<"q-3">>},
                     <15143.922.0>,2461847,false,
                     {mc,mc_amqpl,
                      {content,60,none,
                       <<16,0,2>>,
                       rabbit_framing_amqp_0_9_1,
                       [<<0,2,77,48,0,0,1,142,50,202,34,181,0,0,0,0,0,0,0,
                          0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                          0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                          0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                          0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                          0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                          0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                          0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,

from rabbitmq-server.

mkuratczyk avatar mkuratczyk commented on May 28, 2024

osiris:

 ** When Server state == #{name => <<"__stream-1_1710247245159438000">>,
                           log =>
                               #{file => "00000000000118320636.segment",
                                 mode =>
                                     #{type => acceptor,mode => write,
                                       tail =>
                                           {118420442,
                                            {11,118420257,1710257805308}},
                                       epoch => 11},
                                 directory =>
                                     "/var/lib/rabbitmq/mnesia/[email protected]/stream/__stream-1_1710247245159438000",
                                 max_segment_size_chunks => 256000,
                                 retention =>
                                     [{max_bytes,20000000000},{max_age,600000}],
                                 filter_size => 16,
                                 max_segment_size_bytes => 500000000,
                                 tracking_config => #{}},
                           committed_offset => 122425221,
                           external_reference =>
                               {resource,<<"/">>,queue,<<"stream-1">>},
                           has_parse_state => true,num_offset_listeners => 0}
 ** Reason for termination ==
 ** {{accept_chunk_out_of_order,118520700,118420442},
     [{osiris_log,accept_chunk,2,[{file,"osiris_log.erl"},{line,793}]},
      {osiris_replica,'-handle_incoming_data/3-fun-0-',2,
                      [{file,"osiris_replica.erl"},{line,537}]},
      {lists,foldl,3,[{file,"lists.erl"},{line,1594}]},
      {osiris_replica,handle_incoming_data,3,
                      [{file,"osiris_replica.erl"},{line,536}]},
      {gen_server,try_handle_info,3,[{file,"gen_server.erl"},{line,1095}]},
      {gen_server,handle_msg,6,[{file,"gen_server.erl"},{line,1183}]},
      {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,241}]}]}
 
   crasher:
     initial call: osiris_replica:init/1
     pid: <0.20591.0>
     registered_name: []
     exception exit: {accept_chunk_out_of_order,118520700,118420442}
       in function  osiris_log:accept_chunk/2 (osiris_log.erl, line 793)
       in call from osiris_replica:'-handle_incoming_data/3-fun-0-'/2 (osiris_replica.erl, line 537)
       in call from lists:foldl/3 (lists.erl, line 1594)
       in call from osiris_replica:handle_incoming_data/3 (osiris_replica.erl, line 536)
       in call from gen_server:try_handle_info/3 (gen_server.erl, line 1095)
       in call from gen_server:handle_msg/6 (gen_server.erl, line 1183)
     ancestors: [osiris_server_sup,osiris_sup,<0.239.0>]
     message_queue_len: 3
     messages: [{tcp,#Port<0.2098>,
                       <<0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                         0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                         0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,

from rabbitmq-server.

mkuratczyk avatar mkuratczyk commented on May 28, 2024

this one is somewhat different, but still worth fixing - it contains a lot of whitespace for some reason (screenshot to preserve the strange formatting):
Screenshot 2024-03-13 at 18 39 29

from rabbitmq-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.