jihoonson commented on issue #6155: Fix three bugs with segment publishing.
URL: https://github.com/apache/incubator-druid/pull/6155#issuecomment-413089530
 
 
   Hmm, now some unit tests are failing and looks legitimate.
   
   ```
   Failed tests: 
     StreamAppenderatorDriverFailTest.testFailDuringPublish 
   Expected: (an instance of java.util.concurrent.ExecutionException and 
exception with cause an instance of io.druid.java.util.common.ISE and exception 
with message a string containing "Failed to publish 
segments[[DataSegment{size=0, shardSpec=NumberedShardSpec{partitionNum=0, 
partitions=0}, metrics=[], dimensions=[], version='abc123', loadSpec={}, 
interval=2000-01-01T00:00:00.000Z/2000-01-01T01:00:00.000Z, dataSource='foo', 
binaryVersion='0'}, DataSegment{size=0, 
shardSpec=NumberedShardSpec{partitionNum=0, partitions=0}, metrics=[], 
dimensions=[], version='abc123', loadSpec={}, 
interval=2000-01-01T01:00:00.000Z/2000-01-01T02:00:00.000Z, dataSource='foo', 
binaryVersion='0'}]]")
        but: exception with message a string containing "Failed to publish 
segments[[DataSegment{size=0, shardSpec=NumberedShardSpec{partitionNum=0, 
partitions=0}, metrics=[], dimensions=[], version='abc123', loadSpec={}, 
interval=2000-01-01T00:00:00.000Z/2000-01-01T01:00:00.000Z, dataSource='foo', 
binaryVersion='0'}, DataSegment{size=0, 
shardSpec=NumberedShardSpec{partitionNum=0, partitions=0}, metrics=[], 
dimensions=[], version='abc123', loadSpec={}, 
interval=2000-01-01T01:00:00.000Z/2000-01-01T02:00:00.000Z, dataSource='foo', 
binaryVersion='0'}]]" message was "io.druid.java.util.common.ISE: Failed to 
publish segments."
   Stacktrace was: java.util.concurrent.ExecutionException: 
io.druid.java.util.common.ISE: Failed to publish segments.
   ```

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