Hi all,
Follow the instruction here 
:http://kylin.apache.org/docs/howto/howto_upgrade.html
I update the kylin from 2.0.0 to 2.2.0 , but I keep getting these errors while 
quering:
2019-03-19 16:15:12,107 DEBUG [BadQueryDetector] 
badquery.BadQueryHistoryManager:85 : Loaded 50 Bad Query(s)
2019-03-19 16:15:12,157 INFO  [BadQueryDetector] service.BadQueryDetector:178 : 
Problematic thread 0x3b
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:418)
at 
org.apache.kylin.storage.hbase.cube.v2.ExpectedSizeIterator.next(ExpectedSizeIterator.java:63)
at 
org.apache.kylin.storage.hbase.cube.v2.ExpectedSizeIterator.next(ExpectedSizeIterator.java:31)
at 
com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
at com.google.common.collect.Lists.newArrayList(Lists.java:145)
at 
org.apache.kylin.storage.gtrecord.StorageResponseGTScatter.iterator(StorageResponseGTScatter.java:84)
at 
org.apache.kylin.storage.gtrecord.ScannerWorker.iterator(ScannerWorker.java:64)


2019-03-19 16:15:35,194 DEBUG [http-bio-7070-exec-5] 
security.KylinAuthenticationProvider:113 : User ADMIN authorities : 
[ROLE_ADMIN, ROLE_ANALYST, ROLE_MODELER]
2019-03-19 16:15:35,253 DEBUG [http-bio-7070-exec-5] 
security.KylinAuthenticationProvider:126 : Authenticated user 
org.springframework.security.authentication.UsernamePasswordAuthenticationToken@37047726:
 Principal: org.springframework.security.core.userdetails.User@3b40b2f: 
Username: ADMIN; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; 
credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: 
ROLE_ADMIN,ROLE_ANALYST,ROLE_MODELER; Credentials: [PROTECTED]; Authenticated: 
true; Details: 
org.springframework.security.web.authentication.WebAuthenticationDetails@ffff4c9c:
 RemoteIpAddress: 10.24.1.53; SessionId: null; Granted Authorities: ROLE_ADMIN, 
ROLE_ANALYST, ROLE_MODELER


2019-03-19 16:16:18,985 INFO  [kylin-coproc--pool3-t4] 
client.RpcRetryingCaller:132 : Call exception, tries=12, retries=35, 
started=108431 ms ago, cancelled=false, msg=row '' on table 'KYLIN_JWG8DCN3PO' 
at region=KYLIN_JWG8DCN3PO,,1552951168290.4d2247a5d70d764709b238ee31279611., 
hostname=insight-hadoop-datanode-3.xx.com,16020,1550648351816, seqNum=2
2019-03-19 16:16:19,070 INFO  [kylin-coproc--pool3-t3] 
client.RpcRetryingCaller:132 : Call exception, tries=12, retries=35, 
started=108519 ms ago, cancelled=false, msg=row '' on table 'KYLIN_LPEKROSIHD' 
at region=KYLIN_LPEKROSIHD,,1552864581993.7d7782b797056ed87838747bbc06567e., 
hostname=insight-hadoop-datanode-10.xx.com,16020,1552087271188, seqNum=2
2019-03-19 16:16:19,102 INFO  [kylin-coproc--pool3-t2] 
client.RpcRetryingCaller:132 : Call exception, tries=12, retries=35, 
started=108551 ms ago, cancelled=false, msg=row '' on table 'KYLIN_PJ7DRSO3FG' 
at region=KYLIN_PJ7DRSO3FG,,1552778181238.4ed951c81f4d2b237f8258006bee22e5., 
hostname=insight-hadoop-datanode-16.xx.com,16020,1545651143259, seqNum=2
2019-03-19 16:16:20,436 INFO  [kylin-coproc--pool3-t1] 
client.RpcRetryingCaller:132 : Call exception, tries=12, retries=35, 
started=109885 ms ago, cancelled=false, msg=row '' on table 'KYLIN_O7D5YT0QWR' 
at region=KYLIN_O7D5YT0QWR,,1552691769767.edaccbe34521045d02bc4c1f00c849a0., 
hostname=insight-hadoop-datanode-2.xx.com,16020,1546424087792, seqNum=2






My conf is in attached file. I queried hbase directly , and those tables are 
right there with values. 













Attachment: kylin.properties
Description: Binary data

Reply via email to