Skip to content

refactors betas_from_index_entries/7 > betas_from_index_entries/4 #305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 9, 2015

Conversation

videlalvaro
Copy link
Contributor

Fixes #304

@michaelklishin
Copy link
Collaborator

Running make lite hangs because there's an unhandled exception in a queue process:

=INFO REPORT==== 10-Sep-2015::00:30:52 ===
accepting AMQP connection <0.17976.1> (127.0.0.1:51142 -> 127.0.0.1:5672)
                       {<<"x-message-ttl">>,signedint,5000}],
                               <0.17958.1>,[],[],[],undefined,[],[],live},
                           none,false,undefined,undefined,
                           {state,
                               {queue,[],[],0},
                               {active,1441834252222868,1.0}},
                           undefined,undefined,undefined,undefined,
                           {state,fine,5000,undefined},
                           {0,nil},
                           undefined,undefined,undefined,
                           {state,
                               {dict,0,16,16,8,80,48,
                                   {[],[],[],[],[],[],[],[],[],[],[],[],[],[],
                                    [],[]},
                                   {{[],[],[],[],[],[],[],[],[],[],[],[],[],
                                     [],[],[]}}},
                               delegate},
                           undefined,undefined,undefined,undefined,0,running}
** Reason for termination ==
** {function_clause,
       [{gb_trees,is_defined,[9,0],[{file,"gb_trees.erl"},{line,221}]},
        {rabbit_variable_queue,is_msg_in_pending_acks,2,
            [{file,"src/rabbit_variable_queue.erl"},{line,1095}]},
        {rabbit_variable_queue,'-betas_from_index_entries/4-fun-0-',4,
            [{file,"src/rabbit_variable_queue.erl"},{line,1076}]},
        {lists,foldr,3,[{file,"lists.erl"},{line,1275}]},
        {rabbit_variable_queue,betas_from_index_entries,4,
            [{file,"src/rabbit_variable_queue.erl"},{line,1066}]},
        {rabbit_variable_queue,maybe_deltas_to_betas,2,
            [{file,"src/rabbit_variable_queue.erl"},{line,2016}]},
        {rabbit_variable_queue,init,7,
            [{file,"src/rabbit_variable_queue.erl"},{line,1179}]},
        {rabbit_priority_queue,init,3,
            [{file,"src/rabbit_priority_queue.erl"},{line,146}]}]}

@videlalvaro
Copy link
Contributor Author

Welp sorry. Maybe I pushed this one too quick.
On Wed, Sep 9, 2015 at 11:39 PM Michael Klishin [email protected]
wrote:

Running make lite hangs because there's an unhandled exception in a queue
process:

=INFO REPORT==== 10-Sep-2015::00:30:52 ===
accepting AMQP connection <0.17976.1> (127.0.0.1:51142 -> 127.0.0.1:5672)
{<<"x-message-ttl">>,signedint,5000}],
<0.17958.1>,[],[],[],undefined,[],[],live},
none,false,undefined,undefined,
{state,
{queue,[],[],0},
{active,1441834252222868,1.0}},
undefined,undefined,undefined,undefined,
{state,fine,5000,undefined},
{0,nil},
undefined,undefined,undefined,
{state,
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]}}},
delegate},
undefined,undefined,undefined,undefined,0,running}
** Reason for termination ==
** {function_clause,
[{gb_trees,is_defined,[9,0],[{file,"gb_trees.erl"},{line,221}]},
{rabbit_variable_queue,is_msg_in_pending_acks,2,
[{file,"src/rabbit_variable_queue.erl"},{line,1095}]},
{rabbit_variable_queue,'-betas_from_index_entries/4-fun-0-',4,
[{file,"src/rabbit_variable_queue.erl"},{line,1076}]},
{lists,foldr,3,[{file,"lists.erl"},{line,1275}]},
{rabbit_variable_queue,betas_from_index_entries,4,
[{file,"src/rabbit_variable_queue.erl"},{line,1066}]},
{rabbit_variable_queue,maybe_deltas_to_betas,2,
[{file,"src/rabbit_variable_queue.erl"},{line,2016}]},
{rabbit_variable_queue,init,7,
[{file,"src/rabbit_variable_queue.erl"},{line,1179}]},
{rabbit_priority_queue,init,3,
[{file,"src/rabbit_priority_queue.erl"},{line,146}]}]}


Reply to this email directly or view it on GitHub
#305 (comment)
.

michaelklishin added a commit that referenced this pull request Sep 9, 2015
refactors betas_from_index_entries/7 > betas_from_index_entries/4
@michaelklishin michaelklishin merged commit 1393a45 into stable Sep 9, 2015
@dumbbell dumbbell added this to the n/a milestone Sep 11, 2015
@dumbbell dumbbell deleted the rabbitmq-server-304 branch January 2, 2018 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants