perfsonar-user - Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: Valentin Vidic <>
- To: Andrew Lake <>, Dan Doyle <>
- Cc: perfsonar-user <>
- Subject: Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors
- Date: Thu, 17 Nov 2016 14:48:03 +0100
- Ironport-phdr: 9a23:uaYqEBU1ltNXgfZ/hnH88XVLMjjV8LGtZVwlr6E/grcLSJyIuqrYbB2Bt8tkgFKBZ4jH8fUM07OQ6PG7HzVeqs3f+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe71/IRG4oAnLq8UbgIRuJ6gwxxDUvnZGZuNayH9yK1mOhRj8/MCw/JBi8yRUpf0s8tNLXLv5caolU7FWFSwqPG8p6sLlsxnDVhaP6WAHUmoKiBpIAhPK4w/8U5zsryb1rOt92C2dPc3rUbA5XCmp4ql3RBP0jioMKiU0+3/LhMNukK1boQqhpx1hzI7SfIGVL+d1cqfEcd8HWWZNQsNdWipcCY2+coQPFfIMM+hYoYfjpFUOoxSxChWxC+ztxDBGm2T73bEm3+g9DQ3KwBYtE8wIvX/JrNv1LqASUeWtwabH1zrDa+1Z2THh6IjJdBAqvP6DXbNtfsrQ1UYkCgTIgVqKpozhITyV0PgNs2md7+Z6Wu2vinMoqwBtrTW02MohlpXHiJoLxVDY7yl5wJw1KMS+RUVmb9CkF55QuDubN4twWs4tX3tnuDw8yrIYpZ63ZigKyI4/yxHFc/yIaZSH4hL9W+qLJjd4nn1ldbSijBix6Uit0vPwWtWo3FpXqydKidjBu3MI2hzd5MiKT+Vx80Kk1DuO0Q3Y9/tKLloulaXBLp4s2r4wmYQXsUTEBiL2nV/5jK6Sdkk+5uen8f7nYrP4qZ+ALYN0ihv+Prwvmsy5H+s4LhADU3aH9eigybHu+Fb2TbRJg/AznKnZvpXXKdoeq6O8AgJZyoMj5Ay+Dzei3tQYh34HLFdddR2IlYfpP0/BIPbkDfe+hVSgijhkx/HbMb3gHprANWTMn637fbZ79UFc1BA/zdBF555MELEOPOrzWlPttNzfFhI5KxK7w/zpCNVm0YMeX3iAArWAPKPPql+H+PgvLvKIZI8Uozb9N+Ml6+D0gX84n18dYbem3YERaH+mAvRqPV+VbmTxjdccQi82uV8XSuDwhULKdTdQaj7mVqQw9xk2E8SgAJuVAsiBibrJ8CCqGpAeMmxPDlyLAHPlX4qAXP0FbCSVKYlgj3oJWaX3GKE70hT7igb+xrx7L+ycxCwUtJmrgOZ84+DViRA0swJ1A8WW+0qkdUd5giUIXWllj+hEvUVhxwLbguBDiPtCGIkWvqsRXw==
On Wed, Nov 16, 2016 at 12:34:56PM -0500, Michael Petry wrote:
> over at https://issues.apache.org/jira/browse/CASSANDRA-10920
>
> the quick fix is to add the following the cassandrea init.d file
>
> start)
> # Cassandra startup
> echo -n "Starting Cassandra: "
> + pid_dir=`dirname $pid_file`
> + [ -d $pid_dir ] || install -m 755 -o $CASSANDRA_OWNR -d $pid_dir
> su $CASSANDRA_OWNR -c "$CASSANDRA_PROG -p $pid_file" > $log_file 2>&1
We can probably make use of tmpfiles.d boot service,
for example postgresql has:
$ cat /usr/lib/tmpfiles.d/postgresql.conf
d /var/run/postgresql 0755 postgres postgres -
--
Valentin Vidic
Computer Systems Engineer - Expert
Department of Computer Infrastructure and Services
Croatian Academic and Research Network - CARNet
Josipa Marohnica 5, HR-10000 Zagreb, Croatia
tel: +385 1 6661 714, fax. +385 1 6661 635
gsm: +385 91 2480 919
www.CARNet.hr
- [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Michael Petry, 11/16/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Dan Doyle, 11/16/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Michael Petry, 11/16/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Andrew Lake, 11/16/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Michael Petry, 11/16/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Valentin Vidic, 11/17/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Michael Petry, 11/16/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Andrew Lake, 11/16/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Michael Petry, 11/16/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC2 Cassandra logs have fatal errors, Dan Doyle, 11/16/2016
Archive powered by MHonArc 2.6.19.