Skip to content

Another effort on fixing the transient error for XXXServerViewTest#2137

Merged
fjy merged 24 commits intoapache:masterfrom
guobingkun:fix_serverview_transient_error2
Dec 23, 2015
Merged

Another effort on fixing the transient error for XXXServerViewTest#2137
fjy merged 24 commits intoapache:masterfrom
guobingkun:fix_serverview_transient_error2

Conversation

@guobingkun
Copy link
Copy Markdown
Contributor

Will trigger the build about 30 times to see if there is no transient error on travis build.
Try to fix #2128

@navis
Copy link
Copy Markdown
Contributor

navis commented Dec 22, 2015

Can see 3 kind of failures.

io.druid.indexing.overlord.RemoteTaskRunnerTest
testWorkerRemoved(io.druid.indexing.overlord.RemoteTaskRunnerTest)  Time elapsed: 3.97 sec  <<< FAILURE!
java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.junit.Assert.assertTrue(Assert.java:52)
    at io.druid.indexing.overlord.RemoteTaskRunnerTest.testWorkerRemoved(RemoteTaskRunnerTest.java:411)
io.druid.server.namespace.cache.JDBCExtractionNamespaceTest
testFindNew[tsColumn](io.druid.server.namespace.cache.JDBCExtractionNamespaceTest)  Time elapsed: 4.331 sec  <<< FAILURE!
org.junit.ComparisonFailure: update check expected:<ba[z]> but was:<ba[r]>
    at org.junit.Assert.assertEquals(Assert.java:115)
    at io.druid.server.namespace.cache.JDBCExtractionNamespaceTest.assertUpdated(JDBCExtractionNamespaceTest.java:347)
    at io.druid.server.namespace.cache.JDBCExtractionNamespaceTest.testFindNew(JDBCExtractionNamespaceTest.java:288)
io.druid.server.namespace.URIExtractionNamespaceFunctionFactoryTest
testReverseFunction[[.dat]:[io.druid.server.namespace.cache.OffHeapNamespaceExtractionCacheManager]](io.druid.server.namespace.URIExtractionNamespaceFunctionFactoryTest)  Time elapsed: 0.105 sec  <<< FAILURE!
java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.junit.Assert.assertNotNull(Assert.java:621)
    at org.junit.Assert.assertNotNull(Assert.java:631)
    at io.druid.server.namespace.URIExtractionNamespaceFunctionFactoryTest.testReverseFunction(URIExtractionNamespaceFunctionFactoryTest.java:325)

@navis
Copy link
Copy Markdown
Contributor

navis commented Dec 23, 2015

io.druid.indexing.overlord.TaskLifecycleTest
testRealtimeIndexTaskFailure[taskStorageType=MetadataTaskStorage](io.druid.indexing.overlord.TaskLifecycleTest)  Time elapsed: 4.878 sec  <<< ERROR!
java.lang.Exception: test timed out after 4000 milliseconds
    at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._parseNegNumber(UTF8StreamJsonParser.java:1259)
    at com.fasterxml.jackson.core.json.UTF8StreamJsonParser.nextToken(UTF8StreamJsonParser.java:709)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:337)
    at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1064)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:264)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:124)
    at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3066)
    at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2247)
    at io.druid.metadata.SQLMetadataStorageActionHandler$4.withHandle(SQLMetadataStorageActionHandler.java:195)
    at io.druid.metadata.SQLMetadataStorageActionHandler$4.withHandle(SQLMetadataStorageActionHandler.java:184)
    at org.skife.jdbi.v2.DBI.withHandle(DBI.java:281)
    at io.druid.metadata.SQLMetadataConnector$2.call(SQLMetadataConnector.java:110)
    at com.metamx.common.RetryUtils.retry(RetryUtils.java:38)
    at io.druid.metadata.SQLMetadataConnector.retryWithHandle(SQLMetadataConnector.java:115)
    at io.druid.metadata.SQLMetadataStorageActionHandler.getStatus(SQLMetadataStorageActionHandler.java:182)
    at io.druid.indexing.overlord.MetadataTaskStorage.getStatus(MetadataTaskStorage.java:178)
    at io.druid.indexing.overlord.TaskStorageQueryAdapter.getStatus(TaskStorageQueryAdapter.java:64)
    at io.druid.indexing.overlord.TaskLifecycleTest.testRealtimeIndexTaskFailure(TaskLifecycleTest.java:940)
io.druid.server.namespace.URIExtractionNamespaceFunctionFactoryTest
testReverseFunction[[.gz]:[io.druid.server.namespace.cache.OffHeapNamespaceExtractionCacheManager]](io.druid.server.namespace.URIExtractionNamespaceFunctionFactoryTest)  Time elapsed: 0.011 sec  <<< FAILURE!
java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.junit.Assert.assertNotNull(Assert.java:621)
    at org.junit.Assert.assertNotNull(Assert.java:631)
    at io.druid.server.namespace.URIExtractionNamespaceFunctionFactoryTest.testReverseFunction(URIExtractionNamespaceFunctionFactoryTest.java:325)
io.druid.indexing.common.task.RealtimeIndexTaskTest
testBasics(io.druid.indexing.common.task.RealtimeIndexTaskTest)  Time elapsed: 12.411 sec  <<< ERROR!
java.lang.Exception: test timed out after 10000 milliseconds
    at java.lang.Thread.sleep(Native Method)
    at io.druid.indexing.common.task.RealtimeIndexTaskTest.testBasics(RealtimeIndexTaskTest.java:207)
io.druid.server.coordinator.DruidCoordinatorTest
testCoordinatorRun(io.druid.server.coordinator.DruidCoordinatorTest)  Time elapsed: 2.486 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)
    at org.junit.Assert.assertEquals(Assert.java:118)
    at org.junit.Assert.assertEquals(Assert.java:555)
    at org.junit.Assert.assertEquals(Assert.java:542)
    at io.druid.server.coordinator.DruidCoordinatorTest.testCoordinatorRun(DruidCoordinatorTest.java:355)
io.druid.indexing.worker.WorkerTaskMonitorTest
testRunTask(io.druid.indexing.worker.WorkerTaskMonitorTest)  Time elapsed: 12.166 sec  <<< FAILURE!
java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.junit.Assert.assertTrue(Assert.java:52)
    at io.druid.indexing.worker.WorkerTaskMonitorTest.testRunTask(WorkerTaskMonitorTest.java:200)
io.druid.server.namespace.cache.JDBCExtractionNamespaceTest
testFindNew[tsColumn](io.druid.server.namespace.cache.JDBCExtractionNamespaceTest)  Time elapsed: 4.362 sec  <<< FAILURE!
org.junit.ComparisonFailure: update check expected:<ba[z]> but was:<ba[r]>
    at org.junit.Assert.assertEquals(Assert.java:115)
    at io.druid.server.namespace.cache.JDBCExtractionNamespaceTest.assertUpdated(JDBCExtractionNamespaceTest.java:347)
    at io.druid.server.namespace.cache.JDBCExtractionNamespaceTest.testFindNew(JDBCExtractionNamespaceTest.java:288)

@fjy
Copy link
Copy Markdown
Contributor

fjy commented Dec 23, 2015

@guobingkun I think we can merge this now. Issues need to be filed for the rest of the test failures.

fjy added a commit that referenced this pull request Dec 23, 2015
[Don't merge]Another effort on fixing the transient error for XXXServerViewTest
@fjy fjy merged commit 5086299 into apache:master Dec 23, 2015
@fjy fjy changed the title [Don't merge]Another effort on fixing the transient error for XXXServerViewTest Another effort on fixing the transient error for XXXServerViewTest Dec 23, 2015
@drcrallen
Copy link
Copy Markdown
Contributor

yeah... a squash would have been nice

@guobingkun guobingkun deleted the fix_serverview_transient_error2 branch December 23, 2015 19:31
@fjy fjy modified the milestone: 0.9.0 Feb 4, 2016
seoeun25 added a commit to seoeun25/incubator-druid that referenced this pull request Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Non-deterministic io.druid.client.CoordinatorServerViewTest

4 participants