You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/16 18:00:12 UTC

[GitHub] [hadoop-ozone] adoroszlai edited a comment on issue #29: HDDS-2034. Async RATIS pipeline creation and destroy through heartbeat commands

adoroszlai edited a comment on issue #29: HDDS-2034. Async RATIS pipeline creation and destroy through heartbeat commands
URL: https://github.com/apache/hadoop-ozone/pull/29#issuecomment-554659769
 
 
   It also introduced acceptance test failure:
   
   https://github.com/elek/ozone-ci-03/blob/56c7473f77185592af9a0dc53a636ab1cdb47433/pr/pr-hdds-2291-fnk79/acceptance/output.log#L1286-L1288
   
   This line has an extra `'` near the end:
   
   https://github.com/apache/hadoop-ozone/blob/1b72718dcab7f83ebdac67b6242c729f03a8f103/hadoop-ozone/dist/src/main/compose/testlib.sh#L97
   
   Fix:
   
   ```diff
   -         status=`docker-compose -f "${compose_file}" exec -T scm bash -c "kinit -k HTTP/scm@EXAMPLE.COM -t /etc/security/keytabs/HTTP.keytab && $command'"`
   +         status=`docker-compose -f "${compose_file}" exec -T scm bash -c "kinit -k HTTP/scm@EXAMPLE.COM -t /etc/security/keytabs/HTTP.keytab && $command"`
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org