wilfred-s commented on PR #1032:
URL: https://github.com/apache/yunikorn-k8shim/pull/1032#issuecomment-4589810137

   All versions seem to panic with the same code path for e2e tests:
   ```
     panic: runtime error: invalid memory address or nil pointer dereference
     [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x1e7c92c]
   
     goroutine 54 [running]:
     
k8s.io/kubernetes/pkg/scheduler/framework/plugins/nodevolumelimits.(*CSILimits).Filter(0x2b8481ec60,
 {0x29410b0, 0x4271e80}, {0x2959b10?, 0x2b87f272c0?}, 0x2b87efc508, {0x2962480, 
0x2b87f90f30})
        
k8s.io/[email protected]/pkg/scheduler/framework/plugins/nodevolumelimits/csi.go:266
 +0xcc
     
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates.(*predicateManagerImpl).runFilterPlugin(...)
        
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates/predicate_manager.go:282
     
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates.(*predicateManagerImpl).runFilterPlugins(0x4271e80?,
 {0x29410b0, 0x4271e80}, {0x2b8497c300?, 0xd, 0x2b87efc508?}, 0x2b87f272c0, 
0x2b87efc508, {0x2962480, 0x2b87f90f30}, ...)
        
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates/predicate_manager.go:263
 +0x151
     
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates.(*predicateManagerImpl).podFitsNode(0x2b84a69360,
 {0x29410b0, 0x4271e80}, 0x2b87f272c0, {0x2b8497c200?, 0x24?, 0x2433560?}, 
{0x2b8497c300, 0xd, 0x10}, ...)
        
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates/predicate_manager.go:210
 +0xdf
     
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates.(*predicateManagerImpl).predicatesAllocate(0x2b84a69360,
 0x2b87efc508, 0x2b87f90f30)
        
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates/predicate_manager.go:199
 +0x88
     
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates.(*predicateManagerImpl).Predicates(0x2b84a02180?,
 0x2589220?, 0x2b84a021b8?, 0xb8?)
        
github.com/apache/yunikorn-k8shim/pkg/plugin/predicates/predicate_manager.go:132
 +0x18
     
github.com/apache/yunikorn-k8shim/pkg/cache.(*Context).IsPodFitNode(0x2b844f8000,
 {0x2b84a35dd0, 0x24}, {0x2b87ef86b5, 0xb}, 0x1)
        github.com/apache/yunikorn-k8shim/pkg/cache/context.go:680 +0x1cd
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to