You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/09 06:33:01 UTC

[GitHub] [pulsar-client-go] wolfstudy opened a new issue #49: Test killed with quit: ran too long (10m0s)

wolfstudy opened a new issue #49: Test killed with quit: ran too long (10m0s)
URL: https://github.com/apache/pulsar-client-go/issues/49
 
 
   #### Expected behavior
   
   Tell us what should happen
   
   #### Actual behavior
   
   ```
   SIGQUIT: quit
   PC=0x465113 m=0 sigcode=0
   
   goroutine 169 [syscall]:
   runtime.notetsleepg(0xd018c0, 0x70c335, 0x0)
   	/usr/local/go/src/runtime/lock_futex.go:227 +0x34 fp=0xc00049a760 sp=0xc00049a730 pc=0x411f84
   runtime.timerproc(0xd018a0)
   	/usr/local/go/src/runtime/time.go:311 +0x2ea fp=0xc00049a7d8 sp=0xc00049a760 pc=0x452d5a
   runtime.goexit()
   	/usr/local/go/src/runtime/asm_amd64.s:1337 +0x1 fp=0xc00049a7e0 sp=0xc00049a7d8 pc=0x4632c1
   created by runtime.(*timersBucket).addtimerLocked
   	/usr/local/go/src/runtime/time.go:169 +0x10e
   
   .....
   
   
   goroutine 834 [select, 9 minutes]:
   github.com/apache/pulsar-client-go/pulsar.(*partitionConsumer).Receive(0xc0001a6000, 0x9e18e0, 0xc000024038, 0x0, 0x0, 0x0, 0x0)
   	/pulsar-client-go/pulsar/impl_partition_consumer.go:251 +0x196
   github.com/apache/pulsar-client-go/pulsar.(*consumer).Receive.func1(0x9e18e0, 0xc000024038, 0xc000178240, 0x9e6780, 0xc0001a6000)
   	/pulsar-client-go/pulsar/impl_consumer.go:162 +0xaf
   created by github.com/apache/pulsar-client-go/pulsar.(*consumer).Receive
   	/pulsar-client-go/pulsar/impl_consumer.go:160 +0xe3
   
   rax    0xfffffffffffffffc
   rbx    0x70c335
   rcx    0x465113
   rdx    0x0
   rdi    0xd018c0
   rsi    0x80
   rbp    0xc00049a6e8
   rsp    0xc00049a6a0
   r8     0x0
   r9     0x0
   r10    0xc00049a6d8
   r11    0x206
   r12    0x59f2b5db530dd2
   r13    0x1
   r14    0xc00020bf80
   r15    0xc00020b6e0
   rip    0x465113
   rflags 0x206
   cs     0x33
   fs     0x0
   gs     0x0
   *** Test killed with quit: ran too long (10m0s).
   FAIL	github.com/apache/pulsar-client-go/pulsar	600.013s
   ok  	github.com/apache/pulsar-client-go/pulsar/internal	0.008s	coverage: 19.3% of statements
   ok  	github.com/apache/pulsar-client-go/util	0.210s	coverage: 81.7% of statements
   Build step 'Execute shell' marked build as failure
   Archiving artifacts
   Setting status of 1ce53f89100f4d9ae5717ee84b3d8b05ecaf0ae4 to FAILURE with url https://builds.apache.org/job/pulsar_precommit_client_go/57/ and message: 'FAILURE
   ```
   
   #### Steps to reproduce
   
   How can we reproduce the issue
   
   #### System configuration
   **Pulsar version**: x.y
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services