The visiting Ireland ‘A’ side just continued to extent their dominance over Sri Lanka ‘A’ as they enforced the hosts to follow on in the 2nd innings. Sri Lanka ‘A’ once again found themselves struggling in the 2nd innings after they were bundled out for 303 in the 1st innings.
Sri Lanka ‘A’ vice-captain, Angelo Perera resumed the day for Sri Lanka ‘A’ along with Kamindu Mendis as the duo added 38 runs early in the day. After taking the home team from 99/3 to 137, Kamindu Mendis fell to left-arm spinner James Cameron-Dow for 17 runs.
Read : Sri Lanka ‘A’ face an uphill task against Ireland ‘A’
Sammu Ashan then got together with Angelo Perera to take Sri Lanka past 200. The duo batting with complete control over the Irish bowlers putting on 90 valuable runs for the 5th wicket. In the meantime Angelo Perera reached his 16th first-class century.
It was Craig Young who once again provided Ireland with the crucial breakthrough dismissing Angelo for 127 runs. Angelo’s 161-ball knock included 17 boundaries. Wicket keeper batsman Manoj Sarathchandra was dismissed soon for 9 runs by 18-year old Jonathan Garth.
With the hosts 6 wickets down for 247 runs Sammu Ashan and Chamika Karunaratne provided the last bit of worthy resistance before Cameron-Dow started to wreck the home team. He picked up the last 4 Sri Lankan wickets in the space of 9.3 overs as Sri Lanka were bowled out for 303, 205 runs behind the Irish.
Sammu Ashan was the last wicket to fall as his fighting knock ended on 72. He hit 6 boundaries and 2 sixes during his 118-ball knock before he became Cameron-Dow’s 5th scalp. Cameron-Dow finished with impressive figures of 5/99 while Craig Young picked 3 wickets for 76 runs.
Following on, trailing by 205 runs, Sri Lanka once again failed to start well. Left-arm pacer Joshua Little dismissed Avishka Fernando in the 5th over for 15 runs, leaving the hosts struggling at 29/1. Sarathchandra, who was promoted up the order, then put up 51 runs with Pathum Nissanka for the 2nd wicket.
It was the 18-year old, Garth who picked up Sarathchandra in the 1st innings, provided the breakthrough for Ireland dismissing Sararthcandra yet again. Sri Lanka ‘A’ skipper Ashan Priyanjan was dismissed for 7 by Cameron-Dow, soon after Sarathchandra was dismissed for 15.
Centurion in the 1st innings, Angelo Perera was also dismissed cheaply by Garh leaving Sri Lanka in deep trouble on 139/4, still trailing by 66 runs. Kamindu Mendis somehow managed to remain unbeaten as Sri Lanka saw through the day with Pathum Nissanka unbeaten on 92.
With wickets tumbling in the end, Nissanka held his nerve and played a fighting innings to help Sri Lanka reduce the deficit to 25 runs by the end of day’s play.
Ireland will walk in as favourites to win the match tomorrow with the expectation of bundling out Sri Lanka soon and chase down the required target, which would be pretty much a gettable one, if the Irish succeed in bowling out the hosts soon.
On the other hand Sri Lanka will rely heavily on Pathum Nissanka, who is unbeaten on 92 and young batsmen Kamindu Mendis and Sammu Ashan.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
Ireland A
508/8 & 89/3
(24 overs)
Result
Sri Lanka A
303/10 & 468/7
(105.1 overs)
match drawn
Ireland A’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
JNK Shannon | c M Sarathchandra b C Karunarathne | 13 | 13 | |||
JA McCollum | c K Mendis b M Shiraz | 72 | 105 | |||
S Doheny | c M Sarathchandra b C Karunarathne | 58 | 103 | |||
H Tector | c C Karunarathne b L Embuldeniya | 8 | 18 | |||
L Tucker | lbw by A Priyanjan | 80 | 171 | |||
N Rock | c P Nissanka b L Embuldeniya | 85 | 198 | |||
MR Adair | c T Kaushal b C Karunarathne | 32 | 38 | |||
JJ Garth | c S Ashan b L Embuldeniya | 45 | 85 | |||
J Cameron-Dow | not out | 76 | 95 | |||
J Little | not out | 11 | 11 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Chamika Karunarathne | 25 | 1 | 99 | 3 | 3.96 |
Mohamed Shiraz | 25 | 1 | 88 | 1 | 3.52 |
Lasith Embuldeniya | 43 | 10 | 142 | 3 | 3.30 |
Tharindu Kaushal | 20 | 1 | 85 | 0 | 4.25 |
Kamindu Mendis | 7 | 0 | 38 | 0 | 5.43 |
Ashan Priyanjan | 14 | 2 | 25 | 1 | 1.79 |
Angelo Perera | 1 | 0 | 2 | 0 | 2.00 |
Shammu Ashan | 3 | 0 | 14 | 0 | 4.67 |
Sri Lanka A’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Pathum Nissanka | c Tucker b Young | 4 | 11 | |||
Avishka Fernando | c Adair b Young | 13 | 18 | |||
Ashan Priyanjan | c Young b Garth | 27 | 50 | |||
Angelo Perera | c Tucker b Young | 127 | 161 | |||
Kamindu Mendis | c Shannon b Cameron-Dow | 17 | 16 | |||
Sammu Ashan | c Young b Cameron-Dow | 72 | 118 | |||
Manoj Sarathchandra | c Hector b Garth | 9 | 22 | |||
Chamika Karunarathne | c Adair b Cameron-Dow | 13 | 20 | |||
Tharindu Kaushal | c Hector b Cameron-Dow | 0 | 3 | |||
Mohomed Shiraz | lbw by Cameron-Dow | 9 | 24 | |||
Lasith Embuldeniya | not out | 0 | 3 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
CA Young | 15 | 2 | 76 | 3 | 5.07 |
Joshua Little | 10 | 2 | 44 | 0 | 4.40 |
Mark Adair | 11 | 1 | 25 | 0 | 2.27 |
James Cameron-Dow | 25.2 | 1 | 99 | 5 | 3.93 |
Jonathan Garth | 12 | 1 | 55 | 2 | 4.58 |
Sri Lanka A’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Pathum Nissanka | c Rock b Garth | 217 | 274 | |||
Avishka Fernando | c Tucker b Little | 15 | 14 | |||
Manoj Sarathchandra | lbw by Garth | 28 | 47 | |||
Ashan Priyanjan | c Garth b Cameron-Dow | 7 | 27 | |||
Angelo Perera | lbw by Garth | 19 | 25 | |||
Kamindu Mendis | c Young b Adair | 53 | 106 | |||
Shammu Ashan | c & b Adair | 14 | 18 | |||
Chamika Karunarathne | not out | 100 | 106 | |||
Tharindu Kaushal | not out | 6 | 19 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Joshua Little | 11 | 0 | 49 | 1 | 4.45 |
Mark Adair | 18 | 1 | 65 | 2 | 3.61 |
James Cameron-Dow | 24 | 1 | 115 | 1 | 4.79 |
CA Young | 11 | 0 | 57 | 0 | 5.18 |
Jonathan Garth | 33.1 | 1 | 140 | 3 | 4.23 |
Harry Tector | 4 | 0 | 11 | 0 | 2.75 |
S Doheny | 2 | 0 | 10 | 0 | 5.00 |
JA McCollum | 2 | 0 | 18 | 0 | 9.00 |
Ireland A’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
JNK Shannon | lbw by L Embuldeniya | 0 | 2 | |||
JA McCollum | not out | 45 | 65 | |||
S Doheny | c K Mendis b A Priyanjan | 18 | 12 | |||
H Tector | c P Nissanka b L Embuldeniya | 0 | 6 | |||
L Tucker | not out | 22 | 60 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Lasith Embuldeniya | 10 | 1 | 37 | 2 | 3.70 |
Mohamed Shiraz | 1 | 0 | 9 | 0 | 9.00 |
Ashan Priyanjan | 4 | 1 | 5 | 1 | 1.25 |
Tharindu Kaushal | 6 | 0 | 17 | 0 | 2.83 |
Kamindu Mendis | 2 | 0 | 9 | 0 | 4.50 |
Angelo Perera | 1 | 0 | 9 | 0 | 9.00 |