See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Nexmark_Direct/10615/display/redirect?page=changes>

Changes:

[noreply] Add word count to BagOfWords (#28203)


------------------------------------------
[...truncated 394.94 KB...]
  0009  *** not run ***
  0010  *** not run ***
  0011  *** not run ***
  0012  *** not run ***
  0013  *** not run ***
  0014  *** not run ***
  0015  *** not run ***
  0016  *** not run ***
==========================================================================================

2023-08-30T13:24:51.864Z Generating 100000 events in streaming mode
Aug 30, 2023 1:24:51 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: SQL:
SELECT `PCOLLECTION`.`auction`, `PCOLLECTION`.`price`
FROM `beam`.`PCOLLECTION` AS `PCOLLECTION`
WHERE MOD(`PCOLLECTION`.`auction`, 123) = 0
Aug 30, 2023 1:24:51 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: SQLPlan>
LogicalProject(auction=[$0], price=[$2])
  LogicalFilter(condition=[=(MOD($0, 123), 0)])
    BeamIOSourceRel(table=[[beam, PCOLLECTION]])

Aug 30, 2023 1:24:52 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: BEAMPlan>
BeamCalcRel(expr#0..4=[{inputs}], expr#5=[123], expr#6=[MOD($t0, $t5)], 
expr#7=[0], expr#8=[=($t6, $t7)], auction=[$t0], price=[$t2], $condition=[$t8])
  BeamIOSourceRel(table=[[beam, PCOLLECTION]])

2023-08-30T13:25:00.417Z Waiting for main pipeline to 'finish'
2023-08-30T13:25:00.418Z DONE SqlQuery2
2023-08-30T13:25:00.418Z 1 samples not enough to calculate steady-state event 
rate
Aug 30, 2023 1:25:00 PM org.apache.beam.sdk.testutils.metrics.MetricsReader 
getCounterMetric
2023-08-30T13:25:00.419Z Running query:LOCAL_ITEM_SUGGESTION; 
exportSummaryToBigQuery:true
SEVERE: Failed to get metric fatal, from namespace SqlQuery2

==========================================================================================
Run started 2023-08-30T13:24:09.877Z and ran for PT50.542S

Default configuration:
{"debug":true,"query":null,"sourceType":"DIRECT","generateEventFilePathPrefix":null,"sinkType":"DEVNULL","exportSummaryToBigQuery":false,"pubSubMode":"COMBINED","pubsubMessageSerializationMethod":"CODER","sideInputType":"DIRECT","sideInputRowCount":500,"sideInputNumShards":3,"sideInputUrl":null,"sessionGap":600000,"numEvents":100000,"numEventGenerators":100,"rateShape":"SINE","firstEventRate":10000,"nextEventRate":10000,"rateUnit":"PER_SECOND","ratePeriodSec":600,"preloadSeconds":0,"streamTimeout":240,"isRateLimited":false,"useWallclockEventTime":false,"avgPersonByteSize":200,"avgAuctionByteSize":500,"avgBidByteSize":100,"hotAuctionRatio":2,"hotSellersRatio":4,"hotBiddersRatio":4,"windowSizeSec":10,"windowPeriodSec":5,"watermarkHoldbackSec":0,"numInFlightAuctions":100,"numActivePeople":1000,"coderStrategy":"HAND","cpuDelayMs":0,"diskBusyBytes":0,"auctionSkip":123,"fanout":5,"maxAuctionsWaitingTime":600,"occasionalDelaySec":3,"probDelayedEvent":0.1,"maxLogEvents":100000,"usePubsubPublishTime":false,"outOfOrderGroupSize":1,"numKeyBuckets":20000,"pardoCPUFactor":1.0}

Configurations:
  Conf  Description
  0000  query:PASSTHROUGH; exportSummaryToBigQuery:true
  0001  query:CURRENCY_CONVERSION; exportSummaryToBigQuery:true
  0002  query:SELECTION; exportSummaryToBigQuery:true
  0003  query:LOCAL_ITEM_SUGGESTION; exportSummaryToBigQuery:true
  0004  query:AVERAGE_PRICE_FOR_CATEGORY; exportSummaryToBigQuery:true; 
numEvents:10000
  0005  query:HOT_ITEMS; exportSummaryToBigQuery:true
  0006  query:AVERAGE_SELLING_PRICE_BY_SELLER; exportSummaryToBigQuery:true; 
numEvents:10000
  0007  query:HIGHEST_BID; exportSummaryToBigQuery:true
  0008  query:MONITOR_NEW_USERS; exportSummaryToBigQuery:true
  0009  query:WINNING_BIDS; exportSummaryToBigQuery:true; numEvents:10000
  0010  query:LOG_TO_SHARDED_FILES; exportSummaryToBigQuery:true
  0011  query:USER_SESSIONS; exportSummaryToBigQuery:true
  0012  query:PROCESSING_TIME_WINDOWS; exportSummaryToBigQuery:true
  0013  query:PORTABILITY_BATCH; exportSummaryToBigQuery:true
  0014  query:RESHUFFLE; exportSummaryToBigQuery:true
  0015  query:BOUNDED_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true
  0016  query:SESSION_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true

Performance:
  Conf  Runtime(sec)    (Baseline)  Events(/sec)    (Baseline)       Results    
(Baseline)
  0000          19.8                      5058.4                       92000    
          
  0001          14.2                      7029.9                       92000    
          
  0002           8.1                     12309.2                         351    
          
  0003  *** not run ***
  0004  *** not run ***
  0005  *** not run ***
  0006  *** not run ***
  0007  *** not run ***
  0008  *** not run ***
  0009  *** not run ***
  0010  *** not run ***
  0011  *** not run ***
  0012  *** not run ***
  0013  *** not run ***
  0014  *** not run ***
  0015  *** not run ***
  0016  *** not run ***
==========================================================================================

2023-08-30T13:25:00.422Z Generating 100000 events in streaming mode
Aug 30, 2023 1:25:00 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: SQL:
SELECT `P`.`name`, `P`.`city`, `P`.`state`, `A`.`id`
FROM `beam`.`Auction` AS `A`
INNER JOIN `beam`.`Person` AS `P` ON `A`.`seller` = `P`.`id`
WHERE `A`.`category` = 10 AND (`P`.`state` = 'OR' OR `P`.`state` = 'ID' OR 
`P`.`state` = 'CA')
Aug 30, 2023 1:25:00 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: SQLPlan>
LogicalProject(name=[$11], city=[$14], state=[$15], id=[$0])
  LogicalFilter(condition=[AND(=($8, 10), OR(=($15, 'OR'), =($15, 'ID'), =($15, 
'CA')))])
    LogicalJoin(condition=[=($7, $10)], joinType=[inner])
      BeamIOSourceRel(table=[[beam, Auction]])
      BeamIOSourceRel(table=[[beam, Person]])

Aug 30, 2023 1:25:00 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: BEAMPlan>
BeamCalcRel(expr#0..17=[{inputs}], name=[$t11], city=[$t14], state=[$t15], 
id=[$t0])
  BeamCoGBKJoinRel(condition=[=($7, $10)], joinType=[inner])
    BeamCalcRel(expr#0..9=[{inputs}], expr#10=[10:BIGINT], expr#11=[=($t8, 
$t10)], proj#0..9=[{exprs}], $condition=[$t11])
      BeamIOSourceRel(table=[[beam, Auction]])
    BeamCalcRel(expr#0..7=[{inputs}], expr#8=[Sarg['CA':VARCHAR, 'ID':VARCHAR, 
'OR':VARCHAR]:VARCHAR], expr#9=[SEARCH($t5, $t8)], proj#0..7=[{exprs}], 
$condition=[$t9])
      BeamIOSourceRel(table=[[beam, Person]])

2023-08-30T13:25:12.743Z Waiting for main pipeline to 'finish'
2023-08-30T13:25:12.743Z DONE SqlQuery3
2023-08-30T13:25:12.744Z 1 samples not enough to calculate steady-state event 
rate
Aug 30, 2023 1:25:12 PM org.apache.beam.sdk.testutils.metrics.MetricsReader 
getCounterMetric
SEVERE: Failed to get metric fatal, from namespace SqlQuery3
2023-08-30T13:25:12.744Z Running query:AVERAGE_PRICE_FOR_CATEGORY; 
exportSummaryToBigQuery:true; numEvents:10000
2023-08-30T13:25:12.745Z skipping since configuration is not implemented
2023-08-30T13:25:12.745Z Running query:HOT_ITEMS; exportSummaryToBigQuery:true
2023-08-30T13:25:12.745Z skipping since configuration is not implemented
2023-08-30T13:25:12.745Z Running query:AVERAGE_SELLING_PRICE_BY_SELLER; 
exportSummaryToBigQuery:true; numEvents:10000
2023-08-30T13:25:12.745Z skipping since configuration is not implemented
2023-08-30T13:25:12.745Z Running query:HIGHEST_BID; exportSummaryToBigQuery:true

==========================================================================================
Run started 2023-08-30T13:24:09.877Z and ran for PT62.868S

Default configuration:
{"debug":true,"query":null,"sourceType":"DIRECT","generateEventFilePathPrefix":null,"sinkType":"DEVNULL","exportSummaryToBigQuery":false,"pubSubMode":"COMBINED","pubsubMessageSerializationMethod":"CODER","sideInputType":"DIRECT","sideInputRowCount":500,"sideInputNumShards":3,"sideInputUrl":null,"sessionGap":600000,"numEvents":100000,"numEventGenerators":100,"rateShape":"SINE","firstEventRate":10000,"nextEventRate":10000,"rateUnit":"PER_SECOND","ratePeriodSec":600,"preloadSeconds":0,"streamTimeout":240,"isRateLimited":false,"useWallclockEventTime":false,"avgPersonByteSize":200,"avgAuctionByteSize":500,"avgBidByteSize":100,"hotAuctionRatio":2,"hotSellersRatio":4,"hotBiddersRatio":4,"windowSizeSec":10,"windowPeriodSec":5,"watermarkHoldbackSec":0,"numInFlightAuctions":100,"numActivePeople":1000,"coderStrategy":"HAND","cpuDelayMs":0,"diskBusyBytes":0,"auctionSkip":123,"fanout":5,"maxAuctionsWaitingTime":600,"occasionalDelaySec":3,"probDelayedEvent":0.1,"maxLogEvents":100000,"usePubsubPublishTime":false,"outOfOrderGroupSize":1,"numKeyBuckets":20000,"pardoCPUFactor":1.0}

Configurations:
  Conf  Description
  0000  query:PASSTHROUGH; exportSummaryToBigQuery:true
  0001  query:CURRENCY_CONVERSION; exportSummaryToBigQuery:true
  0002  query:SELECTION; exportSummaryToBigQuery:true
  0003  query:LOCAL_ITEM_SUGGESTION; exportSummaryToBigQuery:true
  0004  query:AVERAGE_PRICE_FOR_CATEGORY; exportSummaryToBigQuery:true; 
numEvents:10000
  0005  query:HOT_ITEMS; exportSummaryToBigQuery:true
  0006  query:AVERAGE_SELLING_PRICE_BY_SELLER; exportSummaryToBigQuery:true; 
numEvents:10000
  0007  query:HIGHEST_BID; exportSummaryToBigQuery:true
  0008  query:MONITOR_NEW_USERS; exportSummaryToBigQuery:true
  0009  query:WINNING_BIDS; exportSummaryToBigQuery:true; numEvents:10000
  0010  query:LOG_TO_SHARDED_FILES; exportSummaryToBigQuery:true
  0011  query:USER_SESSIONS; exportSummaryToBigQuery:true
  0012  query:PROCESSING_TIME_WINDOWS; exportSummaryToBigQuery:true
  0013  query:PORTABILITY_BATCH; exportSummaryToBigQuery:true
  0014  query:RESHUFFLE; exportSummaryToBigQuery:true
  0015  query:BOUNDED_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true
  0016  query:SESSION_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true

Performance:
  Conf  Runtime(sec)    (Baseline)  Events(/sec)    (Baseline)       Results    
(Baseline)
  0000          19.8                      5058.4                       92000    
          
  0001          14.2                      7029.9                       92000    
          
  0002           8.1                     12309.2                         351    
          
  0003          11.4                      8771.2                         580    
          
  0004  *** not run ***
  0005  *** not run ***
  0006  *** not run ***
  0007  *** not run ***
  0008  *** not run ***
  0009  *** not run ***
  0010  *** not run ***
  0011  *** not run ***
  0012  *** not run ***
  0013  *** not run ***
  0014  *** not run ***
  0015  *** not run ***
  0016  *** not run ***
==========================================================================================

2023-08-30T13:25:12.748Z Generating 100000 events in streaming mode
Aug 30, 2023 1:25:12 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: SQL:
SELECT `B`.`auction`, `B`.`price`, `B`.`bidder`, `B`.`dateTime`, `B`.`extra`
FROM (SELECT `B`.`auction`, `B`.`price`, `B`.`bidder`, `B`.`dateTime`, 
`B`.`extra`, TUMBLE_START(`B`.`dateTime`, INTERVAL '10' SECOND) AS `starttime`
FROM `beam`.`Bid` AS `B`
GROUP BY `B`.`auction`, `B`.`price`, `B`.`bidder`, `B`.`dateTime`, `B`.`extra`, 
$TUMBLE(`B`.`dateTime`, INTERVAL '10' SECOND)) AS `B`
INNER JOIN (SELECT MAX(`B1`.`price`) AS `maxprice`, 
TUMBLE_START(`B1`.`dateTime`, INTERVAL '10' SECOND) AS `starttime`
FROM `beam`.`Bid` AS `B1`
GROUP BY $TUMBLE(`B1`.`dateTime`, INTERVAL '10' SECOND)) AS `B1` ON 
`B`.`starttime` = `B1`.`starttime` AND `B`.`price` = `B1`.`maxprice`
Aug 30, 2023 1:25:12 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: SQLPlan>
LogicalProject(auction=[$0], price=[$1], bidder=[$2], dateTime=[$3], extra=[$4])
  LogicalJoin(condition=[AND(=($5, $7), =($1, $6))], joinType=[inner])
    LogicalProject(auction=[$0], price=[$1], bidder=[$2], dateTime=[$3], 
extra=[$4], starttime=[$5])
      LogicalAggregate(group=[{0, 1, 2, 3, 4, 5}])
        LogicalProject(auction=[$0], price=[$2], bidder=[$1], dateTime=[$3], 
extra=[$4], $f5=[$TUMBLE($3, 10000:INTERVAL SECOND)])
          BeamIOSourceRel(table=[[beam, Bid]])
    LogicalProject(maxprice=[$1], starttime=[$0])
      LogicalAggregate(group=[{0}], maxprice=[MAX($1)])
        LogicalProject($f0=[$TUMBLE($3, 10000:INTERVAL SECOND)], price=[$2])
          BeamIOSourceRel(table=[[beam, Bid]])

Aug 30, 2023 1:25:13 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: BEAMPlan>
BeamCalcRel(expr#0..7=[{inputs}], proj#0..4=[{exprs}])
  BeamCoGBKJoinRel(condition=[AND(=($5, $7), =($1, $6))], joinType=[inner])
    BeamCalcRel(expr#0..5=[{inputs}], proj#0..5=[{exprs}])
      BeamAggregationRel(group=[{0, 1, 2, 3, 4, 5}], window=[FixedWindows($5, 
PT10S, PT0S)])
        BeamCalcRel(expr#0..4=[{inputs}], auction=[$t0], price=[$t2], 
bidder=[$t1], dateTime=[$t3], extra=[$t4], $f5=[$t3])
          BeamIOSourceRel(table=[[beam, Bid]])
    BeamCalcRel(expr#0..1=[{inputs}], maxprice=[$t1], starttime=[$t0])
      BeamAggregationRel(group=[{0}], maxprice=[MAX($1)], 
window=[FixedWindows($0, PT10S, PT0S)])
        BeamCalcRel(expr#0..4=[{inputs}], $f0=[$t3], price=[$t2])
          BeamIOSourceRel(table=[[beam, Bid]])

FATAL: command execution failed
hudson.remoting.ChannelClosedException: Channel 
"hudson.remoting.Channel@ad3f866:apache-beam-jenkins-16": Remote call on 
apache-beam-jenkins-16 failed. The channel is closing down or has closed down
        at hudson.remoting.Channel.call(Channel.java:993)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
        at com.sun.proxy.$Proxy147.isAlive(Unknown Source)
        at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
        at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
        at hudson.Launcher$ProcStarter.join(Launcher.java:524)
        at hudson.plugins.gradle.Gradle.perform(Gradle.java:321)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
        at hudson.model.Build$BuildExecution.build(Build.java:199)
        at hudson.model.Build$BuildExecution.doRun(Build.java:164)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
        at hudson.model.Run.execute(Run.java:1896)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
        at hudson.model.ResourceController.execute(ResourceController.java:101)
        at hudson.model.Executor.run(Executor.java:442)
Caused by: java.io.IOException: Pipe closed after 0 cycles
        at 
org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:126)
        at 
org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:105)
        at 
hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:94)
        at 
hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:75)
        at 
hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:105)
        at 
hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
        at 
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
FATAL: Channel "hudson.remoting.Channel@ad3f866:apache-beam-jenkins-16": Remote 
call on apache-beam-jenkins-16 failed. The channel is closing down or has 
closed down
java.io.IOException: Pipe closed after 0 cycles
        at 
org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:126)
        at 
org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:105)
        at 
hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:94)
        at 
hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:75)
        at 
hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:105)
        at 
hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
        at 
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: hudson.remoting.ChannelClosedException: Channel 
"hudson.remoting.Channel@ad3f866:apache-beam-jenkins-16": Remote call on 
apache-beam-jenkins-16 failed. The channel is closing down or has closed down
        at hudson.remoting.Channel.call(Channel.java:993)
        at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1150)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
        at hudson.model.Run.execute(Run.java:1896)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
        at hudson.model.ResourceController.execute(ResourceController.java:101)
        at hudson.model.Executor.run(Executor.java:442)
ERROR: apache-beam-jenkins-16 is offline; cannot locate jdk_1.8_latest

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to