Skip to content

Conversation

coderzc
Copy link
Member

@coderzc coderzc commented May 31, 2021

No description provided.

@coderzc coderzc force-pushed the computer-on-k8s branch from 452a0f1 to ac1146e Compare May 31, 2021 13:41
@coderzc coderzc force-pushed the computer-on-k8s branch 2 times, most recently from 128fe08 to 4d40f05 Compare June 6, 2021 13:14
@coderzc coderzc closed this Jun 7, 2021
@coderzc coderzc reopened this Jun 9, 2021
filePattern="logs/$${date:yyyy-MM}/hugegraph-computer-k8s-operator-%d{yyyy-MM-dd}-%i.log">
<ThresholdFilter level="INFO" onMatch="ACCEPT" onMismatch="DENY"/>
<PatternLayout pattern="%-d{yyyy-MM-dd HH:mm:ss} %-5r [%t] [%-5p] %c %x - %m%n"/>
<SizeBasedTriggeringPolicy size="100MB"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coderzc coderzc force-pushed the computer-on-k8s branch 7 times, most recently from c8abd4d to 6bb8862 Compare June 15, 2021 15:11
this.informerFactory.startAllRegisteredInformers();
this.informerFactory.addSharedInformerEventListener(exception -> {
LOG.error("Informer Exception occurred, but caught", exception);
System.exit(1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not allowed call System.exit, use return -1 instead

@coderzc coderzc force-pushed the computer-on-k8s branch 3 times, most recently from f44a17e to 25d3efa Compare June 23, 2021 11:08
@coderzc coderzc changed the title init computer-k8s and computer-operator add computer-k8s and computer-k8s-operator Jul 6, 2021
@coderzc coderzc force-pushed the computer-on-k8s branch 10 times, most recently from 9e161a4 to 17f6895 Compare July 7, 2021 07:58
if (volumes == null) {
volumes = new ArrayList<>();
} else {
volumes = Lists.newArrayList();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unexpected?

@coderzc coderzc force-pushed the computer-on-k8s branch 5 times, most recently from e59d886 to 2829a44 Compare July 28, 2021 07:22
* support log4j.properties * send succeed event * support remote jar
StringBuilder jvmOptionsBuilder = jvmOptions == null ?
new StringBuilder() :
new StringBuilder(jvmOptions.trim());
jvmOptionsBuilder.append(" ").append("-Duser.timezone=Asia/Shanghai");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get from conf?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

* move docker_push.sh to resource
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
SOURCE="$(readlink "$SOURCE")"
[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE"
function build_image() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we call dock_push.sh?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to install a Docker environment

@coderzc coderzc requested a review from javeme July 31, 2021 03:50
@coderzc coderzc merged commit 7f82d96 into master Aug 3, 2021
@coderzc coderzc deleted the computer-on-k8s branch August 3, 2021 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants