[jira] [Updated] (KYLIN-1328) "UnsupportedOperationException" is thrown when remove a data model

2016-01-18 Thread Shaofeng SHI (JIRA)

 [ 
https://issues.apache.org/jira/browse/KYLIN-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shaofeng SHI updated KYLIN-1328:

Summary: "UnsupportedOperationException" is thrown when remove a data model 
 (was: DataModel cache should be flushed as other types)

> "UnsupportedOperationException" is thrown when remove a data model
> --
>
> Key: KYLIN-1328
> URL: https://issues.apache.org/jira/browse/KYLIN-1328
> Project: Kylin
>  Issue Type: Bug
>Affects Versions: v2.0
>Reporter: Shaofeng SHI
>Assignee: Shaofeng SHI
> Fix For: v2.0
>
>
> When remove a data model, Kylin will trigger an cache event whose type is 
> "DATA_MODEL", the CacheService.removeCache method is invoked, and then an 
> "UnsupportedOperationException" is thrown, this is not expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KYLIN-1328) "UnsupportedOperationException" is thrown when remove a data model

2016-01-18 Thread Shaofeng SHI (JIRA)

 [ 
https://issues.apache.org/jira/browse/KYLIN-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shaofeng SHI resolved KYLIN-1328.
-
Resolution: Fixed

> "UnsupportedOperationException" is thrown when remove a data model
> --
>
> Key: KYLIN-1328
> URL: https://issues.apache.org/jira/browse/KYLIN-1328
> Project: Kylin
>  Issue Type: Bug
>Affects Versions: v2.0
>Reporter: Shaofeng SHI
>Assignee: Shaofeng SHI
> Fix For: v2.0
>
>
> When remove a data model, Kylin will trigger an cache event whose type is 
> "DATA_MODEL", the CacheService.removeCache method is invoked, and then an 
> "UnsupportedOperationException" is thrown, this is not expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KYLIN-1329) Got ACL exception when deleting model

2016-01-18 Thread liyang (JIRA)
liyang created KYLIN-1329:
-

 Summary: Got ACL exception when deleting model
 Key: KYLIN-1329
 URL: https://issues.apache.org/jira/browse/KYLIN-1329
 Project: Kylin
  Issue Type: Bug
Reporter: liyang


2016-01-18 19:06:40,961 ERROR [http-bio-7070-exec-8] 
controller.ModelController:147 : identifier required
java.lang.IllegalArgumentException: identifier required
at org.springframework.util.Assert.notNull(Assert.java:112)
at 
org.springframework.security.acls.domain.ObjectIdentityImpl.(ObjectIdentityImpl.java:54)
at 
org.apache.kylin.rest.service.AccessService.clean(AccessService.java:222)
at 
org.apache.kylin.rest.service.AccessService$$FastClassByCGLIB$$91550c7f.invoke()
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at 
org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:64)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
at 
org.apache.kylin.rest.service.AccessService$$EnhancerByCGLIB$$b1dc2511.clean()
at 
org.apache.kylin.rest.service.ModelService.dropModel(ModelService.java:129)
at 
org.apache.kylin.rest.service.ModelService$$FastClassByCGLIB$$eb0205be.invoke()
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at 
org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:64)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
at 
org.apache.kylin.rest.service.ModelService$$EnhancerByCGLIB$$f0106fc6.dropModel()
at 
org.apache.kylin.rest.controller.ModelController.deleteModel(ModelController.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KYLIN-1330) UI create model: Press enter will go back to pre step

2016-01-18 Thread Lola Liu (JIRA)
Lola Liu created KYLIN-1330:
---

 Summary: UI create model: Press enter will go back to pre step
 Key: KYLIN-1330
 URL: https://issues.apache.org/jira/browse/KYLIN-1330
 Project: Kylin
  Issue Type: Bug
  Components: Web 
Affects Versions: v2.0
Reporter: Lola Liu
Assignee: Zhong,Jason
 Fix For: 2.0


STEP:
1. Login 
2. Add new cube
3. Add cube name, click 'next'
4. Add fact table, press enter

RESULT:
Go to pre step

EXPECT:
Go to next step



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)