srggrs commented on issue #5573: io.druid.java.util.common.ISE: Request did not 
have an authorization check performed
URL: 
https://github.com/apache/incubator-druid/issues/5573#issuecomment-459192275
 
 
   Hi guys I get the same issue with Druid 0.13.0:
   
   > 2019-01-31T02:28:34,357 ERROR [qtp1844372336-99] 
org.apache.druid.server.security.PreResponseAuthorizationCheckFilter - Request 
did not have an authorization check performed.: {class=org.apache.druid.serv
   er.security.PreResponseAuthorizationCheckFilter, uri=/, method=GET, 
remoteAddr=127.0.0.1, remoteHost=127.0.0.1}
   2019-01-31T02:28:34,363 WARN [qtp1844372336-99] 
org.eclipse.jetty.server.HttpChannel - /
   org.apache.druid.java.util.common.ISE: Request did not have an authorization 
check performed.
           at 
org.apache.druid.server.security.PreResponseAuthorizationCheckFilter.handleAuthorizationCheckError(PreResponseAuthorizationCheckFilter.java:158)
 ~[druid-server-0.13.0-incubating.jar:0.13.0-incu
   bating]
           at 
org.apache.druid.server.security.PreResponseAuthorizationCheckFilter.doFilter(PreResponseAuthorizationCheckFilter.java:91)
 ~[druid-server-0.13.0-incubating.jar:0.13.0-incubating]
           at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
 ~[jetty-servlet-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.apache.druid.server.security.AllowOptionsResourceFilter.doFilter(AllowOptionsResourceFilter.java:76)
 ~[druid-server-0.13.0-incubating.jar:0.13.0-incubating]
           at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
 ~[jetty-servlet-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.apache.druid.server.security.AllowAllAuthenticator$1.doFilter(AllowAllAuthenticator.java:85)
 ~[druid-server-0.13.0-incubating.jar:0.13.0-incubating]
           at 
org.apache.druid.server.security.AuthenticationWrappingFilter.doFilter(AuthenticationWrappingFilter.java:60)
 ~[druid-server-0.13.0-incubating.jar:0.13.0-incubating]
           at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
 ~[jetty-servlet-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.apache.druid.server.security.SecuritySanityCheckFilter.doFilter(SecuritySanityCheckFilter.java:88)
 ~[druid-server-0.13.0-incubating.jar:0.13.0-incubating]
           at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
 ~[jetty-servlet-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) 
~[jetty-servlet-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
 ~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
 ~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
 ~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
 ~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
 ~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) 
~[jetty-servlet-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
 ~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
 ~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
 ~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) 
~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724) 
~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:61) 
~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) 
~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at org.eclipse.jetty.server.Server.handle(Server.java:531) 
~[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352) 
[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) 
[jetty-server-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
 [jetty-io-9.4.10.v20180503.jar:9.4.10.v20180503]
           at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) 
[jetty-io-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) 
[jetty-io-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
 [jetty-util-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
 [jetty-util-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
 [jetty-util-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
 [jetty-util-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
 [jetty-util-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:760)
 [jetty-util-9.4.10.v20180503.jar:9.4.10.v20180503]
           at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:678) 
[jetty-util-9.4.10.v20180503.jar:9.4.10.v20180503]
           at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
   
   and my coordinator GUI won't update after the compaction tasks (spawned by 
automatic compaction on the coordinator) have been completed.
   
   
![image](https://user-images.githubusercontent.com/34258464/52026749-1241d000-255d-11e9-82cb-fdc56178d560.png)
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to