You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/10/27 21:53:27 UTC

[1/3] git commit: STORM-540: changed log timestamp format to ISO8601 to include timezone

Repository: storm
Updated Branches:
  refs/heads/master e757b6cb1 -> 5a460384f


STORM-540: changed log timestamp format to ISO8601 to include timezone


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/376ff8eb
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/376ff8eb
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/376ff8eb

Branch: refs/heads/master
Commit: 376ff8ebe22b92f7bc9b4311077ac669d22764d9
Parents: cfe7e63
Author: Michael Pershyn <mi...@adition.com>
Authored: Thu Oct 23 15:29:00 2014 +0200
Committer: Michael Pershyn <mi...@adition.com>
Committed: Thu Oct 23 15:29:00 2014 +0200

----------------------------------------------------------------------
 logback/cluster.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/376ff8eb/logback/cluster.xml
----------------------------------------------------------------------
diff --git a/logback/cluster.xml b/logback/cluster.xml
index c2def42..e3d045f 100644
--- a/logback/cluster.xml
+++ b/logback/cluster.xml
@@ -30,7 +30,7 @@
     </triggeringPolicy>
 
     <encoder>
-      <pattern>%d{yyyy-MM-dd HH:mm:ss} %c{1} [%p] %m%n</pattern>
+      <pattern>%d{yyyy-MM-dd'T'HH:mm:ss.SSSZZ} %c{1} [%p] %m%n</pattern>
     </encoder>
  </appender>
 
@@ -47,7 +47,7 @@
     </triggeringPolicy>
 
     <encoder>
-      <pattern>%d{yyyy-MM-dd HH:mm:ss} %c{1} [%p] %m%n</pattern>
+      <pattern>%d{yyyy-MM-dd'T'HH:mm:ss.SSSZZ} %c{1} [%p] %m%n</pattern>
     </encoder>
   </appender>
 


[3/3] git commit: update changelog

Posted by pt...@apache.org.
update changelog


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/5a460384
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/5a460384
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/5a460384

Branch: refs/heads/master
Commit: 5a460384f4eb90e4e3870f29090e81633aeafe7b
Parents: 8ccb15d
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Oct 27 16:53:17 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Oct 27 16:53:17 2014 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/5a460384/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a21b03..93a4b67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.9.3-rc2
+ * STORM-540: Change default time format in logs to ISO8601 in order to include timezone
+ * STORM-511: Storm-Kafka spout keeps sending fetch requests with invalid offset
+ * STORM-538: Guava com.google.thirdparty.publicsuffix is not shaded
+
 ## 0.9.3-rc1
  * STORM-519: add tuple as an input param to HBaseValueMapper 
  * STORM-488: Exit with 254 error code if storm CLI is run with unknown command


[2/3] git commit: Merge branch 'STORM-540' of github.com:pershyn/storm

Posted by pt...@apache.org.
Merge branch 'STORM-540' of github.com:pershyn/storm


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8ccb15df
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8ccb15df
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8ccb15df

Branch: refs/heads/master
Commit: 8ccb15dfecb53417e38b509c93bfb7492ea21985
Parents: e757b6c 376ff8e
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Oct 27 16:50:15 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Oct 27 16:50:15 2014 -0400

----------------------------------------------------------------------
 logback/cluster.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------