[jira] [Updated] (HDDS-2363) Fail to create Ratis container

2019-10-29 Thread Sammi Chen (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sammi Chen updated HDDS-2363:
-
Priority: Blocker  (was: Critical)

> Fail to create Ratis container
> --
>
> Key: HDDS-2363
> URL: https://issues.apache.org/jira/browse/HDDS-2363
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Datanode
>Reporter: Sammi Chen
>Assignee: Sammi Chen
>Priority: Blocker
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Error logs;
> 2019-10-29 10:24:59,553 [pool-7-thread-1] ERROR  - 
> org.rocksdb.RocksDBException Failed init RocksDB, db path : 
> /data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db,
>  exception 
> :/data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db:
>  does not exist (create_if_missing is false)
> CACHED_OPTS is a RockDB options cache in MetadataStoreBuilder.  The cache 
> keeps the old rocksdb options which is not refreshed with new option values 
> at new call. 
> Logs as following didn't reveal the true failure of write failure.  Will 
> improve following logs too. 
> 2019-10-24 17:43:53,460 [pool-7-thread-1] INFO   - Operation: 
> CreateContainer : Trace ID:  : Message: Container creation failed. : Result: 
> CONTAINER_INTERNAL_ERROR
> 2019-10-24 17:43:53,478 [pool-7-thread-1] INFO   - Operation: WriteChunk 
> : Trace ID:  : Message: ContainerID 402 creation failed : Result: 
> CONTAINER_INTERNAL_ERROR



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-2363) Fail to create Ratis container

2019-10-29 Thread Sammi Chen (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sammi Chen updated HDDS-2363:
-
Description: 
Error logs;
2019-10-29 10:24:59,553 [pool-7-thread-1] ERROR  - 
org.rocksdb.RocksDBException Failed init RocksDB, db path : 
/data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db,
 exception 
:/data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db:
 does not exist (create_if_missing is false)

CACHED_OPTS is a RockDB options cache in MetadataStoreBuilder.  The cache keeps 
the old rocksdb options which is not refreshed with new option values at new 
call. 

Logs as following didn't reveal the true failure of write failure.  Will 
improve following logs too. 

2019-10-24 17:43:53,460 [pool-7-thread-1] INFO   - Operation: 
CreateContainer : Trace ID:  : Message: Container creation failed. : Result: 
CONTAINER_INTERNAL_ERROR
2019-10-24 17:43:53,478 [pool-7-thread-1] INFO   - Operation: WriteChunk : 
Trace ID:  : Message: ContainerID 402 creation failed : Result: 
CONTAINER_INTERNAL_ERROR

  was:
Error logs;
2019-10-29 10:24:59,553 [pool-7-thread-1] ERROR  - 
org.rocksdb.RocksDBException Failed init RocksDB, db path : 
/data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db,
 exception 
:/data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db:
 does not exist (create_if_missing is false)

Logs as following didn't reveal the true failure of write failure.  Will 
improve following logs too. 

2019-10-24 17:43:53,460 [pool-7-thread-1] INFO   - Operation: 
CreateContainer : Trace ID:  : Message: Container creation failed. : Result: 
CONTAINER_INTERNAL_ERROR
2019-10-24 17:43:53,478 [pool-7-thread-1] INFO   - Operation: WriteChunk : 
Trace ID:  : Message: ContainerID 402 creation failed : Result: 
CONTAINER_INTERNAL_ERROR


> Fail to create Ratis container
> --
>
> Key: HDDS-2363
> URL: https://issues.apache.org/jira/browse/HDDS-2363
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Datanode
>Reporter: Sammi Chen
>Assignee: Sammi Chen
>Priority: Critical
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Error logs;
> 2019-10-29 10:24:59,553 [pool-7-thread-1] ERROR  - 
> org.rocksdb.RocksDBException Failed init RocksDB, db path : 
> /data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db,
>  exception 
> :/data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db:
>  does not exist (create_if_missing is false)
> CACHED_OPTS is a RockDB options cache in MetadataStoreBuilder.  The cache 
> keeps the old rocksdb options which is not refreshed with new option values 
> at new call. 
> Logs as following didn't reveal the true failure of write failure.  Will 
> improve following logs too. 
> 2019-10-24 17:43:53,460 [pool-7-thread-1] INFO   - Operation: 
> CreateContainer : Trace ID:  : Message: Container creation failed. : Result: 
> CONTAINER_INTERNAL_ERROR
> 2019-10-24 17:43:53,478 [pool-7-thread-1] INFO   - Operation: WriteChunk 
> : Trace ID:  : Message: ContainerID 402 creation failed : Result: 
> CONTAINER_INTERNAL_ERROR



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-2363) Fail to create Ratis container

2019-10-29 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDDS-2363:
-
Labels: pull-request-available  (was: )

> Fail to create Ratis container
> --
>
> Key: HDDS-2363
> URL: https://issues.apache.org/jira/browse/HDDS-2363
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Datanode
>Reporter: Sammi Chen
>Assignee: Sammi Chen
>Priority: Critical
>  Labels: pull-request-available
>
> Error logs;
> 2019-10-29 10:24:59,553 [pool-7-thread-1] ERROR  - 
> org.rocksdb.RocksDBException Failed init RocksDB, db path : 
> /data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db,
>  exception 
> :/data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db:
>  does not exist (create_if_missing is false)
> Logs as following didn't reveal the true failure of write failure.  Will 
> improve following logs too. 
> 2019-10-24 17:43:53,460 [pool-7-thread-1] INFO   - Operation: 
> CreateContainer : Trace ID:  : Message: Container creation failed. : Result: 
> CONTAINER_INTERNAL_ERROR
> 2019-10-24 17:43:53,478 [pool-7-thread-1] INFO   - Operation: WriteChunk 
> : Trace ID:  : Message: ContainerID 402 creation failed : Result: 
> CONTAINER_INTERNAL_ERROR



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-2363) Fail to create Ratis container

2019-10-28 Thread Sammi Chen (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sammi Chen updated HDDS-2363:
-
Summary: Fail to create Ratis container  (was: Fail to create Ratis 
pipeline )

> Fail to create Ratis container
> --
>
> Key: HDDS-2363
> URL: https://issues.apache.org/jira/browse/HDDS-2363
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Datanode
>Reporter: Sammi Chen
>Assignee: Sammi Chen
>Priority: Critical
>
> Error logs;
> 2019-10-29 10:24:59,553 [pool-7-thread-1] ERROR  - 
> org.rocksdb.RocksDBException Failed init RocksDB, db path : 
> /data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db,
>  exception 
> :/data2/hdds/efe9f8f3-86be-417c-93cd-24bbeceee86f/current/containerDir2/1126/metadata/1126-dn-container.db:
>  does not exist (create_if_missing is false)
> Logs as following didn't reveal the true failure of write failure.  Will 
> improve following logs too. 
> 2019-10-24 17:43:53,460 [pool-7-thread-1] INFO   - Operation: 
> CreateContainer : Trace ID:  : Message: Container creation failed. : Result: 
> CONTAINER_INTERNAL_ERROR
> 2019-10-24 17:43:53,478 [pool-7-thread-1] INFO   - Operation: WriteChunk 
> : Trace ID:  : Message: ContainerID 402 creation failed : Result: 
> CONTAINER_INTERNAL_ERROR



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org